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

iced_test_ns consistently "Interrupted" #183

Closed
mwistrand opened this issue Feb 22, 2020 · 4 comments
Closed

iced_test_ns consistently "Interrupted" #183

mwistrand opened this issue Feb 22, 2020 · 4 comments
Labels
bug Something isn't working neovim Neovim's behaviors

Comments

@mwistrand
Copy link

When executing iced_test_ns in neovim 0.4.3, in either a leiningen or deps.edn project, the tests appear to hang before the message "Interrupted" is displayed. Running individual tests with iced_test_under_cursor works perfectly, however.

P.S. Thanks for your work on this project and for making it publicly available!

@liquidz
Copy link
Owner

liquidz commented Feb 22, 2020

@mwistrand Thanks for your reporting!

I couldn't reproduce the problem in my project codes, but I could reproduce the problem with following steps.

  • lein new foo && cd foo
  • nvim test/foo/core_test.clj
  • Execute :IcedJackIn command
  • Execute :IcedTestNs command

I'll fix it!

@liquidz liquidz added bug Something isn't working neovim Neovim's behaviors labels Feb 22, 2020
@liquidz
Copy link
Owner

liquidz commented Feb 22, 2020

@mwistrand I verified the problem has been fixed in my environment.
Could you try dev branch?

@mwistrand
Copy link
Author

@liquidz Everything seems to work fine on dev. Thanks for taking the time to fix this and for responding so quickly!

@liquidz
Copy link
Owner

liquidz commented Feb 23, 2020

@mwistrand Thanks for your verification!
Closed by #184

@liquidz liquidz closed this as completed Feb 23, 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 neovim Neovim's behaviors
Projects
None yet
Development

No branches or pull requests

2 participants