-
-
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
Should failure on (recent) 1.6 nightly be reported? #36034
Comments
Yes, if they are Julia issues. The linked issues seems to be issues with packages. |
No, as I said, work in older version. And the top error was very strange, as pkg> add PACKAGE doesn't trigger its source code that I know of (I think impossible). Can it be other than a bug in Julia? |
Having Revise loaded when upgrading loaded packages can cause weird issues to occur (although it should mostly work fine). Can you repro it without Revise loaded? |
At least the one for GR.jl is something that works on my older Julia 1.4.0 (in 5.5 sec) [EDIT and latest 1.5 beta1 but not latest nightly], is a bug in "16 days old master" Julia (and/or latest version of GR, or its dependencies), a hang (can't be related to Revise), for at least a minute:
The other, top bug, was a heisenbug. |
In the future, please report bugs in the format (1) exactly what you did, (2) exactly what happened, (3) why it is wrong (if not obvious). Reading this and clicking through things for several minutes I can't find that information, which is probably why this was closed. |
You want me to refile that one, given it's a heisenbug? In full, in link from the top, where I edited:
I thought it was obvious "garbled" is always an error (and the package maintainer closed, fairly I believe not "caused" by (a bug in) his package; and since closed here). I'm not up-to-speed in this "too new: running in world age" I failed to mention here (can Revise cause that part and/or garbling?) |
[EDIT: First one was for sure a bug, I just can't repeat an same version (and may be fixed on later 1.6). Refiled the other outstanding issue: #36075]
I got some garbled output, adding a package, then ok...:
JuliaAstro/ERFA.jl#48
I've also had some cases where 1.6 doesn't work, but works on older version. Those older failures were not garbled. I've reported to those package(s).
Both happen to be wrappers, might be important detail (and for that one useful commit info for bisect): heliosdrm/GRUtils.jl#61 (comment)
Error (not a wrapper): timholy/ProfileView.jl#149
The text was updated successfully, but these errors were encountered: