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 doesnt jump for vars in child namespaces #514

Closed
jonpither opened this issue Mar 14, 2014 · 3 comments
Closed

cider-jump doesnt jump for vars in child namespaces #514

jonpither opened this issue Mar 14, 2014 · 3 comments

Comments

@jonpither
Copy link
Contributor

Lets say I'm in ns proja.core in the REPL buffer, and I have a proja.core.foo namespace with a fn bar. Then when I hit M-. in REPL mode it gives me an option to navigate to the project.core.foo namespace amongst the other vars I could choose to jump to.

I select proja.core.bar then I select the fn bar.

Nothing happens - this is a bug.

@bbatsov
Copy link
Member

bbatsov commented Mar 19, 2014

Yep, that's a bug.

@gtrak
Copy link
Contributor

gtrak commented Apr 15, 2014

Is it still an issue? I was seeing behavior like this until I fixed the bencode impl. Meaning, it depended on the specific var, not the fact that it was a child NS, in my case, vars with 0-arity arglists would noop.

@bbatsov
Copy link
Member

bbatsov commented Apr 26, 2014

Yeah, it seems this is no longer an issue.

@bbatsov bbatsov closed this as completed Apr 26, 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

3 participants