-
-
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
Parametric-type related crash on Julia 1.7+ #44614
Comments
I think this problem is still not fixed on the Mac OS platform because, from the result of my GitHub CI, the testing code that was previously broken due to this bug still can not successfully run on the Mac OS platform (the same code on the Linux platform was fixed though). Unfortunately, I don't have a Mac machine myself so I couldn't test it locally. If anyone could just try running the aforementioned MWE with the latest nightly version of Julia on their Mac machine to double-check, that would be very helpful. Thanks! |
Did you check that the mac nightly was at the same commit as the Linux one? |
Thanks! I just checked and the Mac OS one indeed wasn't running the latest commit (62e0729) of Julia as the Linux one was. Do you know why this is the case since they are both specified as "nightly" in the GitHub action |
I guess the macos nightly hasn't updated yet. |
Got it. Thanks a lot! |
MWE:
Original Discourse discussion is here.
The text was updated successfully, but these errors were encountered: