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

fix(rust-analyzer): disable "poking" #152

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

rvolosatovs
Copy link
Contributor

rust-analyzer uses CFG_RELEASE env var to determine, whether it should "poke" users on failures - this feature is meant for rust-analyzer developers only, which is a different target audience than expected users of this flake

See:

rvolosatovs added a commit to rvolosatovs/nixelium that referenced this pull request May 15, 2024
`rust-analyzer` uses `CFG_RELEASE` env var to determine, whether it
should "poke" users on failures - this feature is meant for
rust-analyzer developers only, which is a different target audience than
expected users of this flake

See:
- https://github.com/rust-lang/rust-analyzer/blob/8772b865c913afd1510f69649f238b0f31eace3d/crates/rust-analyzer/build.rs#L9-L11
- https://github.com/rust-lang/rust-analyzer/blob/8772b865c913afd1510f69649f238b0f31eace3d/crates/rust-analyzer/src/lsp/utils.rs#L99-L116

Signed-off-by: Roman Volosatovs <[email protected]>
@figsoda figsoda changed the base branch from main to staging September 13, 2024 15:07
Copy link
Member

@figsoda figsoda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@figsoda figsoda merged commit 4a8131a into nix-community:staging Sep 13, 2024
2 checks passed
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 this pull request may close these issues.

2 participants