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 a couple of problems found via Eastwood lint tool #158

Merged
merged 1 commit into from
Dec 29, 2014
Merged

Fix a couple of problems found via Eastwood lint tool #158

merged 1 commit into from
Dec 29, 2014

Conversation

jafingerhut
Copy link
Contributor

In an ns :require, :only does nothing (it is useful for :use). :refer
should be used with :require to refer symbols.

Function launch-nrepl had its doc string in the wrong place.

In an ns :require, :only does nothing (it is useful for :use).  :refer
should be used with :require to refer symbols.

Function launch-nrepl had its doc string in the wrong place.
@trptcolin
Copy link
Owner

Thanks Andy! Looks like we can actually just eliminate the :refer here.

trptcolin added a commit that referenced this pull request Dec 29, 2014
Fix a couple of problems found via Eastwood lint tool
@trptcolin trptcolin merged commit dfc76b8 into trptcolin:master Dec 29, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants