This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-07
Channels
- # adventofcode (62)
- # babashka (88)
- # beginners (52)
- # boot (2)
- # bristol-clojurians (1)
- # calva (7)
- # cider (16)
- # circleci (4)
- # clj-kondo (12)
- # cljdoc (5)
- # cljsrn (4)
- # clojure (53)
- # clojure-dev (1)
- # clojure-spec (7)
- # clojure-uk (7)
- # clojurescript (25)
- # core-async (14)
- # duct (1)
- # emacs (10)
- # figwheel-main (3)
- # fulcro (11)
- # garden (14)
- # jobs (1)
- # klipse (2)
- # luminus (1)
- # malli (9)
- # re-frame (6)
- # reagent (13)
- # remote-jobs (1)
- # shadow-cljs (124)
- # sql (1)
- # testing (15)
- # tools-deps (13)
- # uncomplicate (1)
- # vim (1)
@rjray > Caused by: java.lang.RuntimeException: Invalid token: ::clojure.test/once-fixtures
Could it be that the given keyword is invalid?
Good call... turns out my CIDER is out of date, because emacs' package manager can't update a needed dependency in order to update CIDER.
That's the problem-- this emacs seems to think it can't validate the GPG key for elpa, so no elpa packages were showing up after package-list-packages
.
I cheated: I downloaded queue.el 0.2 directly from elpa and installed it via package-install-file
. Updated cider, and now I'm working.
Ah. Update your emacs or google how to update the key. They had to update the keys and unfortunately the older emacsen were left in the lurch
So, cljr-find-usages is b0rken on our main project at work. I’d like to take a stab at debugging/fixing this, but I’m unfamiliar with how to effectively debug/change nrepl middleware. Anyone has any good resources on that?
Things I’d like to achieve: 1) call the middleware directly from the REPL. 2) change said middleware without restarting the REPL.