-
-
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
Help is broken #3855
Comments
Works for me. |
For me it fails with the error above on first use after starting Julia and works after that. |
it seems it is a temporary type inference failure, upon deleting sys.ji and rebuilding the system image, the issue should go away for you |
actually, this is not a type inference failure but a dup of #265 |
For me, on the second try it just prints the method table, not the help in
Yes, I can confirm this works (thanks, @vtjnash). I haven't yet played around enough to figure out the conditions under which one needs to do this. |
To clarify, the key point seems to be that deleting |
Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: 6859d6857 New commit: 162634c56 Julia version: 1.12.0-DEV Pkg version: 1.12.0 Bump invoked by: @KristofferC Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Pkg.jl@6859d68...162634c ``` $ git log --oneline 6859d6857..162634c56 162634c56 Add workspace feature (#3841) a4ec712eb Remove outdated UUID instructions (#3855) 9c6356fa9 collect e.g. weak deps from project even if it is not a package (#3852) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Line 51 of help.jl is a call to evalfile, which has been the subject of some recent issues.
The text was updated successfully, but these errors were encountered: