This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-06-22
Channels
- # beginners (124)
- # boot (7)
- # cider (73)
- # cljs-dev (37)
- # cljsrn (6)
- # clojure (85)
- # clojure-greece (4)
- # clojure-italy (67)
- # clojure-nl (6)
- # clojure-russia (4)
- # clojure-spec (6)
- # clojure-uk (48)
- # clojurescript (26)
- # cursive (5)
- # data-science (23)
- # datomic (63)
- # editors (5)
- # emacs (4)
- # graphql (13)
- # immutant (2)
- # lumo (4)
- # mount (3)
- # off-topic (1)
- # onyx (4)
- # pedestal (7)
- # portkey (10)
- # re-frame (14)
- # reagent (10)
- # ring-swagger (18)
- # shadow-cljs (97)
- # spacemacs (1)
- # tools-deps (9)
- # vim (1)
- # yada (13)
I’m planning on cutting a release today - mostly for the :infer-externs
with-out-str
issue
@dnolen FYI I rebased and tested a new patch for this https://dev.clojure.org/jira/browse/CLJS-2260
both commits pass the travis tests https://github.com/frenchy64/clojurescript/pull/12
@ambrosebs thanks!
@dnolen we ran into an issue with the upgrade from 1.10.238 to 1.10.312 breaking transit metadata decoding. We plan on, but haven’t been able to bisect this yet. Or can you think of a specific commit I should try?
the problem we’re seeing is just like described in https://github.com/cognitect/transit-cljs/issues/46 (btw might be good if you could release transit-cljs to include https://github.com/cognitect/transit-cljs/commit/b5a67e7dddda159931c832883fcb46818376bb19)
> Tried to bisect this in ClojureScript by switching the org.clojure/clojurescript in deps.edn :local/root to a local ClojureScript checkout, but then the problem doesn’t reproduce any more.
> So, I guess it’s either a problem with the jar itself or some weirdness of tools.deps.
so sorry for the noise, calling it a day here. We’ll open a ticket if we do manage to reproduce it next week.
@henryw374 re: CLJS-2589 - need a properly formatted patch - added a comment
https://github.com/clojure/clojurescript/commit/5e4260360d209a50c004cd524317c76e7e0b68e7 is missing an ˋisˋ in the test?
Thanks. Done that now