This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-30
Channels
- # announcements (2)
- # babashka (3)
- # beginners (31)
- # biff (3)
- # calva (40)
- # chlorine-clover (2)
- # clerk (5)
- # clj-kondo (10)
- # clojure (13)
- # clojure-art (1)
- # clojure-denver (16)
- # clojure-europe (44)
- # clojure-nl (1)
- # clojure-norway (27)
- # clojure-sweden (3)
- # clojure-uk (1)
- # clojurescript (49)
- # clr (6)
- # community-development (2)
- # datalevin (10)
- # datomic (63)
- # events (2)
- # fulcro (9)
- # holy-lambda (15)
- # honeysql (8)
- # hoplon (6)
- # hyperfiddle (9)
- # introduce-yourself (1)
- # kaocha (1)
- # london-clojurians (2)
- # matrix (1)
- # nbb (7)
- # off-topic (38)
- # polylith (6)
- # re-frame (4)
- # reagent (2)
- # releases (3)
- # sci (13)
- # scittle (5)
- # shadow-cljs (6)
- # sql (5)
- # tools-deps (4)
- # vim (33)
- # web-security (8)
- # xtdb (2)
We've fixed some issues with the Kaocha-cljs2 documentation, particularly one stopping the API documentation from being generated by http://cljdoc.org. Because it's a documentation fix, you can just visit it at http://cljdoc.org: https://cljdoc.org/d/lambdaisland/kaocha-cljs2/0.2.72/doc/readme
https://github.com/NoahTheDuke/splint: Linter focused on style and code shape
1.8.0
New rule:
• lint/warn-on-reflection
- Require that (set *warn-on-reflection* true)
is after the ns
declaration in every file. Defaults to false
.
Changed/fixed:
• Sort keys in json
and json-pretty
output.
• Add edn
and edn-pretty
output formats.
• Continue checking forms in a file if a rule throws an exception.
• Deprecate --config
, add --print-config
.
CLJ(s) Statecharts V1.1.0 https://github.com/fulcrologic/statecharts • Now includes an integration layer for Fulcro • Various minor bug fixes