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

Fix false positive re: protocols in unused-namespaces linter. #186

Merged
merged 1 commit into from
Oct 11, 2017
Merged

Fix false positive re: protocols in unused-namespaces linter. #186

merged 1 commit into from
Oct 11, 2017

Conversation

dpassen
Copy link
Contributor

@dpassen dpassen commented Jan 18, 2016

This should fix #162. Let me know what you think.

@dpassen
Copy link
Contributor Author

dpassen commented Feb 8, 2016

Thoughts?

@jafingerhut
Copy link
Collaborator

Sorry for not responding sooner. I have been pretty busy at the office the last several weeks, and haven't had much time to look at Eastwood during that time. Hopefully I'll get a chance to look at it during the next month.

@dpassen
Copy link
Contributor Author

dpassen commented Aug 30, 2016

Could you possibly give a look some time soon?

@ccann
Copy link

ccann commented Apr 3, 2017

any update on this merge? would love to re-enable unused-namespace checks

@jafingerhut jafingerhut merged commit c6880f2 into jonase:master Oct 11, 2017
@jafingerhut
Copy link
Collaborator

Thanks for the patch, with unit test cases included, woohoo! I tested it out on about 80 Clojure projects, and it eliminated at least 5 incorrect unused-namespace warnings. There are definitely still some incorrect unused-namespace warnings that remain, but eliminating those can wait for a future enhancement.

@jafingerhut jafingerhut added this to the Eastwood 0.2.5 milestone Oct 11, 2017
@dpassen dpassen deleted the used-protocols branch October 11, 2017 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

:unused-namespaces false positive when implementing a protocol
3 participants