I created a ticket and posted a patch:

http://dev.clojure.org/jira/browse/CLJ-1613


On 12 December 2014 at 08:35, Michał Marczyk <michal.marc...@gmail.com> wrote:
> (let [foo 1
>        bar 2
>        {:keys [bar foo]
>         :or {foo 3 bar (inc foo)}} {}]
>   {:foo foo :bar bar})
> ;= {:foo 3, :bar 4}
>
> (let [foo 1
>       bar 2
>       {:keys [foo bar]
>        :or {foo 3 bar (inc foo)}} {}]
>   {:foo foo :bar bar})
> ;= {:foo 3, :bar 2}

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to