-
Notifications
You must be signed in to change notification settings - Fork 7
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
(ns ... (:require [... :rename {a b}]) not handled #394
Comments
Hmm, I'll check that, that should be handled and it has a bunch of tests. |
I'm seeing this problem in |
Thanks, I'll take a look. |
Bumping this issue! =) By the way, since the Eastwood repo has changed since this issue was first opened, here's a link to the line that fbellomi was probably talking about: https://github.com/jonase/eastwood/blob/706e9bb85548ab3a82d5ee8c33b5555844a14b1d/src/eastwood/analyze_ns.clj#L15. |
Hi,
when I use
(ns ... (:require [... :rename {a b}])
b is marked as unresolved in the rest of the code
The text was updated successfully, but these errors were encountered: