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

Reduce false positives in rust-analyzer compat ci check #994

Merged
merged 3 commits into from
Jun 20, 2023

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Jun 20, 2023

What

Only consider lines output from rust-analyzer as an error if they begin with [ERROR.

Why

We've started to see some false positives where the word ERROR appears in non-error output.

Also, updates the version of rust-analyzer to be the version shipped with stable, since it now ships with stable.

@graydon graydon marked this pull request as ready for review June 20, 2023 22:25
@graydon graydon enabled auto-merge (squash) June 20, 2023 22:26
@graydon graydon merged commit 72af4ee into main Jun 20, 2023
@graydon graydon deleted the hyperthyroidize-subexcitation branch June 20, 2023 22:39
leighmcculloch added a commit that referenced this pull request Jun 20, 2023
### What
Revert to using nightly for rust-analyzer compat check.

### Why
I changed the version of rust-analyzer to the stable version in
#994 however it seems to
be much much slower for some reason.
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