Traceur.jl
Traceur.jl copied to clipboard
Add stack traces to warnings
I'd like to see stack traces for each warning. Often, I have warnings in Julia-owned files like math.jl or operators.jl.
I'd like to be able to see, where in my code I am calling those functions (eventually) and thereby determine, if I could call some base function more efficiently.