Skip to content
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

build script failure crashes rust-analyzer #113

Open
0x70b1a5 opened this issue Mar 22, 2024 · 0 comments · May be fixed by #118
Open

build script failure crashes rust-analyzer #113

0x70b1a5 opened this issue Mar 22, 2024 · 0 comments · May be fixed by #118
Assignees

Comments

@0x70b1a5
Copy link

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
@nick1udwig nick1udwig linked a pull request Mar 30, 2024 that will close this issue
@nick1udwig nick1udwig self-assigned this Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants