Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

aliases are preferred over full namespace names #864

Closed
borkdude opened this issue Apr 22, 2020 · 0 comments
Closed

aliases are preferred over full namespace names #864

borkdude opened this issue Apr 22, 2020 · 0 comments

Comments

@borkdude
Copy link
Member

(ns a) (def x :a)
(ns b) (def x :b)
(ns c (:require [a :as b] b))
b/x

This says that a is unused, but it's b that's unused.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant