You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading from 0.2.1 to 4c920c0 I noticed the following change: in 0.2.1 :refer :all would overwrite + from clojure.core, in the latest master it would not.
I've bisected and found f8f4268 as the commit that introduced the change in behavior.
version
git dep at 4c920c0.
platform

OS X
problem
Since upgrading from 0.2.1 to 4c920c0 I noticed the following change: in 0.2.1
:refer :all
would overwrite+
fromclojure.core
, in the latest master it would not.I've bisected and found f8f4268 as the commit that introduced the change in behavior.
repro
Evaluating
followed by
Should return
"12"
, not3
.The text was updated successfully, but these errors were encountered: