-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: shallow clone by hash #156
feat: shallow clone by hash #156
Conversation
Also, right after building I get an error:
But switching to another version (e.g. nightly) and back helps. |
is that only happening when you are building(as in not executing any command/running neovim) |
I'm sorry I was not clear enough. This happens when I'm trying to execute neovim. |
Oh fair enough, ill have to check this issue. |
@lostl1ght any steps to take in order to recreate this issue? |
Just these: cargo r -- use 9cadbf1d36b63f53f0de48c8c5ff6c752ff05d70 # any hash really $HOME/.local/share/bob/nvim-bin/nvim Result: panic. |
The problem is in the file |
I think I figured it out. Now everything works. |
cleaned a few things
works nicely, two things that could be changed:
|
Done. I've also disabled the stdout for
|
@lostl1ght I will try creating a new release tomorrow. thanks for the PR! |
Closes #155.