programs: add initial rust-analyzer testing#543
Open
tamird wants to merge 1 commit intointel:masterfrom
Open
Conversation
Introduce a rust-analyzer job that generates and diffs rust-project.json for HEAD and its base, and records analysis timing. This adds reviewable output and numeric metrics for regressions.
1 task
|
Hi Tamir, sorry for the late reply. This is very useful suite. Would you mind add a few things
Regarding dry run, you can follow README.md example to run this locally, if it works it is mostly correct. And the steps could be some complex, if there's any issue, kindly let me know and i can further follow up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi folks! I've recently become the maintainer of the rust analyzer support code
which makes IDEs work well for Rust code in the kernel. This PR is my attempt
to add basic testing for this area.
Mainly I'm unusure: have I done it right? is it possible to get a dry run on a
specific series before merging this? This[0] would be a good candidate.
Thanks!
Link: https://lore.kernel.org/all/20260122-rust-analyzer-types-v1-0-29cc2e91dcd5@kernel.org/ [0]