Skip to content

build script failure crashes rust-analyzer #113

@0x70b1a5

Description

@0x70b1a5

Steps to reproduce:

  1. Open Cursor editor with rust-analyzer on, and open kinode on branch tm/unify
  2. Wait for rust-analyzer to try and build your solution
  3. Observe failure
2024-03-22T13:42:30.019494Z ERROR rust_analyzer::main_loop: FetchBuildDataError:
error: failed to run custom build command for `kinode v0.6.1 (/home/tobias/kinode/kinode)`
...
thread '<unnamed>' panicked at /home/tobias/.cargo/git/checkouts/kit-c2b4124737b38bc4/1bd7bec/src/setup/mod.rs:185:13:
  assertion `left == right` failed
    left: "->"
    right: "system"

Output of the command on my system:

$ bash -c "source ~/.nvm/nvm.sh && nvm ls --no-alias" 
->      v20.0.0
         system

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions