-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Can't require
a namespace in a try
block and use it simulaneously
#1070
Comments
@ikappaki As best as I can tell this does not work in Clojure either. It's a little hard to test since at least using
I did try to create a small project with a separate namespace that would not be loaded by default and I was able to reproduce there as well. At any rate, I'd probably like to close this and #1065 since I don't think they can easily be fixed and |
Right, thanks for investigating. As you've confirmed, the same error occurs in
I'll update #1065 separately. I’ve already come across a case that could benefit from something like the |
I will submit a PR with the If you don't mind, I'll close #1065 as a duplicate? |
Thanks @chrisrink10, this is perfect! |
Hi,
I can't seem to be able to
require
a namespace as and use it simultaneously in atry
formTo reproduce
basilisp.edn
with an alias, an unable to resolve symbol error is thrownThe same works fine in a
do
blockA workaround is to use
requiring-resolve
(maybe has the same root cause as #1065?)
Thanks
The text was updated successfully, but these errors were encountered: