This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-04
Channels
- # announcements (8)
- # babashka (78)
- # beginners (15)
- # calva (6)
- # cider (12)
- # clerk (1)
- # clojure (46)
- # clojure-dev (13)
- # clojure-europe (15)
- # clojure-norway (5)
- # clojure-portugal (1)
- # clojure-uk (1)
- # clojurescript (23)
- # clr (29)
- # conjure (4)
- # core-async (10)
- # cryogen (1)
- # data-science (8)
- # hoplon (4)
- # hyperfiddle (11)
- # introduce-yourself (3)
- # jobs (6)
- # kaocha (12)
- # lsp (11)
- # malli (8)
- # membrane (11)
- # releases (1)
- # shadow-cljs (20)
- # spacemacs (47)
- # tools-deps (1)
is it somehow possible to change the namespace where a var is defined when pressing d
inside https://docs.cider.mx/cider/debugging/inspector.html?
Right now, I don't seem to be able to change it - it's always prefixed with the default repl namespace.
In most cases, what I want is to define it in the namespace where the function being debugged is
Any pointers on debugging error in process filter: cider--render-stacktrace-causes: Wrong type argument: sequencep, t
?
My *cider-error*
buffer is always empty and any eval that causes an exception leads to the above with no stacktrace.
Maybe try this: https://docs.cider.mx/cider/troubleshooting.html#debugging-cider-commands
Thanks - kind of narrowed it down but can't say I understand what the issue is.. I've updated to the latest version of cider and it appears to be working now
I’ve only really briefly looked around, so I’m sorry if I’ve overlooked something simple, but are Java completions supported in cider? I get nothing when I try java.[TAB]
or .[TAB]
for static members/methods, yes for instance ones... sometimes? https://github.com/alexander-yakushev/compliment powers this, IIRC it honors type hints up to point
I don’t get completion on anything prefixed with .
I can see classes, but not static methods. I’m using corfu, but I don’t see why this would matter
OH, maybe my deps.edn
needs to be better setup
But also I don’t see why that would be an issue?
okay, it’s this issue https://github.com/clojure-emacs/cider/issues/3006
setting completion-styles
to '(orderless basic)
allowed me to see the completions, but it’s a little wonky to have both orderless and basic