Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightlyfix #615

Merged
merged 2 commits into from
Nov 6, 2024
Merged

Nightlyfix #615

merged 2 commits into from
Nov 6, 2024

Conversation

JonasIsensee
Copy link
Collaborator

fixes #614

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.07%. Comparing base (fce896f) to head (b44ba60).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
- Coverage   85.08%   85.07%   -0.01%     
==========================================
  Files          37       37              
  Lines        4250     4248       -2     
==========================================
- Hits         3616     3614       -2     
  Misses        634      634              

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

@JonasIsensee JonasIsensee merged commit 70f10de into master Nov 6, 2024
15 checks passed
@vtjnash vtjnash deleted the nightlyfix branch November 22, 2024 15:27
modules = vcat([Main], collect(keys(Base.module_keys)))
unique!(modules)
for mod in modules
for mod in values(Base.loaded_modules)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should preferably use Base.loaded_modules_array, as that has been the stable and safe API for this for many versions (since JuliaLang/julia#23579), while this is neither safe nor stable

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I didn't know that function existed.
Thanks, I'll switch to that in the next release.

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.

Incompatibility with Julia 1.12 due to missing Base.module_keys
2 participants