Debugger.jl icon indicating copy to clipboard operation
Debugger.jl copied to clipboard

Line info for first statement in short form function definitions is wrong

Open fredrikekre opened this issue 6 years ago • 1 comments

e.g. flor

for https://github.com/JuliaLang/julia/blob/b076d04bf44f7e064a9875525c239471bd6e7563/base/broadcast.jl#L196-L197

fredrikekre avatar Mar 22 '19 07:03 fredrikekre

It's not really the floor that is the problem but the current line. It should be at 197 but we get told that the statement is on line 196 so that is what we show, ref https://github.com/JuliaLang/julia/issues/31458.

KristofferC avatar Mar 23 '19 10:03 KristofferC