-
Notifications
You must be signed in to change notification settings - Fork 570
[bgen] Propagate nullability information for generic type arguments. Fixes #16860 #25541
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
Draft
rolfbjarne
wants to merge
36
commits into
main
Choose a base branch
from
dev/rolf/bgen-generic-actions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
f3903dd
[bgen] Propagate nullability information for generic type arguments. …
rolfbjarne 1a89643
[bgen] Fix brace style, add complex test cases, fix value type byte c…
rolfbjarne bce4d13
[bgen] Remove null-forgiving operator usage, use pattern matching ins…
rolfbjarne 54f622b
Merge branch 'main' into dev/rolf/bgen-generic-actions
rolfbjarne c0a4994
Merge branch 'main' into dev/rolf/bgen-generic-actions
rolfbjarne c85a3d9
[Foundation] Fix nullability for NSUrlSessionTaskDelegate.WillPerform…
rolfbjarne 87b3249
Merge remote-tracking branch 'origin/main' into dev/rolf/bgen-generic…
rolfbjarne c698bc8
Fix build
rolfbjarne d37c395
Merge branch 'main' into dev/rolf/bgen-generic-actions
rolfbjarne c8cc48a
[bgen] Propagate nullability for generic type arguments in method par…
rolfbjarne d6e6634
[bgen] Add unit tests for nullability propagation in method parameter…
rolfbjarne 58ffb9a
Merge remote-tracking branch 'origin/main' into dev/rolf/bgen-generic…
rolfbjarne 7096ded
[api-tools] Fix API diff rendering issues
rolfbjarne 42eca22
Merge branch 'main' into dev/rolf/bgen-generic-actions
rolfbjarne 4778797
[api-tools] Render full generic type argument nullability in API info.
rolfbjarne 92d1f45
Merge branch 'main' into dev/rolf/bgen-generic-actions
rolfbjarne f583af5
[api-tools] Fix reversed old/new in markdown API diff output.
rolfbjarne 60617e8
Merge remote-tracking branch 'origin/main' into dev/rolf/bgen-generic…
rolfbjarne 84feb12
[bgen] Handle single-byte NullableAttribute and fix depth-first byte …
rolfbjarne a294d33
Merge remote-tracking branch 'origin/main' into dev/rolf/bgen-generic…
rolfbjarne 7661c4c
Auto-format source code
0404b11
Address review comments: array nullability in FormatType and markdown…
rolfbjarne 58e9515
[api-tools] Preserve generic arity and handle % in nullability stripping
rolfbjarne 8277b87
Merge remote-tracking branch 'origin/main' into dev/rolf/bgen-generic…
rolfbjarne d507026
[bgen] Fix array byte consumption in FormatType and remove null-forgi…
rolfbjarne 27e95f8
Merge remote-tracking branch 'origin/main' into dev/rolf/bgen-generic…
rolfbjarne e725269
[bgen] Only use NullableAttribute bytes for generic delegates in Asyn…
rolfbjarne 3edbdac
Remove unreachable System.Void check in FormatTypeUsedIn
rolfbjarne 2a5fb53
Use nullability bytes consistently in wrap-property getter
rolfbjarne f576008
Add comment explaining DiffModification fix
rolfbjarne 2512b80
Don't pass nullability bytes for array element type in NSArray.FromArray
rolfbjarne 660de9c
Improve DiffModification comment to explain the original bug
rolfbjarne 5b6276f
Propagate nullability to async wrapper return types
rolfbjarne db05a77
Auto-format source code
b0da7e8
Add bounds check for nullability byte slicing; simplify null check
rolfbjarne 0839cab
Fix comments to describe the actual void-return-type check
rolfbjarne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.