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 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

-- 
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