This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-17
Channels
- # announcements (1)
- # beginners (44)
- # calva (20)
- # cljs-dev (22)
- # cljsrn (5)
- # clojars (24)
- # clojure (33)
- # clojure-europe (36)
- # clojure-filipino (1)
- # clojure-indonesia (1)
- # clojure-my (1)
- # clojure-nl (2)
- # clojure-sg (2)
- # clojure-uk (8)
- # clojurescript (73)
- # code-reviews (21)
- # conjure (13)
- # cursive (46)
- # datahike (16)
- # datomic (5)
- # depstar (1)
- # graalvm (7)
- # honeysql (22)
- # jobs (2)
- # jobs-discuss (2)
- # kaocha (3)
- # luminus (2)
- # malli (2)
- # nrepl (17)
- # off-topic (46)
- # pathom (14)
- # re-frame (7)
- # remote-jobs (1)
- # sci (8)
- # shadow-cljs (33)
- # sql (14)
- # vim (48)
- # xtdb (1)
@henryw374 open to that, add the patch to the issue
Cool. The patch I've done doesn't fully work yet. I'll see if I can get it ready, then attach
added a patch to https://clojure.atlassian.net/browse/CLJS-3294 now, with some commentary
Cool. The patch I've done doesn't fully work yet. I'll see if I can get it ready, then attach
Corner case with and
/ or
: https://clojure.atlassian.net/browse/CLJS-3309
Actually, I hadn't surveyed across all of them to see if there are any distinct things outside of the gensym issue... let me take a peek.
Here is where I found them FWIW https://travis-ci.org/github/mfikes/coal-mine/builds/771413091
((fn [s] (for [e (tree-seq sequential? seq s) :when (and (sequential? e) (every? (fn [x] (not (sequential? x))) e))] e)) [[1 2] [[3 4] [[[[5 6]]]]]])
added a patch to https://clojure.atlassian.net/browse/CLJS-3294 now, with some commentary