MordechaiHadad / bob

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

Update command doesn't update nightly #232

Closed MordechaiHadad closed 2 months ago

MordechaiHadad commented 2 months ago

Hey since using v4 i'm having problems with bob. It doesn't set stable versions only nighlty ones. Also when updates are available, it doesn't manage to update saying "file not found" as shown in the following image (bun is an alias for bob update nightly).

The workaround is erasing and installing nightly.

I'm on arch, using v4.0.0-2.

bob update not working

230

MordechaiHadad commented 2 months ago

Doesn't seem to create rollbacks as well.

MordechaiHadad commented 2 months ago

Seems to not happen on windows.

MordechaiHadad commented 2 months ago

@NicolasGB it should be fixed now, grab one of the artifacts and put in ur nightly version bob.json "target_commitish":"0d3f2c4904d552635da07a6e2b4e75520b514940","published_at":"2024-08-09T05:12:33Z"

and run bob update nightly

MordechaiHadad commented 2 months ago

also you mentioned bob doesn't set stable versions, could you elaborate please?

NicolasGB commented 2 months ago

Sweet! it looks like it's working again although because there is no update, i cannot really reproduce but installing with the artifact works.

Also seems that the stable version is working again: image

If i use the one from the repos: image ls doesn't show the version and trying to use nvim even if it's in the nvim-bin dir says file not found.

No clue if it's related but on the local/share/.. path one is an appImage flat and the one in the artifact is a directory.

Let me know if i can provide any more information

MordechaiHadad commented 2 months ago

You can force a nightly update by changing to those values in bob.json file in nightly folder "target_commitish":"0d3f2c4904d552635da07a6e2b4e75520b514940","published_at":"2024-08-09T05:12:33Z"

NicolasGB commented 2 months ago

@MordechaiHadad Ohhh indeed. I didn't understand it at first.

It is working back again!

image