• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / #37406
77%

Build:
DEFAULT BRANCH: master
Ran 15 Jan 2023 11:52AM UTC
Jobs 1
Files 388
Run time 10s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#37406

push

local

web-flow
In string search, replace unsafe_wrap with codeunits (#48275)

Currently, `findfirst(::String, ::String)` will eventually end up calling
`unsafe_wrap` on both arguments, in order to use Julia's generic vector search
functions. This causes unnecessary allocations.

This PR replaces use of `unsafe_wrap` with `codeunits`, removing the allocation.

See also: #45393

81238 of 87595 relevant lines covered (92.74%)

29569553.49 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
98.61
-0.69% char.jl
1
88.87
-0.07% compiler/tfuncs.jl
1
94.79
0.5% expr.jl
1
74.82
22.57% meta.jl
2
94.82
-0.18% compiler/ssair/inlining.jl
2
89.91
-0.57% file.jl
2
86.79
1.69% multimedia.jl
2
90.36
-0.06% stream.jl
3
88.42
0.0% compiler/abstractinterpretation.jl
4
81.34
9.96% client.jl
4
85.33
-2.17% iostream.jl
4
88.52
-2.19% ryu/utils.jl
6
90.92
-0.42% compiler/ssair/passes.jl
6
91.02
-1.57% process.jl
8
77.18
1.34% ryu/fixed.jl
12
90.81
-0.54% ryu/exp.jl
27
87.82
2.09% loading.jl
Jobs
ID Job ID Ran Files Coverage
1 #37406.1 15 Jan 2023 11:52AM UTC 388
92.74
Source Files on build #37406
  • Tree
  • List 388
  • Changed 186
  • Source Changed 0
  • Coverage Changed 186
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0371bf44 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc