This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-22
Channels
- # ai (1)
- # announcements (1)
- # beginners (22)
- # biff (14)
- # cherry (1)
- # cider (5)
- # clerk (18)
- # clj-kondo (6)
- # clojure (17)
- # clojure-conj (1)
- # clojure-europe (19)
- # clojure-hungary (1)
- # clojure-losangeles (6)
- # clojure-norway (3)
- # clr (1)
- # data-science (4)
- # events (1)
- # fulcro (5)
- # hyperfiddle (21)
- # instaparse (5)
- # kaocha (7)
- # malli (9)
- # nbb (12)
- # off-topic (3)
- # re-frame (8)
- # scittle (17)
- # shadow-cljs (18)
Hello 👋 I think I found a regression, but feel free to tell me I've made some careless error 😅
(comment
;; "nbb" "1.0.142" works
;; "nbb" "1.2.173" regression
(peek (into cljs.core/PersistentQueue.EMPTY [:a :b :c])) ;; nbb => :c
(peek (into cljs.core/PersistentQueue.EMPTY [:a :b :c])) ;; shadow-cljs => :a
)
$ npx nbb@latest
Welcome to nbb v1.2.173!
user=> (peek (into cljs.core/PersistentQueue.EMPTY [:a :b :c]))
:c
Yeah, no problem 👍
Thanks for the lightning response as per usual
I had a reader conditional in my code, so I wonder if #queue []
was an option at the time I wrote it? :thinking_face: 😄
Just goes to show the speed at which nbb
improves! 🚀