This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-19
Channels
- # announcements (19)
- # asami (9)
- # babashka (26)
- # beginners (87)
- # biff (23)
- # calva (6)
- # clerk (7)
- # clj-kondo (3)
- # cljsrn (3)
- # clojure (115)
- # clojure-belgium (1)
- # clojure-berlin (1)
- # clojure-europe (31)
- # clojure-gamedev (5)
- # clojure-nl (2)
- # clojure-norway (8)
- # clojure-uk (2)
- # clojurescript (43)
- # clr (23)
- # datalevin (1)
- # datomic (14)
- # dev-tooling (23)
- # fulcro (38)
- # graphql (1)
- # gratitude (1)
- # jobs (1)
- # lsp (30)
- # off-topic (7)
- # pathom (25)
- # portal (21)
- # quil (6)
- # releases (5)
- # remote-jobs (1)
- # shadow-cljs (34)
- # sql (5)
- # tools-deps (6)
- # xtdb (13)
https://github.com/babashka/bbin: Install any Babashka script or project with one command 0.1.7 • https://github.com/babashka/bbin/commit/b6fe7dc6ce2bc4ee56205e181e71634d503cca02`:bbin/bin`https://github.com/babashka/bbin/commit/b6fe7dc6ce2bc4ee56205e181e71634d503cca02 • https://github.com/babashka/bbin/commit/2ef56e19109fab3e8150819a0eaa8f63298da43b • https://github.com/babashka/bbin/commit/af7d140d4dfb109ca1930e1f77115289ec067967 (thanks https://github.com/jeroenvandijk!)
https://github.com/babashka/bbin: Install any Babashka script or project with one command 0.1.8 • https://github.com/babashka/bbin/commit/9a67b1ed2e7c90fc4eedf2710d9ee8df34ea896b`babashka.bbin.specs`https://github.com/babashka/bbin/commit/9a67b1ed2e7c90fc4eedf2710d9ee8df34ea896b
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
1.0.170 (2023-01-19)
• https://github.com/babashka/babashka/issues/1463: Add java.util.jar.Attributes
class (https://github.com/jeroenvandijk)
• https://github.com/babashka/babashka/issues/1456: allow *warn-on-reflection*
and *unchecked-math*
to be set in socket REPL and nREPL (https://github.com/axks)
• SCI: macroexpansion error location improvement
• Add compatibility with https://github.com/eerohele/tab and https://github.com/adam-james-v/solenoid
• Bump babashka.cli and babashka.fs
• New classes:
◦ java.util.jar.Attributes
◦ java.util.concurrent.ThreadFactory
◦ java.lang.Thread$UncaughtExceptionHandler
◦ java.lang.Thread$UncaughtExceptionHandler
◦ java.util.concurrent.BlockingQueue
◦ java.util.concurrent.ArrayBlockingQueue
◦ java.util.concurrent.ThreadFactory
◦ java.lang.Thread$UncaughtExceptionHandler
◦ java.util.concurrent.Semaphore
• Expose more httpkit.server functions: with-channel
, on-close
, close
https://github.com/eerohele/tab now fetches nested data on demand, rather than eagerly.
That means you can now tap>
tools.analyzer ASTs to your heart’s content and Tab will (or should) no longer cave under the load. (Whether the UI is any good for inspecting maps that big remains debatable.)
As mentioned above, you can now also use Tab with Babashka 1.0.170 or newer. That remains undocumented until we have tests for that, though.
Changelog: https://github.com/eerohele/tab/blob/main/CHANGELOG.md#2023-01-19