-
-
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
Reproducible "invalid age range update" in v0.6.0 #23200
Comments
BTW, this issue only cropped up when I started using https://github.com/simonster/Reexport.jl . The TypedPolynomials commit |
Does it have the same bisect conclusion as #22355 (comment) ?
|
Currently building Julia to try and find out. And I've moved the output to a gist 😄 |
Unfortunately I can't run the test code on master to try to bisect because I can't precompile StaticArrays:
|
Reason: it triggers JuliaLang/julia#23200 when RigidBodySim is used from another Module.
Please comment if this is still reproducible on newer Julias. |
I'm seeing an issue that looks similar to #22351 and #22355 but I happen to have a non-private reproducible example, so I thought I would share it. It's annoyingly complicated, but at least it should be something you can just run and immediately reproduce locally. The complete code to reproduce is:
gives:
This occurs for me when using:
please let me know if there's anything I can do to help debug further. The full output is at https://gist.github.com/rdeits/425db367e198d186b9dfadca0086b8cb .
The text was updated successfully, but these errors were encountered: