This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-15
Channels
- # adventofcode (65)
- # announcements (25)
- # babashka (77)
- # beginners (194)
- # calva (15)
- # clj-kondo (39)
- # cljsrn (7)
- # clojure (81)
- # clojure-dev (4)
- # clojure-europe (46)
- # clojure-japan (1)
- # clojure-nl (8)
- # clojure-norway (2)
- # clojure-provo (4)
- # clojure-uk (17)
- # clojurescript (22)
- # clojurewerkz (1)
- # community-development (4)
- # conjure (2)
- # cryogen (2)
- # cursive (7)
- # datomic (3)
- # duct (3)
- # emacs (29)
- # events (11)
- # fulcro (88)
- # jobs (2)
- # jobs-discuss (68)
- # kaocha (10)
- # meander (119)
- # off-topic (7)
- # pathom (7)
- # perun (1)
- # planck (5)
- # portal (25)
- # re-frame (2)
- # reagent (10)
- # reitit (11)
- # remote-jobs (2)
- # reveal (96)
- # ring (4)
- # shadow-cljs (2)
- # sql (4)
- # tools-deps (46)
Is there a way in Planck to generate the analysis cache files for clojure.spec.alpha namespaces? Including macro namespaces This https://github.com/planck-repl/planck/blob/6cb8989c5437bfba7576883f9194fb483ad56c0c/planck-cljs/script/build.clj from planck source seems to be related But I have not idea how to run it
@viebel The analysis caches for the macro namespaces are built here https://github.com/planck-repl/planck/blob/5a76879f2d11f8c79323bc5685525d867c46ff32/script/build#L112
Thank you @mfikes Is there a way to run a similar command with planck binary (not as part of the build process)? If I run the same command with planck binary then no files is generated. I assume it’s because the planck binary already bundles the macro namespaces.
Also, in the related post, you mention that it’s possible to generate JavaScript for macro namespaces using cljs.js
. How would it look like?