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

various globals cleanups #56750

Merged
merged 1 commit into from
Dec 9, 2024
Merged

various globals cleanups #56750

merged 1 commit into from
Dec 9, 2024

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Dec 4, 2024

While doing some work on analyzing what code runs at toplevel, I found a few things to simplify or fix:

- simplify float.jl loop not to call functions just defined to get back
  the value just stored there
- add method to the correct checkbounds function (instead of a local)
- missing world push/pop around jl_interpret_toplevel_thunk after #56509
- jl_lineno use maybe missed in #53799
- add some debugging dump for scm_to_julia_ mistakes
@vtjnash vtjnash merged commit 7192df7 into master Dec 9, 2024
5 of 7 checks passed
@vtjnash vtjnash deleted the jn/toplevels-cleanups branch December 9, 2024 21:42
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.

1 participant