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

closing existing nrepl connection results in error #4

Open
aleksandersumowski opened this issue Apr 30, 2019 · 0 comments
Open

closing existing nrepl connection results in error #4

aleksandersumowski opened this issue Apr 30, 2019 · 0 comments

Comments

@aleksandersumowski
Copy link

Given existing nrepl connection created by JazzNrepl
when trying to close it using JazzNrepl
I'm getting an exception:

E5105: Error while calling lua chunk: ...owski/.config/nvim/plugged/acid.nvim//lua/acid/nrepl.lua:167: attempt to index a nil value

State of nrepl at the time is:

  cache = {},
  default_middlewares = { "nrepl/nrepl", "cider/cider-nrepl", "refactor-nrepl" },
  handle = {
    _store = {},
    show = <function 1>,
    stderr = <function 2>,
    stdout = <function 3>
  },
  middlewares = {
    ["cider/cider-nrepl"] = { "cider.nrepl/cider-middleware" },
    ["cider/piggieback"] = { "cider.piggieback/wrap-cljs-repl" },
    ["iced-nrepl"] = { "iced.nrepl/wrap-iced" },
    ["nrepl/nrepl"] = {},
    ["refactor-nrepl"] = { "refactor-nrepl.middleware/wrap-refactor" }
  },
  start = <function 4>,
  stop = <function 5>
}
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

1 participant