Skip to content

Conversation

xal-0
Copy link
Contributor

@xal-0 xal-0 commented Sep 16, 2025

This change adds the two new builtins that should eventually land, Core.declare_global (JuliaLang/julia#58279) and Core.declare_const (JuliaLang/julia#58187). No other changes should be necessary, but the code that handles the lowered forms of :global, :globaldecl, and :const can eventually be deleted when support for the last version of Julia with those Expr heads is dropped.

Copy link

codecov bot commented Sep 16, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.05%. Comparing base (376d172) to head (4bab762).
⚠️ Report is 76 commits behind head on master.

Files with missing lines Patch % Lines
src/builtins.jl 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #699      +/-   ##
==========================================
+ Coverage   81.03%   85.05%   +4.02%     
==========================================
  Files          12       12              
  Lines        2636     2730      +94     
==========================================
+ Hits         2136     2322     +186     
+ Misses        500      408      -92     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@KristofferC KristofferC merged commit 5a2af25 into JuliaDebug:master Sep 17, 2025
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants