Gabriel Baraldi
Gabriel Baraldi
Could we put this behind a command line flag?
There is an rr trace for that in the rr testset.
Maybe also add a test for a non empty AbstractVector?
Nah, I just missed it 😆 .
I haven't seen that before no
Using https://github.com/maleadt/creduce_julia I got ```julia for a = 1 : 10 @time begin b && @info "" end end ```
This was added somewhere between 1.7.0-rc1 and 1.7.0-rc2
A bisect shows that the first bad commit is https://github.com/JuliaLang/julia/commit/0eaf35a1990bd572a3bf701aa3e8623224b005c5 . @vtjnash
Could we add a test for this? Edit: I'm not sure this works ```julia julia> x::Union{Int,Nothing} = 2 2 julia> GC.gc() GC error (probable corruption) : Allocations: 322489 (Pool: 322233;...
This still fails for me.