This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-17
Channels
- # bangalore-clj (4)
- # beginners (60)
- # boot (63)
- # cider (2)
- # cljs-dev (22)
- # cljsrn (3)
- # clojars (32)
- # clojure (133)
- # clojure-gamedev (1)
- # clojure-germany (17)
- # clojure-italy (1)
- # clojure-russia (11)
- # clojure-serbia (16)
- # clojure-spec (35)
- # clojure-uk (75)
- # clojurebridge (1)
- # clojurescript (83)
- # community-development (25)
- # core-async (43)
- # cursive (15)
- # datomic (28)
- # emacs (2)
- # fulcro (108)
- # graphql (5)
- # hoplon (15)
- # lein-figwheel (6)
- # leiningen (39)
- # lumo (106)
- # new-channels (1)
- # off-topic (4)
- # om (26)
- # om-next (53)
- # onyx (46)
- # other-languages (2)
- # perun (1)
- # protorepl (5)
- # re-frame (13)
- # ring (18)
- # ring-swagger (1)
- # rum (6)
- # shadow-cljs (82)
- # spacemacs (19)
- # specter (5)
- # sql (3)
- # test-check (31)
- # unrepl (12)
- # untangled (2)
- # vim (109)
Looking at CLJS tickets this afternoon, feel free to link ones you think I should consider
@thheller did you submit that perf patch you mentioned a couple of weeks ago? The emission thing?
@olivergeorge I applied your :stub
fix, sorry for the delay
Thanks David, excited to see that in.
@anmonteiro this patch seems fine to me - https://dev.clojure.org/jira/browse/CLJS-2394
@dnolen I did not. I was testing in lein repl
which disabled a bunch of JIT stuff. when testing with a proper setup it was a much smaller difference, barely 1%.
@dnolen looks fine to me
@dnolen if you get to it https://dev.clojure.org/jira/browse/CLJS-1439 is pretty straightforward
@dnolen https://dev.clojure.org/jira/browse/CLJS-2377 would be nice to clear up sometime over the next month or so, given that Java 9 is out. (For example macOS users that do brew cask install java
end up with Java 9 and the ClojureScript Quick Start fails without the fix in CLJS-2377.)
(It is possible to run QuickStart as it stands now under Java 9; you just need to add an extra option to the java
command line.)
@mfikes oh nice, is the Quick Start issue mentioned in the ticket? I missed that bit of urgency
@thheller Re: https://dev.clojure.org/jira/browse/CLJS-2396 Could this potentially be used to distinguish the various compilation phases in a cljc file? macro-time cljs (self-hosted cljs), macro-time clj (clj-hosted cljs), and runtime cljc and cljs? This is pretty obtuse right now. see https://github.com/cgrand/macrovich