pyjulia
pyjulia copied to clipboard
report line number of julia exception
It would be very helpful if julia.Main.eval(str)
reported the line number in the code string that raised the exception, as opposed to just repeating back the whole string. Is there any way to extract that information from the julia exception so it can be printed in julia.core.py::check_exception
?