Jeff Bezanson
Jeff Bezanson
This is almost right but misses some cases. See https://github.com/JuliaLang/julia/blob/3a274d5696144e337ca322f397ddefa4fd3c7798/stdlib/InteractiveUtils/src/macros.jl#L397. `@inferred` already calls `gen_call_with_extracted_types`, so it would be nice if we can avoid duplicating that logic as well but we...
Been looking forward to this. I think we can also remove the handful of `if nameof(@__MODULE__) === :Base` branches for avoiding method overwrites between Compiler and Base.
It would be better to fix the underlying issue; see https://github.com/JuliaLang/julia/issues/58870#issuecomment-3237284417
`PyPlot.backend` gives "Qt4Agg".
Yes! That gets rid of the empty windows.