Fork me on GitHub
#announcements
<
2024-08-02
>
chaos06:08:43

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.

šŸ™ 5
šŸŽ‰ 12
šŸ 4
ā¤ļø 2
1
jpmonettas16:08:02

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.

ā€¼ļø 4
flowstorm 7
šŸ‘€ 3
šŸ¤Æ 1
souenzzo18:08:42

does it somehow integrate with #C6N245JGG test runner? or any other cljs testing tool?

jpmonettas18:08:31

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.

šŸ‘ 1
phill22:08:15

Do these reports rely on color to convey the meaning?

jpmonettas00:08:27

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