As has been noted earlier on this newsgroup, Julia 0.4 has issues with reporting incorrect line numbers when run-time errors occur. Eventually the core Julia developers will address these issues, but in the mean time, Julia programmers might benefit from a small macro I wrote. It instruments Julia code with a secondary mechanism that keeps track of line numbers. When a run-time error occurs, an additional error message displaying the (hopefully) correct line where the error occurred is displayed. For more information, visit https://github.com/StephenVavasis/ErrorLineNumber.jl
-- Steve Vavasis
