This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-06
Channels
- # announcements (3)
- # aws (23)
- # beginners (61)
- # calva (57)
- # cider (121)
- # clara (1)
- # clj-kondo (9)
- # cljs-dev (62)
- # cljsrn (3)
- # clojure (79)
- # clojure-europe (2)
- # clojure-nl (19)
- # clojure-spec (9)
- # clojure-uk (14)
- # clojurescript (92)
- # clojureverse-ops (2)
- # cursive (3)
- # data-science (2)
- # duct (1)
- # figwheel (2)
- # graphql (6)
- # jobs (1)
- # kaocha (5)
- # leiningen (11)
- # off-topic (25)
- # overtone (1)
- # pedestal (4)
- # portkey (1)
- # re-frame (1)
- # remote-jobs (2)
- # shadow-cljs (179)
- # slack-help (3)
- # specter (7)
- # testing (14)
- # tools-deps (14)
- # unrepl (12)
- # vim (2)
- # yada (3)
So I bet this has been raised a hundred times. Sorry! But when I build ./script/build
clojurescript, I notice that it modifies src/main/cljs/cljs/core.cljs
and src/main/cljs/cljs/core.cljs
with version numbers. When creating my patches I have been careful not to include the generated version numbers, which I assume is the correct thing to do. Have cljs team considered isolating version number generation to their own dedicated src or resource file(s)?
so, would you me open to me adding a note to https://clojurescript.org/community/building on this?
@dnolen any thoughts on emitting JS const/let in the CLJS Compiler (instead of var
)? https://dev.clojure.org/jira/browse/CLJS-3077
I just want to get rid of all those function wrappers since they do add up quite a bit
@thheller you might want to make a series of smaller tickets otherwise this one could get out of hand
Ok, I’ve finally submitted a patch for https://dev.clojure.org/jira/browse/CLJS-3074 and took the liberty of assigning to @mfikes. Should I be assigning to you guys? Or is that kind of rude?