Closed fredrikekre closed 2 months ago
On 1.9:
julia> Core.kwfunc(kw1)
kwcall (generic function with 1514 methods)
On 1.8
julia> Core.kwfunc(kw1)
kw1##kw (generic function with 1 method)
This interacts badly with https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/528.
I think I ran into this today; it's quite debilitating when trying to debug things in the DataFrames universe. Is there any reasonable workaround?
Edit: Happens on both Julia 1.9.0-beta4 and master (even though the breakpoint looks slightly different), but not in Julia 1.8.5.