This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-20
Channels
- # adventofcode (8)
- # aleph (2)
- # announcements (10)
- # aws (5)
- # aws-lambda (2)
- # babashka (23)
- # beginners (23)
- # biff (9)
- # calva (4)
- # cider (8)
- # clj-kondo (21)
- # clojure (77)
- # clojure-boston (1)
- # clojure-dev (50)
- # clojure-europe (36)
- # clojure-gamedev (3)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-spec (33)
- # clojure-uk (3)
- # clojurescript (22)
- # core-async (3)
- # cursive (10)
- # datahike (18)
- # datalevin (1)
- # datascript (9)
- # deps-new (21)
- # emacs (11)
- # events (1)
- # graphql (11)
- # guix (26)
- # java (7)
- # jobs (3)
- # lsp (12)
- # malli (6)
- # pathom (33)
- # pedestal (3)
- # polylith (15)
- # reagent (5)
- # releases (3)
- # remote-jobs (1)
- # scittle (9)
- # sql (27)
- # tools-build (9)
- # vim (7)
Muotti v1.0.0 has been baked and is ready for general usage. > Muotti is a graph based value transformer library which aims to solve complex value transformation by utilizing a digraph of known transformation steps to produce a final transformer chain which performs the transformation. While Muotti itself is usable as-is, the main motivation for its creation has always been to https://github.com/esuomi/muotti#malli-integration. See either https://github.com/esuomi/muotti/releases/tag/v1.0.0 or https://github.com/esuomi/muotti/blob/v1.0.0/README.md.
https://github.com/clj-kondo/clj-kondo: static analyzer and linter for Clojure code that sparks joy ✨
2023.01.20
• https://github.com/clj-kondo/clj-kondo/issues/1956: enable printing to *err*
in hooks
• https://github.com/clj-kondo/clj-kondo/issues/1943: allow :discouraged-namespace
to be suppressed with #_:clj-kondo/ignore
• https://github.com/clj-kondo/clj-kondo/issues/1942: prioritize specific namespace over ns-groups for :discouraged-namespace
linter
• https://github.com/clj-kondo/clj-kondo/issues/1959: analyze custom defn
properly
• https://github.com/clj-kondo/clj-kondo/issues/1961: be lenient with unexpected type
• https://github.com/clj-kondo/clj-kondo/issues/1945: support merging of multiple ns-group configs
• https://github.com/clj-kondo/clj-kondo/issues/1962: don't emit warning for aliased namespace var usage in syntax-quote
• https://github.com/clj-kondo/clj-kondo/issues/1952: add :exclude-urls
and :exclude-pattern
https://github.com/clojure/data.int-map 1.2.0 - A map optimized for integer keys • Made int maps and sets work correctly on contains? and get for non-int keys • DIMAP-6 - ufixed incorrect docstring on int-map