-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot access Clojure dynamic from electric body ("not a reactive var: clojure.core/*print-length*") #38
Comments
Missing |
However once you fix the require-macros, you will then get as a workaround, you can move the locking macro into a regular Clojure body, by wrapping it like this:
Clojure function bodies (even inside Electric exprs) follow Clojure rules and evaluate in an ordinary Clojure evaluation context. You can also just extract an ordinary |
Regarding
|
ExceptionInfo: Unable to resolve symbol: monitor-enter
not a reactive var: clojure.core/*print-length*
The text was updated successfully, but these errors were encountered: