This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-12
Channels
- # announcements (4)
- # babashka (60)
- # beginners (3)
- # calva (15)
- # cherry (1)
- # clojars (9)
- # clojure (30)
- # clojure-denmark (5)
- # clojure-europe (23)
- # clojure-losangeles (1)
- # clojure-norway (8)
- # clojurescript (49)
- # core-async (3)
- # cursive (15)
- # datomic (4)
- # deps-new (1)
- # emacs (36)
- # figwheel-main (3)
- # fulcro (16)
- # girouette (2)
- # hyperfiddle (1)
- # introduce-yourself (3)
- # lambdaisland (6)
- # nrepl (23)
- # off-topic (7)
- # pedestal (10)
- # polylith (50)
- # practicalli (1)
- # releases (2)
- # sci (16)
- # shadow-cljs (27)
- # slack-help (3)
- # sql (17)
- # tools-deps (5)
https://clojars.org/org.clj-commons/gloss/versions/0.3.5 is now available. Gloss is a DSL for byte formats, designed for network protocols and binary file I/O. The primary change is a bug fix for when your initial ByteBuffers use non-zero positions.

Clojure CLI 1.11.1.1273 (actually released 1 week ago, but forgot to announce) • Fix regression in -Spom • Updated help to include -X:deps mvn-pom rather than -Spom (which will eventually go away) • Use https://github.com/clojure/tools.deps/blob/master/CHANGELOG.md 0.18.1335
Just released v1.0.3 of https://github.com/matthewdowney/rich-comment-tests (turn rich comment forms into tests) with one fix:
• Bugfix for running tests in namespaces with top level sexprs which aren't seqable?
(https://github.com/matthewdowney/rich-comment-tests/issues/20)
[metosin/malli "0.11.0"]
is out! Malli is a high-performance data-driven data specification library for Clojure/Script. New stuff since last announcement:
• BREAKING: remove map syntax: mu/from-map-syntax
, mu/to-map-syntax
. AST and lite syntax remain unchanged.
• BREAKING: walking a :schema
passes children instead of [id]
to the walker function https://github.com/metosin/malli/issues/884
• Support converting recursive malli schemas to json-schema https://github.com/metosin/malli/issues/464, https://github.com/metosin/malli/issues/868
• Add #C03QZH5PG6M as alternative CLJS evaluator https://github.com/metosin/malli/pull/888
• Work with latest #C6N245JGG (& closure compiler) https://github.com/metosin/malli/pull/890
• Simplify uuid regex for accept non-standard and zero uuids https://github.com/metosin/malli/pull/889
• Add support for default branch ::m/default
for :map
schema, https://github.com/metosin/malli/pull/871
• mt/strip-extra-keys-transformer
works with :map-of
• New m/default-schema
to get the ::m/default
schema from entry schema
• New m/explicit-keys
to get explicit keys from entry schema (no ::m/default
)
• Simplify content-dependent schema creation via new 3-arity :compile
function, https://github.com/metosin/malli/pull/866
• Small improvements and bug fixes
Changelog: https://github.com/metosin/malli/blob/master/CHANGELOG.md#0110-2023-04-12
Code: https://github.com/metosin/malli
Big thanks to all contributors and for support.
Discussion and help getting started on #CLDK6MFMK

