-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add support for clojure.core/find-var #420
Comments
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 21, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 21, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 21, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 21, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 21, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 21, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 21, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 21, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 22, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 22, 2020
RickMoynihan
added a commit
to RickMoynihan/sci
that referenced
this issue
Sep 22, 2020
borkdude
pushed a commit
that referenced
this issue
Sep 22, 2020
borkdude
added a commit
to babashka/babashka
that referenced
this issue
Sep 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some dynamic code uses
clojure.core/find-var
to lookup vars. For example in the integrant test suitefind-var
takes a symbol and returns a fully qualified var ornil
if it fails to resolve it.resolve
is already supported insci
, so the implementation could perhaps leverage that.The text was updated successfully, but these errors were encountered: