-
-
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
fresh Julia build spews garbage, dies #3888
Comments
I will grab one of the TIG OS X loaners tomorrow and try this out. |
Also affects centos 6 & freebsd. |
I just saw this on Ubuntu as well for the first time. Will investigate. |
The setfield thing maybe. I think the I found why it spews garbage. |
Proximate cause appears to be #3878. |
Yeah, I found it. Will have a fix in a second, hold on while I make sure it's ok. |
Alright, @StefanKarpinski, I fixed the garbage spewing issue. Probably won't fix the other one, but make sure that issue is fixed for you. |
The build doesn't seem to be failing any more often than usual. |
Whether because of a fresh terminal or changes since last night, I no longer have tests spewing garbage or dying. |
Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: a0851bcfd New commit: ed7a8dca8 Julia version: 1.12.0-DEV Pkg version: 1.12.0 Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Pkg.jl@a0851bc...ed7a8dc ``` $ git log --oneline a0851bcfd..ed7a8dca8 ed7a8dca8 add note about `activate -` to command help (#3888) c26ad23e9 Use `Base.format_bytes` (#3763) c59b37ffd add hint kwarg to complete_line (#3886) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
…#54352) Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: a0851bcfd New commit: ed7a8dca8 Julia version: 1.12.0-DEV Pkg version: 1.12.0 Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Pkg.jl@a0851bc...ed7a8dc ``` $ git log --oneline a0851bcfd..ed7a8dca8 ed7a8dca8 add note about `activate -` to command help (JuliaLang#3888) c26ad23e9 Use `Base.format_bytes` (JuliaLang#3763) c59b37ffd add hint kwarg to complete_line (JuliaLang#3886) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
cc: @loladiro, @vtjnash
The text was updated successfully, but these errors were encountered: