FYI `mvn test` will fail on core.typed because of this issue. I believe it otherwise passes.
Ambrose On Wed, Mar 19, 2014 at 3:45 AM, Alex Miller <[email protected]> wrote: > Yeah, that's a thing. I think the name was chosen intentionally to be the > same across those as cljs had it first. > > > On Tuesday, March 18, 2014 2:29:04 PM UTC-5, Ambrose Bonnaire-Sergeant > wrote: > >> I believe this is because cljs.core defines unsigned-bit-shift-right, >> which now conflicts >> with clojure.core/unsigned-bit-shift-right (added with 1.6.0). >> >> 1.6.0 doesn't seem to break anything here, aside from adding to >> clojure.core. >> >> Thanks, >> Ambrose >> >> >> On Wed, Mar 19, 2014 at 3:12 AM, Ambrose Bonnaire-Sergeant < >> [email protected]> wrote: >> >>> I think I found a difference between 1.5.1->1.6.0-RC1. >>> >>> (compile 'cljs.core) fails with a NPE in 1.6.0-RC1. I realise this isn't >>> particularly supported >>> by CLJS, but it still worked in 1.5.1. >>> >>> https://github.com/frenchy64/clojure-16-fail >>> >>> Help narrowing this is appreciated. >>> >>> Thanks, >>> Ambrose >>> >>> >>> On Wed, Mar 19, 2014 at 3:05 AM, Alex Miller <[email protected]>wrote: >>> >>>> Thanks Ken! You're the cheese on my nachos. >>>> >>>> >>>> On Tuesday, March 18, 2014 12:45:46 PM UTC-5, Ken Barber wrote: >>>> >>>>> We had some bugs related to assumed ordering in our code which >>>>> 1.6.0-RC1 surfaced (https://github.com/puppetlabs/puppetdb/pull/887), >>>>> otherwise everything looks good for our project - thanks for all the >>>>> hard work on this release. >>>>> >>>>> ken. >>>>> >>>>> On Tue, Mar 18, 2014 at 2:21 PM, Alex Miller <[email protected]> >>>>> wrote: >>>>> > Hello all, >>>>> > >>>>> > We would love to release Clojure 1.6.0 final soon. >>>>> > >>>>> > We need your help in checking out the current release candidate - >>>>> this is >>>>> > your opportunity to let us know about problems *before* we release, >>>>> rather >>>>> > than after. >>>>> > >>>>> > Try it via >>>>> > - Download: http://central.maven.org/maven2/org/clojure/clojure/1. >>>>> 6.0-RC1 >>>>> > - Leiningen: [org.clojure/clojure "1.6.0-RC1"] >>>>> > >>>>> > See the full change log here: >>>>> > https://github.com/clojure/clojure/blob/master/changes.md >>>>> > >>>>> > If you have questions, feel free to drop them here. For issues, >>>>> please log >>>>> > them in JIRA. >>>>> > >>>>> > Alex >>>>> > >>>>> > -- >>>>> > You received this message because you are subscribed to the Google >>>>> > Groups "Clojure" group. >>>>> > To post to this group, send email to [email protected] >>>>> > Note that posts from new members are moderated - please be patient >>>>> with your >>>>> > first post. >>>>> > To unsubscribe from this group, send email to >>>>> > [email protected] >>>>> > 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 [email protected]. >>>>> > For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Clojure" group. >>>> To post to this group, send email to [email protected] >>>> Note that posts from new members are moderated - please be patient with >>>> your first post. >>>> To unsubscribe from this group, send email to >>>> [email protected] >>>> 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 [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >> -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
