Fork me on GitHub
#calva
<
2019-08-02
>
Sasho13:08:20

Hey @pez when I try to start Calva, I get:

> Executing task: lein update-in :dependencies conj '[nrepl"0.6.0"]' -- update-in :plugins conj '[cider/cider-nrepl"0.21.1"]' -- update-in '[:repl-options :nrepl-middleware]' conj ["cider.nrepl/cider-middleware"] -- with-profile +dev repl :headless <

zsh:1: no matches found: [cider.nrepl/cider-middleware]
The terminal process command '/bin/zsh -c 'lein update-in :dependencies conj '[nrepl"0.6.0"]' -- update-in :plugins conj '[cider/cider-nrepl"0.21.1"]' -- update-in '[:repl-options :nrepl-middleware]' conj ["cider.nrepl/cider-middleware"] -- with-profile +dev repl :headless'' failed to launch (exit code: 1)

Terminal will be reused by tasks, press any key to close it.
There are no quotes around [“cider.nrepl/cider-middleware”]. I see, that this line has been modified today: https://github.com/BetterThanTomorrow/calva/blame/590dc85fa7a52dcaa8d75286c96b7c6dfeab9a32/calva/nrepl/jack-in.ts#L106 So I guess the new version should be pushed to MarketPlace?

pez13:08:27

Hello. There came a PR about that a few hours ago. I pulled it. Will cut a new release for you.

💚 4
❤️ 4
party-corgi 4
Sasho13:08:19

Great success, thank you very much!!! 🙇

pez13:08:19

I take that as the new release is available and tested by you?

Sasho14:08:38

Yes, it works!

metal 4