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

Cider-jump-to-def jumps into cljs mistakenly when both clj and cljs exists in the jar. #482

Closed
gtrak opened this issue Feb 19, 2014 · 0 comments

Comments

@gtrak
Copy link
Contributor

gtrak commented Feb 19, 2014

For the prismatic/schema jar, cider-find-resource does a search-forward on "schema/core.clj" but picks up the cljs first. These are generated by cljx source.

-rw-rw-rw- 71 8-Jan-2014 16:47:26 meta-inf/manifest.mf
-rw-rw-rw- 4123 8-Jan-2014 16:47:26 META-INF/maven/prismatic/schema/pom.xml
-rw-rw-rw- 141 8-Jan-2014 16:47:26 META-INF/maven/prismatic/schema/pom.properties
-rw-rw-rw- 2654 8-Jan-2014 16:47:26 META-INF/leiningen/prismatic/schema/project.clj
-rw-rw-rw- 2654 8-Jan-2014 16:47:26 project.clj
-rw-rw-rw- 3962 8-Jan-2014 16:46:48 schema/coerce.cljs
-rw-rw-rw- 34619 8-Jan-2014 16:46:48 schema/core.cljs
-rw-rw-rw- 708 8-Jan-2014 16:46:48 schema/test.cljs
-rw-rw-rw- 5959 8-Jan-2014 16:46:48 schema/utils.cljs
-rw-rw-rw- 3962 8-Jan-2014 16:46:46 schema/coerce.clj
-rw-rw-rw- 34619 8-Jan-2014 16:46:46 schema/core.clj
-rw-rw-rw- 708 8-Jan-2014 16:46:46 schema/test.clj
-rw-rw-rw- 5959 8-Jan-2014 16:46:46 schema/utils.clj
-rw-rw-rw- 24428 3-Jan-2014 16:26:58 schema/macros.clj

gtrak added a commit to gtrak/cider that referenced this issue Feb 19, 2014
gtrak added a commit to gtrak/cider that referenced this issue Feb 19, 2014
bbatsov added a commit that referenced this issue Feb 19, 2014
[#482] Fix jump-to-def for cljx dependency jars.
@bbatsov bbatsov closed this as completed Feb 19, 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

No branches or pull requests

2 participants