Keno / ASTInterpreter.jl

Gallium's AST interpreter as a separate package to simplify development
Other
16 stars 10 forks source link

Better locations for catch blocks #32

Open Keno opened 8 years ago

Keno commented 8 years ago

For fancy-mode and error printing.

JeffBezanson commented 8 years ago

I think this is due to a julia bug, fixed as part of https://github.com/JuliaLang/julia/pull/15583

Keno commented 8 years ago

Great, we should get that merged ASAP. It will (I imagine) also fix the remaining cases of incorrect line numbers in backtraces.