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

Failed to add resolved ns #168

Closed
liquidz opened this issue Dec 12, 2019 · 1 comment
Closed

Failed to add resolved ns #168

liquidz opened this issue Dec 12, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@liquidz
Copy link
Owner

liquidz commented Dec 12, 2019

(ns foo.core
  (:require [foo.bar.baz :as baz]))

(comment
  (foo.bar/hello))

In this case, if you execute :IcedAddMissing, foo.bar/hello cannot be added to require form because "foo.bar" will match "foo.bar.baz".
https://github.com/liquidz/vim-iced/blob/master/autoload/iced/nrepl/ns/util.vim#L62-L64

@liquidz liquidz added the bug Something isn't working label Dec 12, 2019
liquidz added a commit that referenced this issue Dec 12, 2019
liquidz added a commit that referenced this issue Jan 9, 2020
@liquidz
Copy link
Owner Author

liquidz commented Jan 14, 2020

Closed by #173

@liquidz liquidz closed this as completed Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant