This is on the release roadmap for 1.3: 
http://dev.clojure.org/jira/browse/CLJ-426.

Volunteers welcome!

Stu

> Hi,
> 
> The following case statement
> 
>  #+begin_src clojure
>    (defn buggy-case [n]
>      (case (int n)
>            0          :null
>            1          :load
>            0x70000000 :loproc))
>  #+end_src
> 
> throws the following error
> 
>  No distinct mapping found
>    [Thrown class java.lang.IllegalArgumentException]
> 
> However removing any of the cases alleviates the problem.  Am I missing
> something obvious, or is this a bug in the case statement?
> 
> Thanks -- Eric
> 
> -- 
> 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