-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
jl_egal
and jl_gc_safepoint
are not exported by Julia 1.8.0-beta1
#44373
Labels
regression
Regression in behavior compared to a previous version
Milestone
Comments
Those are macros, so we need to update the tricks somewhat that we use to export them. Used to be just Line 462 in 8bdb045
Now those need an Lines 426 to 428 in 8bdb045
|
vtjnash
added
backport 1.8
Change should be backported to release-1.8
regression
Regression in behavior compared to a previous version
labels
Feb 28, 2022
vtjnash
added a commit
that referenced
this issue
Mar 2, 2022
Simple oversight when these were turned into macros. I could not find any others that seemed applicable, so just these two appeared to need fixing right now. Fix #44373
vtjnash
added a commit
that referenced
this issue
Mar 3, 2022
Simple oversight when these were turned into macros. I could not find any others that seemed applicable, so just these two appeared to need fixing right now. Fix #44373
KristofferC
pushed a commit
that referenced
this issue
Mar 4, 2022
KristofferC
pushed a commit
that referenced
this issue
Mar 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These two functions were exported by earlier versions of Julia but are no longer available in the current beta. I tried adding these functions to jl_exported_funcs.inc, but compilation fails if
jl_egal
is added to this list.The text was updated successfully, but these errors were encountered: