You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, there is no "doc" attribute in the nrepl-dict. In such
cases, `fetched-doc` is nil, which causes `cider-docstring--*`
functions to error.
We should only call these functions when we have a docstring to
render.
Fixes: clojure-emacs#3763
Expected behavior
Completion works without throwing a backtrace
Actual behavior
Steps to reproduce the problem
corfu
for completionEnvironment & Version information
CIDER version information
Lein / Clojure CLI version
Clojure CLI version 1.12.0.1488
Emacs version
GNU Emacs 31.0.50 (build 1, aarch64-apple-darwin22.6.0, NS appkit-2299.77 Version 13.6.7 (Build 22G720)) of 2024-07-02
Operating system
MacOS version 15.2
JDK distribution
openjdk version "23.0.1" 2024-10-15
The text was updated successfully, but these errors were encountered: