-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Tracking issue for release notes of #124141: Remove Nonterminal
and TokenKind::Interpolated
#140241
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
Comments
This comment has been minimized.
This comment has been minimized.
NtPat
, NtMeta
, and NtPath
Nonterminal
and TokenKind::Interpolated
I'm confused why this was repurposed from #137517 to #124141, because only the former will be in 1.87. Several other PRs have referenced this relnote as well, so let me summarize their milestones:
Should the 1.87 compat note be more specific about what is changing now? |
@cuviper: You are right. All five PRs are conceptually part of the same body of work, but they are split across 1.87 and 1.88. #124141 is the "parent" PR and the best single PR to point at to understand for the body of work. However, when I used it for the release notes I didn't notice that the PRs were split across two releases. It's possible that we'll see some minor breakage in both 1.87 and 1.88, so we should have compatibility entry for both 1.87 and 1.88. Is it possible for a compatibility entry to refer to multiple PRs? If so, we should probably do that for completeness. Apologies for the lack of clarity here! |
Ok, how about re-opening #140488 for 1.88? The specifics are not terribly important for our relnotes tool, as long as each tracking issue has the desired milestone.
It's freeform markdown, so we can say and link anything we like. In fact, I think the raw PR title, "Remove |
This issue tracks the release notes text for #124141.
cc @nnethercote, @petrochenkov -- original issue/PR authors and assignees for drafting text
See the forge.rust-lang.org chapter about release notes for an overview of how the release team makes use of these tracking issues.
Release notes text
This section should be edited to specify the correct category(s) for the change, with succinct description(s) of what changed. Some things worth considering:
Stabilized APIs
andConst Stabilized APIs
?Tip
Use the previous releases for inspiration on how to write the release notes text and which categories to pick.
Release blog section
If this change is notable enough for inclusion in the blog post then this section should be edited to contain a draft for the blog post. Otherwise leave it empty.
Note
If a blog post section is required the
release-blog-post
label should be added (@rustbot label +release-blog-post
) to this issue as otherwise it may be missed by the release team.The text was updated successfully, but these errors were encountered: