Skip to content

Insert original line number nodes for @with_signature functions

Florian Atteneder requested to merge fa/withsig-lnos into main

Unfortunately, the @simd macro messes up the stack traces again and redirects all errors to simdloop.jl:37 or so.

So to make use of this one has to run with @with_signature [simd=false] option. But then it appears to be correct :)

Merge request reports