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
In elisp and clojure, the universal arg along with eval creates a top level definition which is instrumented for debugging. Since the universal arg isn't used for symex-evaluate-definition, I propose that we adopt this behaviour.
In elisp and clojure, the universal arg along with eval creates a top level definition which is instrumented for debugging. Since the universal arg isn't used for
symex-evaluate-definition
, I propose that we adopt this behaviour.Here is a PR that implements that:
https://github.com/countvajhula/symex.el/pull/56
The text was updated successfully, but these errors were encountered: