This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-22
Channels
- # adventofcode (26)
- # aleph (34)
- # announcements (10)
- # babashka (71)
- # beginners (80)
- # biff (7)
- # calva (1)
- # cider (4)
- # cljdoc (12)
- # clojure (8)
- # clojure-belgium (1)
- # clojure-europe (11)
- # clojure-nl (3)
- # clojure-norway (18)
- # clojure-sg (3)
- # clojure-sweden (2)
- # clojurescript (18)
- # clojutre (4)
- # conjure (1)
- # core-logic (4)
- # datahike (1)
- # datascript (3)
- # emacs (27)
- # exercism (1)
- # gratitude (12)
- # introduce-yourself (4)
- # joyride (1)
- # lsp (46)
- # malli (3)
- # membrane (2)
- # nbb (1)
- # off-topic (3)
- # other-languages (7)
- # pedestal (4)
- # portal (3)
- # practicalli (1)
- # rdf (33)
- # re-frame (11)
- # releases (1)
- # ring (1)
- # scittle (34)
- # shadow-cljs (10)
- # squint (12)
- # tools-deps (89)
- # tree-sitter (2)
- # xtdb (14)
The timeout doesn’t get cleared and “finally” doesn’t print. I pasted this snippet into a shadow-cljs project and it works there but not when I use scittle. I can make a repo with a repro.
it might be because the predicate should be seq?
instead of list?
here - I've seen that before
https://github.com/babashka/sci.configs/blob/0702ea5a21ad92e6d7cca6d36de84271083ea68f/src/sci/configs/reagent/reagent.cljs#L38
Note that this code came verbatim from reagent: https://github.com/reagent-project/reagent/blob/e67d4f8804c109868469d6e81ecd7184cf707575/src/reagent/ratom.clj#L48
I've been meaning to do a scittle release anyway, so this came just in time, thanks :)
Hmm, it was something else, but I'll figure it out. Something with advanced compilation
https://github.com/babashka/sci.configs/commit/2054ec8532604f7b6e60d6de8b9f6418255203dc
Should be fixed with 0.5.12 https://github.com/babashka/scittle/releases/tag/v0.5.12
1 (ns main
2 (:require
^--- Could not find namespace cljs.pprint.
3 [cljs.pprint :refer [pprint]]
I’m sure it worked before.@UPD88PGNT Can you try with 0.5.13?
Maybe @UE21H2HHD will get bored soon and he wants to write some etaoin tests for this ;-)
https://github.com/babashka/scittle: execute Clojure(Script) directly from browser script tags via SCI!
v0.5.13 (2022-12-23)
• Fix reagent
with-let
macro with advanced compiled builds
• Upgrade promesa and shadow-cljs
• Fix #queue
literal
• SCI: performance improvements