cstjean / TraceCalls.jl

A debugging and profiling tool for Julia
Other
46 stars 4 forks source link

Line numbers for one-liner definitions are lost #20

Closed cstjean closed 7 years ago

cstjean commented 7 years ago

Witness methods(DataStructures.compare) before and after @trace DataStructures binary_minheap([2,11, 14]). Check if creload/revise suffer from the same problem.

cstjean commented 7 years ago

https://github.com/timholy/Revise.jl/issues/27

cstjean commented 7 years ago

Fixed by https://github.com/timholy/Revise.jl/pull/29