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

Add stack traces to warnings

Open Uroc327 opened this issue 5 years ago • 0 comments

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.

Uroc327 avatar Jan 29 '21 14:01 Uroc327