This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-27
Channels
- # announcements (5)
- # aws (2)
- # babashka (2)
- # beginners (79)
- # calva (14)
- # clojure (45)
- # clojure-canada (1)
- # clojure-europe (26)
- # clojuredesign-podcast (14)
- # clojurescript (4)
- # cursive (30)
- # datascript (8)
- # depstar (2)
- # emacs (7)
- # events (1)
- # helix (2)
- # honeysql (4)
- # jobs-discuss (1)
- # off-topic (5)
- # polylith (1)
- # quil (2)
- # reagent (7)
- # shadow-cljs (14)
- # tools-deps (26)
- # xtdb (9)
Hi! I did some small updates to cypress-clojurescript-preprocessor: https://github.com/viesti/cypress-clojurescript-preprocessor#changelog Also added a note on how to use shared utility namespaces (so that not all code needs to be a cypress test suite): https://github.com/viesti/cypress-clojurescript-preprocessor#shared-namespaces

Just learned that Cypress has a way to execute commands from JS console, so made a hack for ClojureScript https://twitter.com/KimmoKoskinen/status/1409131358862073862
Alao, made a #cypress channel, for discussing on making Cypress work with ClojureScript
> Call process/exit to not leave zombies when Cypress exits That is very appreciated, thank you.
depstar {:mvn/version "2.1.245"}
is available: JAR builder for CLI/`deps.edn` -- https://github.com/seancorfield/depstar/releases/tag/v2.1.245 -- adds :target-dir
option; AOT compilation is now done in a single process (instead of a separate process for each namespace); some pretty big internal refactoring in preparation for the upcoming tools.build
release (so pom.xml
handling, AOT, and JAR building can be available as separate tasks); follow-up in #depstar (for specific Qs) or #tools-deps (for more general CLI/`deps.edn` Qs).