JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
162 stars 34 forks source link

fix the broken test case in `@testset "Stepping over kwfunc preparation"` #620

Open aviatesk opened 6 months ago

aviatesk commented 6 months ago

This test case is broken on ≥v"1.11-". https://github.com/JuliaDebug/JuliaInterpreter.jl/blob/eae07f9c6f8155f2d1edb7638834856da732f466/test/debug.jl#L431

We need to revisit the implementation of maybe_step_through_kwprep! https://github.com/JuliaDebug/JuliaInterpreter.jl/blob/eae07f9c6f8155f2d1edb7638834856da732f466/src/commands.jl#L273-L278

_Originally posted by @aviatesk in https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/615#discussion_r1533547783_