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

JuliaLang / julia / #38035
77%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2025 08:29AM UTC
Jobs 1
Files 210
Run time 1min
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

25 Mar 2025 05:28AM UTC coverage: 23.146% (+2.7%) from 20.441%
#38035

push

local

web-flow
effects: give the most conservative effects to unhandled builtins (#57856)

This commit fixes a bug where `builtin_tfunction` was giving the wrong
effects to builtins that weren't actually implemented. xref:
https://github.com/JuliaLang/julia/pull/57806#issuecomment-2730711798

Now, when we add new builtins, unless we manually update
`_EFFECTS_KNOWN_BUILTINS`, they'll automatically get the most
conservative `Effects()`.

Effects for builtins like `getglobal` are calculated individually inside
`abstract_call_builtin`, so there is no handling for them within
`builtin_effects` and thus they aren't in `_EFFECTS_KNOWN_BUILTINS`. If
we want to give these built-ins a better `stmt_effect_flag`, we need to
handle it in `builtin_effects` properly.

11322 of 48916 relevant lines covered (23.15%)

148369.29 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
57.95
-0.57% base/asyncevent.jl
1
10.09
-0.46% stdlib/Dates/src/io.jl
2
11.08
0.66% base/range.jl
3
32.28
6.86% base/env.jl
3
49.39
22.4% base/process.jl
15
35.38
7.15% base/task.jl
18
40.0
22.32% base/util.jl
34
4.39
0.0% base/c.jl
120
2.26
0.0% base/reflection.jl
Jobs
ID Job ID Ran Files Coverage
1 #38035.1 25 Mar 2025 08:29AM UTC 210
23.15
Source Files on build #38035
  • Tree
  • List 210
  • Changed 71
  • Source Changed 0
  • Coverage Changed 71
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 08c87b20 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

© 2026 Coveralls, Inc