This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-15
Channels
- # announcements (15)
- # babashka (8)
- # beginners (23)
- # biff (20)
- # calva (6)
- # cider (9)
- # clerk (31)
- # clj-kondo (3)
- # clj-otel (2)
- # clojure (116)
- # clojure-argentina (1)
- # clojure-austin (5)
- # clojure-europe (64)
- # clojure-nl (3)
- # clojure-norway (23)
- # clojure-sweden (40)
- # clojure-uk (1)
- # cursive (16)
- # data-science (2)
- # datahike (8)
- # emacs (3)
- # events (1)
- # hyperfiddle (24)
- # malli (5)
- # off-topic (24)
- # re-frame (9)
- # releases (1)
- # solo-full-stack (25)
- # sql (18)
- # tree-sitter (19)
- # xtdb (10)
is there anything blocking https://github.com/clojure-emacs/clj-refactor.el/issues/517? not sure what the replacement for pkg-info would be
I'll work on this today Perhaps I had forgotten about it since we didn't get more reports. Also, I've stuck to Emacs 26. Either way - will get it to a better state!
Done https://github.com/clojure-emacs/clj-refactor.el/pull/549 clj-refactor.el 3.9.2 has been cut. It will be visible into MELPA within a few hours, or if you use Git dependencies, you can simply pull :)
cljr-version: Symbol's value as variable is void: cljr-version
-- I get this on repl connect, should https://github.com/clojure-emacs/clj-refactor.el/blob/eb8c75bb5d0c4bbffb7adab1ad3084da50b93ece/clj-refactor.el#L3432 be a hard coded defconst like cider-version
?
I'll check it out. I thought this was working because I can both cider-connect and cider-jack-in. Anyway, this code path only is hit when you try running an older refactor-nrepl version. 3.9.0 is required. Try bumping it? Thanks!
I have applied your suggested fix. It will be visible into MELPA within a few hours, or into Git master right now
ah I forgot to bump that. wish we could inject middleware on connect (maybe we can now with repl.deps?) thanks for the fix