This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-27
Channels
- # announcements (4)
- # beginners (41)
- # biff (8)
- # cider (14)
- # clj-kondo (5)
- # clojure (45)
- # clojure-brasil (1)
- # clojure-europe (20)
- # clojure-nl (1)
- # clojure-norway (30)
- # clojure-uk (10)
- # clojurescript (8)
- # cursive (25)
- # datomic (20)
- # emacs (11)
- # events (1)
- # hoplon (9)
- # humbleui (7)
- # hyperfiddle (6)
- # lsp (63)
- # matrix (1)
- # observability (20)
- # off-topic (36)
- # polylith (11)
- # re-frame (2)
- # releases (1)
- # rewrite-clj (6)
- # scittle (42)
- # sql (6)
- # squint (86)
- # tools-deps (9)
Cross-posting for visibility after reading the last message: > nREPL [...] it ends up with [an empty] environment instead of the [one] that came with the origin buffer. [...] envrc has some machinery to patch the appropriate inheritance into other packages, now I just need to find the right place in CIDER to make that environment propagation happen.
Anyone has a feeling for how stable ob-clojure for org mode is? I want to use it more, but unsure.. Since I started with cider… I use less org mode and just use comment blocks like org-mode-light, which is very nice, but still I’d like to combine them both for that ultimate feeling.
I just saw yesterday after posting this a video about someone using clerk, which sounds also interesting. Will consider both again.
Hey ho! Thanks for the new releases!🎉 Does usage of https://github.com/clojure-emacs/cider-nrepl/blame/44da162f51765464192ba04102398c5982f01638/src/cider/nrepl/middleware/stacktrace.clj#L84 mean cider-nrepl min clojure version is now intentionally 1.10?
hmm, our CI has a matrix that intends to support 1.8 but in circle we set VERSION, which our makefile expects as CLOJURE_VERSION 😬 IDK at which point this happened will fix!
With that said, probably we'll drop support for old clojures and jdks with cider 2.0.0
How near is 2.0 and how old are we talking for unsupported Clojure versions?
> How near is 2.0 and how old are we talking for unsupported Clojure versions? (edited) 2024 We'd drop JDK8 if Clojure 1.12 does When Clojure 1.12 comes out, probably it would be good timing to drop older Clojures. Otherwise an extensive CI matrix (JDK Clojure other stuff) can get quite costly. Also, libs tend to drop support anyway, so as years pass it becomes less practical for anyone to rely on clojure 1.8.