MordechaiHadad / bob

A version manager for neovim
MIT License
1.45k stars 35 forks source link

`bob use` breaks in 2.9.0 #198

Closed BSFishy closed 6 months ago

BSFishy commented 6 months ago

With the latest version of bob, bob use breaks.

~$ bob use stable
Apr 16 11:46:35.034  INFO Fetching latest version
Apr 16 11:46:35.866 ERROR Error: program not found

Environment:

Steps:

datwaft commented 6 months ago

I also had the same problem earlier today in MacOS with bob installed from homebrew.

For some reason after building and installing Neovim from source it now works so it could have been an environment issue or could have been fixed because I downloaded neovim build dependencies.

MordechaiHadad commented 6 months ago

Hello apologies for the faulty release (did not take this edge case in consideration), could you test PR #199 ?

The following steps to follow in order to test:

  1. Uninstall bob from your system
  2. Reinstall the branch with: cargo install --git https://github.com/MordechaiHadad/bob --branch fix/nvim-proxy
  3. Run bob erase
  4. And then bob use nightly
  5. And try to run neovim.

(copied this from issue #197)

jellydn commented 6 months ago

Owner

The following steps to follow in order to test:

  1. Uninstall bob from your system
  2. Reinstall the branch with: cargo install --git https://github.com/MordechaiHadad/bob --branch fix/nvim-proxy
  3. Run bob erase
  4. And then bob use nightly
  5. And try to run neovim.

Yeah, it works :) Thanks @MordechaiHadad

MordechaiHadad commented 6 months ago

Owner

The following steps to follow in order to test:

  1. Uninstall bob from your system
  2. Reinstall the branch with: cargo install --git https://github.com/MordechaiHadad/bob --branch fix/nvim-proxy
  3. Run bob erase
  4. And then bob use nightly
  5. And try to run neovim.

Yeah, it works :) Thanks @MordechaiHadad

I see thank you