Hi > - throw new CompilerException((String) SOURCE.get > (), (Integer) LINE.get(), e); > + throw new CompilerException((String) SOURCE.get > (), (Integer) LINE_AFTER.get(), e);
Having dug through the code a bit more, I don't my patch suggestion is quite right. It happens to work for my test case but if the source expression spanned multiple lines it would return the last line, which might be misleading. I'll take another look on the weekend. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---