On Mon, May 25, 2009 at 5:35 AM, Stephen C. Gilardi <squee...@mac.com> wrote:
> With svn r1370, I get this:
>
>        % java -cp clojure.jar clojure.main
>        Clojure 1.1.0-alpha-SNAPSHOT
>        user=> (def a)
>        #'user/a
>        user=> (binding [a 4] a)
>        java.lang.IllegalStateException: Var user/a is unbound.
> (NO_SOURCE_FILE:0)
>        user=>
>
> With svn r1369, I get this:
>
>        % java -cp clojure.jar clojure.main
>        Clojure 1.1.0-alpha-SNAPSHOT
>        user=> (def a)
>        #'user/a
>        user=> (binding [a 4] a)
>        4
>        user=>
>
> I expected the r1369 behavior.
>

Fixed in 1373 - thanks for the report!

Rich

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

Reply via email to