cider-stacktrace-render
works incorrectly for ClojureScript
#3821
Labels
cider-stacktrace-render
works incorrectly for ClojureScript
#3821
Expected behavior
When I eval a ClojureScript expression that causes an exception,
*cider-error*
buffer is displayed with the exception data.Actual behavior
The
*cider-error*
buffer contains only the following text:and the following error is signaled:
Steps to reproduce the problem
Notes after some debugging
cider-stacktrace-render-cause
function, becauseclass
is nil in the expression(propertize class 'font-lock-face class-face 'mouse-face 'highlight)
.*cider-error*
buffer shows not very useful information:Environment & Version information
CIDER version information
Lein / Clojure CLI version
Clojure CLI 1.12
Emacs version
GNU Emacs 31.0.50 (build 1, aarch64-apple-darwin24.4.0, NS appkit-2575.50 Version 15.4.1 (Build 24E263)) of 2025-04-29
Operating system
MacOS
JDK distribution
openjdk version "23.0.2" 2025-01-21
OpenJDK Runtime Environment Homebrew (build 23.0.2)
OpenJDK 64-Bit Server VM Homebrew (build 23.0.2, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: