You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 hitM-.
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 fnbar
.Nothing happens - this is a bug.
The text was updated successfully, but these errors were encountered: