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
I expect orchard orchard.namespace/classpath-namespaces to be resilient to faulty ns declarations.
Actual behavior
The precence of a faulty ns declaration on the class path like (ns (:requires [clojure.string])) causes nrepl to swallow the error and just print an exception to the REPL output.
Try evaluating any expression that throws an expression (there's one in foo.clj).
Environment & Version information
Clojure version
1.11.1
Java version
openjdk version "17.0.3" 2022-04-19
OpenJDK Runtime Environment GraalVM CE 22.2.0-dev (build 17.0.3+4-jvmci-22.1-b03)
OpenJDK 64-Bit Server VM GraalVM CE 22.2.0-dev (build 17.0.3+4-jvmci-22.1-b03, mixed mode, sharing)
Operating system
macOS Monterey
I'll follow up with a PR shortly.
The text was updated successfully, but these errors were encountered:
mk
added a commit
to mk/orchard
that referenced
this issue
May 9, 2022
Expected behavior
I expect orchard
orchard.namespace/classpath-namespaces
to be resilient to faulty ns declarations.Actual behavior
The precence of a faulty ns declaration on the class path like
(ns (:requires [clojure.string]))
causes nrepl to swallow the error and just print an exception to the REPL output.Steps to reproduce the problem
Open the project and run
cider-jack-in
Try evaluating any expression that throws an expression (there's one in foo.clj).
Environment & Version information
Clojure version
1.11.1
Java version
openjdk version "17.0.3" 2022-04-19
OpenJDK Runtime Environment GraalVM CE 22.2.0-dev (build 17.0.3+4-jvmci-22.1-b03)
OpenJDK 64-Bit Server VM GraalVM CE 22.2.0-dev (build 17.0.3+4-jvmci-22.1-b03, mixed mode, sharing)
Operating system
macOS Monterey
I'll follow up with a PR shortly.
The text was updated successfully, but these errors were encountered: