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

jump to test finds wrong test if duplicate names #412

Closed
tanzoniteblack opened this issue Aug 13, 2014 · 2 comments
Closed

jump to test finds wrong test if duplicate names #412

tanzoniteblack opened this issue Aug 13, 2014 · 2 comments
Labels

Comments

@tanzoniteblack
Copy link
Contributor

If I have a clojure project directory that looks like:

├── src
│   ├── data
│   │   └── some_ns.clj
│   └── metadata
│       └── some_ns.clj
└── test
    ├── data
    │   └── some_ns_test.clj
    └── metadata
        └── some_ns_test.clj

And run projectile-toggle-between-implementation-and-test, from within either data.some-ns or metadata.some-ns, whether I jump to data.some-ns-test or metadata.some-ns-test is random

@bbatsov
Copy link
Owner

bbatsov commented Aug 26, 2014

Will fix!

@bbatsov bbatsov added the Bug label Aug 26, 2014
@bbatsov
Copy link
Owner

bbatsov commented Aug 26, 2014

You'll now be prompted to select the correct file in case of ambiguities.

thomasf pushed a commit to thomasf/projectile that referenced this issue Oct 30, 2014
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