Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use internal jl_set_const to create constants
The internal function `jl_set_const` is allowed during bootstrap only and ignores world age partition. This would give incorrect results after JuliaLang/julia#57150. Just eval the constant definition directly, which has well defined semantics.
- Loading branch information