Skip to content

Conversation

vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Sep 17, 2025

Ensures all tests pass before and after JuliaLang/julia#58279 (in conjunction with #137) based on change from Expr(:globaldecl, GlobalRef(M, S)) to Core.declare_global(M, S, true), while still ignoring Expr(:global, S) from struct expanding to strong=false.

Ensures all tests pass before and after
JuliaLang/julia#58279
based on change from `Expr(:globaldecl, GlobalRef(M, S))`
to `Core.declare_global(M, S, true)`, while still ignoring
`Expr(:global, S)` from `struct` expanding to `strong=false`.
Copy link

codecov bot commented Sep 17, 2025

Codecov Report

❌ Patch coverage is 9.09091% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.46%. Comparing base (550a2a4) to head (460ea66).
⚠️ Report is 54 commits behind head on master.

Files with missing lines Patch % Lines
src/codeedges.jl 9.09% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #138       +/-   ##
===========================================
- Coverage   88.69%   76.46%   -12.23%     
===========================================
  Files           6        6               
  Lines        1442     1534       +92     
===========================================
- Hits         1279     1173      -106     
- Misses        163      361      +198     

☔ 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.

@vtjnash
Copy link
Contributor Author

vtjnash commented Sep 17, 2025

Thanks for approving running this one, but you need to approve and merge #136 first

@timholy timholy closed this Sep 17, 2025
@timholy timholy reopened this Sep 17, 2025
@vtjnash
Copy link
Contributor Author

vtjnash commented Sep 29, 2025

good to go?

@vtjnash
Copy link
Contributor Author

vtjnash commented Sep 29, 2025

thanks. merge?

@aviatesk aviatesk merged commit e31f0e4 into JuliaDebug:master Sep 29, 2025
8 of 10 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.

3 participants