This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-23
Channels
- # beginners (27)
- # boot (8)
- # cider (17)
- # cljs-dev (8)
- # cljsrn (5)
- # clojure (56)
- # clojure-dev (34)
- # clojure-gamedev (4)
- # clojure-italy (32)
- # clojure-nl (22)
- # clojure-poland (3)
- # clojure-russia (17)
- # clojure-spec (31)
- # clojure-uk (48)
- # clojurescript (47)
- # core-async (41)
- # cursive (13)
- # datomic (22)
- # emacs (9)
- # figwheel (7)
- # fulcro (18)
- # graphql (3)
- # hoplon (15)
- # jobs-discuss (38)
- # keechma (1)
- # luminus (10)
- # off-topic (42)
- # onyx (8)
- # overtone (3)
- # protorepl (5)
- # re-frame (42)
- # reagent (6)
- # reitit (3)
- # schema (4)
- # shadow-cljs (39)
- # slack-help (5)
- # spacemacs (8)
- # specter (1)
- # tools-deps (36)
- # uncomplicate (9)
- # vim (34)
a question, has something around printing with newline changed in the new version? it seems like all the debug-prn
are squashed in lumo
against 1.10.238
...I am digging...
example:
Evaluating cljs.userNamespace side effects for cljs.userLoading dependencies for cljs.userLoading lumo.closure namespaceLoading cljs.env.macros macros namespaceLoading clj...
@richiardiandrea Perhaps this https://github.com/clojure/clojurescript/commit/af20aea87dc3c219d2f25be3725ab3973a428bdd#diff-6db96e000d4412edf3aa45181efd6ebbR11451
that seems what changed...yes you found the needle !
I wonder why though, I don't think I have nashorn
set
will dig more, but that var is bound to false
in my case
must be something else, I have *target*
set to nodejs
and *print-newline*
to true
One recent change that might have affected that is https://github.com/clojure/clojurescript/commit/517f3d8876f90a1bebb2dc0bffbc926297226ea1#diff-55af64f5fd974941307856cf3a5a8b82 Will try to kill that locally and try lumo against it tomorrow.
One recent change that might have affected that is https://github.com/clojure/clojurescript/commit/517f3d8876f90a1bebb2dc0bffbc926297226ea1#diff-55af64f5fd974941307856cf3a5a8b82 Will try to kill that locally and try lumo against it tomorrow.