-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Tracking Issue for x suggest
#109933
Comments
@rustbot label +E-easy +E-mentor +E-help-wanted +T-bootstrap |
I think @rust-lang/libs @rust-lang/compiler should participate. |
Hi! I'd love to get started contributing to Rust, but I'd need a little help getting started since this would be my first ever GitHub contribution. You've included the tags Easy, Help-Wanted, and Mentor, so if you're willing to help, I'm eager to get to work. Thanks! |
I don't have the time for mentoring these days(moving my apartment). |
No problem @onur-ozkan |
@DavidCoy77 if you are still interested in this, you can claim the issue by commenting with |
@DavidCoy77, if you still are looking for mentorship on this issue, DM me on Zulip, and we can talk about it. |
Hi. I'm also interested in this issue as the first time for contribution to rust! @DavidCoy77 |
Thanks for the interest! When I wrote the "static suggestions" code, I was vaguely thinking that there could be issues with this code turning into spaghetti and not being formatted correctly (with macros and all). So I thought that a tidy lint could enforce a common style or such like. rust/src/tools/suggest-tests/src/static_suggestions.rs Lines 16 to 40 in 9ff5fc4
That hasn't happened yet, since there aren't that many suggestions, so there's probably not too much point doing work on this until there are more, and a better defined format for defining suggestions is implemented (like in a separate text file?) I think that the most useful thing with this tool is to increase its coverage, but I'd definitely be happy if you wanted to write some sort of tidy lint for it. |
Tracking issue for
x suggest
subcommand and implementation of recommendations. Note that this isn't a traditional tracking issue for a feature but just a place to keep track of implementation.See the zulip stream and the initial issue for more information and rationale about this change.
rustbuild
#106249)rustc-dev-guide
(docs: document newsuggest-tests
tool rustc-dev-guide#1660)tidy
lint for suggestion tests, do we want this?cc @albertlarsan68 @jyn514
The text was updated successfully, but these errors were encountered: