This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-26
Channels
- # announcements (1)
- # beginners (42)
- # biff (11)
- # calva (15)
- # cider (3)
- # clj-http-lite (3)
- # clojure (52)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (39)
- # clojure-uk (4)
- # clojurescript (52)
- # code-reviews (13)
- # conjure (1)
- # cursive (4)
- # data-science (1)
- # datomic (5)
- # emacs (6)
- # events (3)
- # graalvm (5)
- # hyperfiddle (7)
- # kaocha (14)
- # lsp (11)
- # malli (3)
- # nbb (13)
- # off-topic (87)
- # pathom (15)
- # polylith (23)
- # portal (5)
- # reitit (4)
- # shadow-cljs (110)
- # squint (114)
- # testing (1)
- # vim (13)
Pathom 3 2022.08.29-alpha
is out! https://clojars.org/com.wsscode/pathom3
This release includes some fixes and a couple of nice new planner optimisations, in special there is one finally capable of optimising sibling similar OR branches (check the attached image, before on the left, after on the right). These optimisations are still experimental, to use than you need to add the flag ::pcp/experimental-branch-optimizations
in your env (if you find any issue with them active, please make a report).
Changes:
• Add support for ::pcr/wrap-merge-attribute hook in async and parallel runners
• Add support for ::pcr/wrap-merge-attribute hook on idents (all runners)
• Fix issue #152 missing shape check when data value is nil
• Optimize AND siblings with same branches
• Optimize OR siblings with same branches 🎉
• Optimize AND branch that has same branch structure as parent
• New branch optimizations are opt-in via ::pcp/experimental-branch-optimizations flag at env
• Fix ::pcr/wrap-mutation-error, now working in all runners
