-
Notifications
You must be signed in to change notification settings - Fork 577
[Java.Interop] Map nullable byte jagged arrays to java.lang.Byte #12113
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
Open
simonrozsival
wants to merge
28
commits into
main
Choose a base branch
from
dev/simonrozsival/fix-legacy-nullable-byte-arrays
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.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ca78fa2
[TrimmableTypeMap] Add AOT-safe array and collection factories
simonrozsival db04690
[TrimmableTypeMap] Address safe collection factory review
simonrozsival 9e0ce62
[TrimmableTypeMap] Document NativeAOT factory assumptions
simonrozsival 0c62664
[TrimmableTypeMap] Share primitive value type factories
simonrozsival 53d50fb
[TrimmableTypeMap] Clarify array factory AOT justification
simonrozsival b959f4a
[TrimmableTypeMap] Fix NativeAOT warning leak and update apk size bas…
simonrozsival 1143044
[TrimmableTypeMap] Address review: file-scoped namespaces, drop unuse…
simonrozsival d41d005
[TrimmableTypeMap] Fix nullable warnings in SafeJavaCollectionFactory
simonrozsival 187d9fa
[TrimmableTypeMap] Address review: value/value dict test, drop unused…
simonrozsival c0ca782
Merge origin/main into android-trimmable-revisit-arrays-generic-colle…
simonrozsival f663705
Merge remote-tracking branch 'origin/main' into dev/simonrozsival/and…
simonrozsival cb99cd2
[TrimmableTypeMap] Address review: nameof and redundant MakeGenericType
simonrozsival e01bc8c
[TrimmableTypeMap] Fix NativeAOT array-types fallback to return full set
simonrozsival 6eabdc9
[TrimmableTypeMap] Restore byte collection support on trimmable path
simonrozsival 2a9cba7
[TrimmableTypeMap] Address collection factory review
simonrozsival 0ce5dd1
[TrimmableTypeMap] Strengthen factory regression coverage
simonrozsival da5f681
Merge origin/main into trimmable type map work
simonrozsival 949eef2
[TrimmableTypeMap] Complete runtime array proxy replacement
simonrozsival 8d6578f
[TrimmableTypeMap] Update CoreCLR APK size baseline
simonrozsival 409b05b
[TrimmableTypeMap] Fix byte collection test build
simonrozsival 1fc0450
[tests] Scope trimmable factory coverage
simonrozsival f87ade5
[tests] Restore JavaConvert factory coverage
simonrozsival cf8cd39
[Java.Interop] Map nullable byte to java.lang.Byte
simonrozsival 8fc311d
[tests] Cover nullable byte vectors
simonrozsival a1c4381
Merge origin/main and resolve conflicts
Copilot dab9835
Merge origin/main and resolve submodule conflict
Copilot c7ca410
Address nullable byte array review feedback
simonrozsival dce6c49
Add nullable byte value marshaler
simonrozsival 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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these settings already the default for NativeAOT? If so, this is a duplicate test run?