oxocarbon.nvim icon indicating copy to clipboard operation
oxocarbon.nvim copied to clipboard

cargo fail to build

Open fecet opened this issue 3 years ago • 1 comments

Cargo build continue to break by

Caused by:
  object not found - no match for id (3afc693ef16b45b19f255df2144688ed936f1aa9); class=Odb (9); code=NotFound (-3)

revert to previous commit fix this.

fecet avatar Aug 30 '22 07:08 fecet

Same for me

~/.local/share/nvim/site/pack/packer/start/oxocarbon.nvim (main ✔) ./install.sh
    Updating git repository `https://github.com/noib3/nvim-oxi.git`

error: failed to get `nvim-oxi` as a dependency of package `oxocarbon v0.1.0 (~/.local/share/nvim/site/pack/packer/start/oxocarbon.nvim)`

Caused by:
  failed to load source for dependency `nvim-oxi`

Caused by:
  Unable to update https://github.com/noib3/nvim-oxi.git#3afc693e

Caused by:
  object not found - no match for id (3afc693ef16b45b19f255df2144688ed936f1aa9); class=Odb (9); code=NotFound (-3)

Edit:

cargo update solves this but now it does not compile

error[E0599]: no method named fg found for struct SetHighlightOptsBuilder in the current scope

Edit 2:

I've pushed PR with fixes

kmiasko avatar Sep 07 '22 04:09 kmiasko

Should be fixed now :)

shaunsingh avatar Oct 01 '22 01:10 shaunsingh