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
[{:type java.lang.RuntimeException
:message EvalReader not allowed when *read-eval* is false.
:at [clojure.lang.Util runtimeException Util.java 221]}]
It would be good to be able to gracefully handle these kinds of failures and return nil in that place in the project map, instead of throwing entirely.
The text was updated successfully, but these errors were encountered:
https://github.com/clojure-emacs/orchard/blob/ce0d586905c53b596679b147806b921f3285ef6e/project.clj#L45-L47 uses
#=(eval
which throws an error:It would be good to be able to gracefully handle these kinds of failures and return nil in that place in the project map, instead of throwing entirely.
The text was updated successfully, but these errors were encountered: