OK, done.

http://www.assembla.com/spaces/clojure/tickets/420-some-compiler-exceptions-erroneously-using-repl-line-numbers-

I don't have more details on what kinds of errors are affected; but, I
believe the wrong line numbers are the REPL line numbers, if that
helps..

Thanks, Jason

On Aug 7, 5:08 am, Stuart Halloway <stuart.hallo...@gmail.com> wrote:
> I don't think this is a regression -- I can see the same thing in 1.1.
>
> Can you please open a ticket, along with any additional information on which 
> kinds of errors do/do not exhibit the problem?
>
> Stu
>
> > This bug still seems to be present in 1.2 RC2, and is more general
> > than I previously thought:
>
> > jawo...@[~/Projects/testproj]: cat > src/test.clj
>
> > bla
> > jawo...@[~/Projects/testproj]: cat > src/test2.clj
>
> > (bla)
> > jawo...@[~/Projects/testproj]: lein repl
> > user=> (require 'test)
> > java.lang.Exception: Unable to resolve symbol: bla in this context
> > (test.clj:1)
> > user=> (require 'test)a
> > java.lang.Exception: Unable to resolve symbol: bla in this context
> > (test.clj:2)
> > user=> (require 'test)
> > java.lang.Exception: Unable to resolve symbol: bla in this context
> > (test.clj:3)
> > user=> (require 'test2)
> > java.lang.Exception: Unable to resolve symbol: bla in this context
> > (test2.clj:2)
> > user=> (require 'test2)
> > java.lang.Exception: Unable to resolve symbol: bla in this context
> > (test2.clj:2)
> > user=> (require 'test2)
> > java.lang.Exception: Unable to resolve symbol: bla in this context
> > (test2.clj:2)
> > user=> (require 'test)
> > java.lang.Exception: Unable to resolve symbol: bla in this context
> > (test.clj:7)
> > user=>
>
> > -Jason
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.> To post to this group, send email 
> > tocloj...@googlegroups.com
> > Note that posts from new members are moderated - please be patient with 
> > your first post.
> > 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

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to