This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-08-02
Channels
- # announcements (6)
- # beginners (35)
- # calva (5)
- # cider (3)
- # clj-http (1)
- # clj-kondo (52)
- # clojure (51)
- # clojure-conj (2)
- # clojure-europe (28)
- # clojure-losangeles (1)
- # clojure-norway (8)
- # clojure-uk (2)
- # cursive (12)
- # datalevin (2)
- # datomic (38)
- # emacs (7)
- # events (5)
- # gratitude (1)
- # humbleui (7)
- # hyperfiddle (23)
- # jobs (1)
- # off-topic (6)
- # portland-or (1)
- # rdf (3)
- # releases (2)
- # xtdb (3)
https://github.com/ikappaki/basilisp-kernel: A Jupyter Kernel for https://basilisp.readthedocs.io/en/latest/. Basilisp a Lisp implementation in Python that is broadly compatible with Clojure. https://pypi.org/project/basilisp-kernel/1.1.0/ - Optimized output to stdout/stderr by removing proxy string intermediary. - Improved Exception formatting.
https://github.com/flow-storm/clofidence: a test coverage tool for Clojure, version `0.3.0` released! Main changes : ā¢ Split output report in index.html + multiple details files per namespace instead of a single file, to make it work better with larger reports. You can download an example report for the https://github.com/flow-storm/clofidence/blob/master/examples/clojurescript-1.60.tgz.
does it somehow integrate with #C6N245JGG test runner? or any other cljs testing tool?
currently it only supports Clojure tests coverage. It shouldn't be that hard to add support for ClojureScript via https://github.com/flow-storm/clojurescript. What is linked there is the report from running it with the ClojureScript compiler test suite, which is a Clojure codebase.
yes, on the screenshot you can see a couple of if branches not exercised by the tests. Everything in green means it was executed at least once, red means the form has been never executed during testing