Re: Adding source file information to compiler exceptions

2009-06-25 Thread vseguip
Ok the SCA agrrement says we can actually print/sign/scan the agreement ans den it via e-mail. Is this a possibility for Clojure or postal mail is the only one and true way? Cheers, V.SeguĂ­ On 18 jun, 09:28, vseguip wrote: > Thanks for the link, I hadn't seen it. It seems like an overkill for

Re: Adding source file information to compiler exceptions

2009-06-18 Thread vseguip
Thanks for the link, I hadn't seen it. It seems like an overkill for what is in an essence a 4 line patch to have to sign the CA send it to Rich via postal mail, specially considering I'm from Spain and wait for his approval. I can do it if there isn't any other option though. Cheers, V. SeguĂ­

Re: Adding source file information to compiler exceptions

2009-06-17 Thread J. McConnell
On Wed, Jun 17, 2009 at 2:55 PM, vseguip wrote: > > or is there a preferred way to communicate patches? This is new: http://clojure.org/patches - J. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group.

Adding source file information to compiler exceptions

2009-06-17 Thread vseguip
Currently Clojure adds source and line information in the cause string to exceptions thrown when compiling. This makes it difficult for slime to highlight this errors as it actually has to parse the cause message to get the source and file. This regex parsing fails in my system (I have fixed the