Hello, Rich & all, I'd like to implement problem markers in text editors in clojuredev.
For this to work, it would be interesting to be able to get the fully qualified named of the file where the error occurs. Currently, it seems to me that only the name of the file is printed in the message. It could also be interesting to obtain these information : full path of the file, file name, line number in a more "structured" manner than by having to rely on the current format of the message string ? Is there another way to obtain the same result that I want, without the idea I mentioned above ? Would you like a patch to clojure.lang to enable this functionality? I have not written it yet, but I guess the patch would involve : * adding 3 public String fields to CompilerError : fileName, filePath, fileLine * getting the filePath from SOURCE_PATH ? Is it correctly set during the compilation process ? Thanks in advance, -- Laurent --~--~---------~--~----~------------~-------~--~----~ 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 clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---