This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-18
Channels
- # announcements (22)
- # asami (7)
- # babashka (43)
- # beginners (68)
- # biff (2)
- # calva (10)
- # clj-kondo (7)
- # cljdoc (29)
- # clojure (41)
- # clojure-austin (1)
- # clojure-brasil (2)
- # clojure-europe (25)
- # clojure-gamedev (3)
- # clojure-nl (2)
- # clojure-norway (9)
- # clojure-uk (31)
- # clojurescript (3)
- # community-development (7)
- # cursive (3)
- # data-science (4)
- # datomic (17)
- # emacs (30)
- # honeysql (10)
- # hyperfiddle (39)
- # introduce-yourself (1)
- # jobs-discuss (5)
- # kaocha (1)
- # lsp (11)
- # malli (12)
- # pathom (18)
- # pedestal (3)
- # proletarian (2)
- # quil (11)
- # rdf (46)
- # reitit (8)
- # releases (2)
- # shadow-cljs (34)
- # sql (3)
- # squint (10)
- # tools-deps (24)
- # xtdb (10)
just got my first infinite loop in a repl (in calva). had to kill the repl. is there a way to stop the loop without stopping the repl?
depending on exactly what caused the infinite loop, Calva: Interrupt Running Evaluations
might be what you want
it's a loop
that apparently recur
s forever
I'll try that
I recall reading something about that it will stop working with some recent/coming version of Java. Maybe I am recalling that wrong…
Oops does it depend on Thread.stop()
? The https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Thread.html#stop() have this note: "For more information, see https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/doc-files/threadPrimitiveDeprecation.html."
Dear Calva friends. Over at https://github.com/BetterThanTomorrow/calva/issues/2282 @djblue has added a suggestion about adding some variables to the https://calva.io/custom-commands/. As the list of variables is starting to get a bit ridiculously long, he also opens up for a discussion about alternative ways to provide and access the information needed for the commands. Please join the discussion if you are interested in how this might change. (If you are worried that your current variables will stop working, don’t be. We will figure out how to make any change compatible with the current syntax and variables.)