Annotations recurse into child items#2363
Open
jyn514 wants to merge 4 commits into
Open
Conversation
Urhengulas
requested changes
May 5, 2026
jyn514
force-pushed
the
jyn/recurse-parents
branch
from
May 11, 2026 13:23
407f801 to
0ec3181
Compare
Urhengulas
approved these changes
Jun 17, 2026
Urhengulas
left a comment
Member
There was a problem hiding this comment.
LGTM. There is one place where I am unsure if there is a typo. If not please sent it to bors
Member
|
|
tshepang
reviewed
Jun 18, 2026
tshepang
reviewed
Jun 18, 2026
jyn514
force-pushed
the
jyn/recurse-parents
branch
2 times, most recently
from
June 19, 2026 17:00
cfcff1a to
1fd666c
Compare
This is useful when trying out new crates for a contract, and will also be useful for the upcoming work to add a `cfg(not(subset))` cargo fix lint. Co-authored-by: Johann Hemmann <[email protected]> Co-authored-by: Tshepang Mbambo <[email protected]>
jyn514
force-pushed
the
jyn/recurse-parents
branch
from
July 14, 2026 15:42
1fd666c to
72fcba3
Compare
Urhengulas
requested changes
Jul 17, 2026
Urhengulas
left a comment
Member
There was a problem hiding this comment.
I think the one comment is wrong, but otherwise looks good to me :D
Contributor
|
@Urhengulas asked me to review that last change as Jynn is busy. Looked over the patchset as a whole to understand the logic, and the updated comment looks right to me. |
Urhengulas
approved these changes
Jul 20, 2026
fs-rachel
self-requested a review
July 20, 2026 12:53
fs-rachel
approved these changes
Jul 20, 2026
Member
|
bors merge |
Contributor
|
bors retry |
Contributor
|
Already running a review |
bors-ferrocene Bot
added a commit
that referenced
this pull request
Jul 20, 2026
2363: Annotations recurse into child items r=Urhengulas a=jyn514 This is useful when trying out new crates for a contract, and will also be useful for the upcoming work to add a `cfg(not(subset))` cargo fix lint. 2476: No RHIVOS in main safety man r=Urhengulas a=Hoverbear #2388 touched this so we touch it again. RHIVOS should be in the safety manual for RHIVOS, not main one. Co-authored-by: jyn <[email protected]> Co-authored-by: Johann Hemmann <[email protected]> Co-authored-by: Ana Hobden <[email protected]>
Contributor
|
Build failed (retrying...):
|
bors-ferrocene Bot
added a commit
that referenced
this pull request
Jul 21, 2026
2363: Annotations recurse into child items r=Urhengulas a=jyn514 This is useful when trying out new crates for a contract, and will also be useful for the upcoming work to add a `cfg(not(subset))` cargo fix lint. Co-authored-by: jyn <[email protected]> Co-authored-by: Johann Hemmann <[email protected]>
Contributor
|
Build failed:
|
Contributor
|
Merge failed with: |
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.
This is useful when trying out new crates for a contract, and will also be useful for the upcoming work to add a
cfg(not(subset))cargo fix lint.