This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-10
Channels
- # beginners (140)
- # boot (18)
- # cider (4)
- # cljs-dev (28)
- # clojure (191)
- # clojure-greece (51)
- # clojure-russia (1)
- # clojure-spec (13)
- # clojure-uk (2)
- # clojurescript (38)
- # community-development (26)
- # core-logic (16)
- # cursive (6)
- # datomic (3)
- # defnpodcast (9)
- # editors (1)
- # emacs (1)
- # fulcro (10)
- # immutant (3)
- # jobs-discuss (2)
- # leiningen (17)
- # lumo (24)
- # off-topic (30)
- # quil (12)
- # re-frame (11)
- # reagent (103)
- # remote-jobs (2)
- # shadow-cljs (157)
- # spacemacs (4)
- # unrepl (18)
- # yada (2)
So maybe this is silly again, but because cljs.core.specs.alpha
is not required anywhere it seems like it is not compiled and then no included in things like main.out
...is this expected?
@juhoteperi all your patches from above have been applied, thanks!
@dnolen Super! Great to have the Closure patch finally done after 4 months 🙂
@richiardiandrea Right. cljs.core.specs.alpha
is currently an optional namespace. More details at the preview at https://github.com/mfikes/clojurescript-site/blob/2f0a379387c4ca7bf3b78b065bf88310ad73b882/content/news/2018-xx-yy-core-specs-alpha-reducible-sequence-generators-and-map-entries.adoc#corespecsalpha
@dnolen are you planning a new release soon? would be good to have the Java9 related changes out
I've added some initial copy regarding David's REPL enhancements to the release news post: https://github.com/mfikes/clojurescript-site/blob/7690a49ecf226c5f75b6689db2c0aa7908376dbe/content/news/2018-xx-yy-release.adoc#repl-command-line-enhancements
(FWIW, this feature is not yet working for me, but documented it nonetheless. Here's the JIRA https://dev.clojure.org/jira/browse/CLJS-2497)
@thheller If it helps: https://clojurians.slack.com/archives/C07UQ678E/p1518198899000523
@mfikes thank we’ll want to tweak that - I just added our own entry point cljs.main
, no more clojure.main
By the way, dunno if you noticed the ticket about this stuff failing for me.... (I've tried it on two separate boxes with the same result.)
Yeah, me too (`script/uberjar`). I'll try revising it to use cljs.main
instead to see if that works.
there’s a lot of polish work to do I think, but I just want to get all the basic functionality in first
I found the reason why JS modules didn't work after restarting compiler (cold recompile?): https://dev.clojure.org/jira/browse/CLJS-2500
Not sure if this became problem only after :js-namespaces
was added in CLJS-2389, would have thought someone would have noticed this before if this has been happening for 5 months