-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Error code list which need to be updated to new format #35233
Comments
I guess I'll go first! I'll take 1, 4, 5, and 9. |
I have no idea what I'm doing. I'll take 10, 17, 23 and 25. |
I've also got no idea what I'm doing. I'll take 27, 29, 30, and 34. This should be fun. |
For the "I have no idea what I'm doing" crowd - I'm working on a blog post that's going up soon (hopefully tomorrow!) It goes through all the steps of how to update the errors. Thanks for jumping on them :) Once the blog goes up, I'll reply here with the link. |
I've never done this before. I'd like to grab 91, 92, and 93 if that'd be helpful! |
I'll take 40 and 46 even though I don't know much about traits. Edit: Removing 49 & 50 so that others have chance to contribute as well. |
I will take 61, 63 and 69. |
Booking 71, 76 and 79. 😃 |
I'll take 81, 87, 88 and 89 |
I will take 55, 57, and 60 |
I take 94 and 384 (I think there are no more available) |
Might I suggest folks just take on one or two issues, that way others wanting to learn, will have a chance to get involved too. |
@lukehinds Yeah, I didn't realize the precedent I was setting, nor how much interest there would be in the issue. If others who haven't contributed before would like to take any of the ones I said I would do (1, 4, 5, 9), they're welcome to it. |
I'll gladly take 4 then |
I'll wouldn't mind taking number 1 off you then if that's ok? |
@lukehinds I'll release 93 then. I can always pick it back up later if no one ends up wanting it. |
I would like to try 93 then. Thank you. |
@cramertj I'll take 9 of you don't mind. |
anything left? i lost count :D |
@pythoneer It looks like 5 is still available from the ones @cramertj released |
i'll jump on 5 then, thx @TheZoq2 |
Anything else left? |
Releasing 76 and 79. 😄 |
Wo. Much more success than expected! I intended to do a big part of it but I guess I'll just review. |
@yossi-k: 76 and 79 are free. |
I would like to try 76. |
I'm on 79 then |
@GuillaumeGomez any left? |
improve "Doesn't live long enough" error I've fixed only with same case issue #36537 part of #35233 r? @jonathandturner
Make error E0221 more helpful fix rust-lang#35970 as part of rust-lang#35233 r? @jonathandturner
Improve "Doesn't live long enough" error case with different lifetime scope issue rust-lang#36537 part of rust-lang#35233 r? @jonathandturner
Long time no see! I just added a really juicy task with some good bonus material. Niko has gone into great pains to list out the steps that need to go into this, and it's fixing a common pain point: seeing You can see the steps here: #36554 (comment) |
I've almost done EXXXX - Fix temporary message and EXXXX - Doesn't live long enough, working on EXXXX - Better mutability |
Improve "Doesn't live long enough" error case with temporary variable issue #36279 part of #35233 r? @jonathandturner
Update E0088 to new error format Fixes rust-lang#35226 which is part of rust-lang#35233. Is based on rust-lang#36208 from @yossi-k. r? @jonathandturner
add hint to fix error for immutable ref in arg fix #36412 part of #35233 r? @jonathandturner
@jonathandturner Looks like all these are done except for the "bonus" bugs. Worth closing this issue? |
Make a smaller one would be nice. I'll close once the new smaller one has been created. |
@GuillaumeGomez I feel like this ticket can now be closed, as every action item has been taken care of. |
If you want to work on one (or more) of the issues, just comment on it to say you're taking it!
You can read @jonathandturner's post about how to make the fixes. If you have any questions, ask us here or on #rust-internals on irc.mozilla.org.
Also, if you finish an issue and it has a "Bonus" part that you're not able to complete, just go ahead and close the issue and open a new issue for just the Bonus part. That way, someone else can jump in and work on the bonus part. You can cc me on the new issue and we can add it to the list above.
Here is the list of error codes:
Bonuses:
Note: bonuses may require more work in the compiler and may require some exploration.
cc @jonathandturner
EDIT: Don't forget to say "Part of #35233." in your PR so we can see who did what in here. Also, add "r? @GuillaumeGomez" or "r? @jonathandturner" to set us as reviewer.
The text was updated successfully, but these errors were encountered: