Skip to content
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

unused in require for that namesapce #482

Closed
rsachdeva opened this issue Sep 4, 2014 · 2 comments
Closed

unused in require for that namesapce #482

rsachdeva opened this issue Sep 4, 2014 · 2 comments

Comments

@rsachdeva
Copy link

(ns flight-booking
(require [air.model :refer [create-plane fly-plane] :as air]))

If fly-plane is unused in namespace flight-booking, with :refer or even with :as Cursive doesn't mark it as unused.

Shows the create-plane - that is used- and the fly-plane and air - that are unused - in the same way.
Both create-plane and fly-plane are defined in the namespace air.model.

Not sure if this is already being tracked in another issue.
IntelliJ 13.1.1 community edition, Cursive 0.1.35

@cursive-ide
Copy link
Owner

Yes, this is being tracked in #75, and coming soon.

@rsachdeva
Copy link
Author

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants