announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
viesti 2021-06-27T11:49:29.357Z

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

👍 3
❤️ 1
6
🎉 5
2021-06-29T17:07:55.367400Z

> Call process/exit to not leave zombies when Cypress exits That is very appreciated, thank you.

👍 2
viesti 2021-06-27T12:53:51.357500Z

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

viesti 2021-06-27T19:59:43.358900Z

Alao, made a #cypress channel, for discussing on making Cypress work with ClojureScript

👍 1
seancorfield 2021-06-27T23:46:14.362800Z

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).

👍 12
1
❤️ 1
🎉 4