This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-11
Channels
- # announcements (1)
- # asami (10)
- # aws (36)
- # babashka (1)
- # beginners (32)
- # biff (13)
- # calva (2)
- # cider (2)
- # clj-kondo (3)
- # cljs-dev (5)
- # clojure-poland (2)
- # clojured (5)
- # clojurescript (7)
- # core-logic (13)
- # core-matrix (2)
- # core-typed (1)
- # datomic (1)
- # fulcro (19)
- # gratitude (6)
- # meander (15)
- # minecraft (4)
- # pathom (3)
- # podcasts (2)
- # reagent (19)
- # releases (1)
- # shadow-cljs (69)
- # sql (3)
- # tools-deps (22)
- # vim (1)
https://github.com/typedclojure/typedclojure https://github.com/typedclojure/typedclojure/blob/main/CHANGELOG.md#1031-20220611
- don't check namespace if `^:typed.clojure/ignore` or `^{:typed.clojure {:ignore true}}` meta
- eg., `(ns ^:typed.clojure/ignore foo)`
- introduce `typed.clojure/check-dir-clj{s}` for type checking directories of code
- introduce `typed.clojure.main` for command line usage
- improve `^::t/dbg` output
- fix `[:maybe]` case in Malli schema to static type translation
- simplify malli schemas `[:and s1 s2 s3 ...]` to `s1` in type translation to avoid tricky subtyping cases
👀 6
👍 2