This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-19
Channels
- # 100-days-of-code (12)
- # beginners (116)
- # calva (2)
- # cider (16)
- # cljdoc (5)
- # cljs-dev (26)
- # clojure (161)
- # clojure-italy (7)
- # clojure-nl (9)
- # clojure-spec (49)
- # clojure-uk (112)
- # clojurescript (50)
- # clojutre (4)
- # core-async (2)
- # cursive (4)
- # datomic (192)
- # emacs (10)
- # events (4)
- # figwheel-main (147)
- # fulcro (94)
- # graphql (5)
- # instaparse (1)
- # jobs-rus (1)
- # keechma (10)
- # leiningen (223)
- # luminus (3)
- # mount (23)
- # nrepl (8)
- # off-topic (44)
- # onyx (10)
- # pedestal (5)
- # re-frame (19)
- # reitit (8)
- # shadow-cljs (62)
- # uncomplicate (3)
@mfikes I think you mean cljs.core.PersistentQueue.EMPTY
in https://dev.clojure.org/jira/browse/CLJS-2916
Do we have any precedent for describing / communicating changes in default configuration? For :npm-deps
I have added a note in the draft compiler option reference: https://github.com/clojure/clojurescript-site/blob/7a90a7a434f04ef0e29858fbc692f0fd7ba0593a/content/reference/compiler-options.adoc#npm-deps
(I'm thinking about the case where someone upgrades to the next release, only to find their build failing if it relied on the previous default of {}
. The solution is to explicitly configure :npm-deps
.)
Are you referring to the .slice function on Buffer? Or is there a partition somewhere that I'm missing.
Hey Eric, welcome to the community! FYI, this particular room is for discussion about development on cljs itself. Most regular cljs questions go through the #clojurescript channel.
I’ve updated the release notes to incorporate a bit about the new :npm-deps
default. https://github.com/clojure/clojurescript-site/blob/5ebb74576f5471552c52245c65847763bf55a201/content/news/2018-09-01-release.adoc#noteworthy-changes