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

Still doesn't seem to be working correctly with clojure forms #174

Closed
agzam opened this issue Nov 16, 2017 · 2 comments
Closed

Still doesn't seem to be working correctly with clojure forms #174

agzam opened this issue Nov 16, 2017 · 2 comments

Comments

@agzam
Copy link

agzam commented Nov 16, 2017

Sorry for annoying you again, but it seems dumb-jump-go still doesn't recognize clojure forms correctly.

For example, if there is a function called foo* and then a macro foo, and macro consumes the fn, e.g.:

(defn- foo* [option]
   ,,,)

(deftask foo []
  (when @server (foo :start)))

instead of jumping to foo, it would go to foo*, I guess there's gotta be some kind of logic that makes difference between foo, foo*, foo?, foo!, foo-bar, foo/foo, etc.

@jacktasia
Copy link
Owner

Thanks for the report! I think this is similar to the ? issue which was related to the referral word boundary. Also I need to add deftask to the clojure but this should be easy for me to change.

@jacktasia
Copy link
Owner

There's an update available via MELPA which should have a fix for this. Please let me know how it goes. Thanks!

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