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

mranderson deps appear on classpath and need to be filtered out #196

Closed
expez opened this issue Apr 23, 2015 · 1 comment
Closed

mranderson deps appear on classpath and need to be filtered out #196

expez opened this issue Apr 23, 2015 · 1 comment
Labels

Comments

@expez
Copy link
Member

expez commented Apr 23, 2015

A similar bug to: clojure-emacs/refactor-nrepl#66 might be affecting some of the cider ops.

completion of namespaces might be one.

@expez expez added the bug label Apr 23, 2015
@bbatsov
Copy link
Member

bbatsov commented Apr 24, 2015

Well, that's a problem we had before mranderson as well (the deps were visible in some ops), but at least now we can potentially filter them out (which would be ideal).

expez added a commit that referenced this issue Jun 11, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
expez added a commit that referenced this issue Jun 11, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
expez added a commit that referenced this issue Jun 11, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
expez added a commit that referenced this issue Jun 11, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
expez added a commit that referenced this issue Jun 11, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
expez added a commit that referenced this issue Jun 11, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
expez added a commit that referenced this issue Jun 11, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
expez added a commit that referenced this issue Jun 12, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
expez added a commit that referenced this issue Jun 12, 2015
Our own inlined deps, created by mranderson, as well as the inlined deps
from eastwood were polluting the result of the `ns-list` op.  These are
now filtered out.

This change improves all cider commands relying on a completing read of
some namespace e.g. `cider-browse-ns` and `cider-find-ns`
@expez expez closed this as completed in 6134496 Jun 12, 2015
expez added a commit that referenced this issue Jun 12, 2015
[Fix #196] Rewritten dependencies polluting ns-list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants