Closed devth closed 1 year ago
@devth Thanks for your reporting! Weird, but I could reproduce the problem.
Any ideas?
No ideas for now, but I'll investigate. Has it been okay up to now?
FYI: When I add [cider/cider-nrepl "0.28.7"]
to the next of the following line and run lein repl
, I could reproduce this problem.
https://github.com/yetibot/yetibot/blob/e71cbda9193b11c759abb56b9d4d801070cc091b/project.clj#L119
So it does not seem to be a vim-iced'side problem.
Thanks for looking into it! 🙏🏻
I tried bumping a bunch of deps and changing configs - it looks like upgrading nrepl
from 0.6.0
to 1.0.0
in yetibot/core
(a dep of yetibot) fixed it.
Running into a strange issue where
iced repl
throws:I am able to
lein repl
just fine.On latest vim-iced at f62b8dc803de4aa7596bdf1bb979d8a5cff82828
This is when starting a repl in this code base: https://github.com/yetibot/yetibot/ This one works though https://github.com/yetibot/core
Any ideas?