-
Notifications
You must be signed in to change notification settings - Fork 5k
Fix UnsafeAccessor
scenario for modopts/modreqs when comparing field sigs.
#111648
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
Fix UnsafeAccessor
scenario for modopts/modreqs when comparing field sigs.
#111648
Conversation
prior to comparing field signature.
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.
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (3)
- src/coreclr/vm/prestub.cpp: Language not supported
- src/coreclr/vm/siginfo.cpp: Language not supported
- src/coreclr/vm/siginfo.hpp: Language not supported
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.
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (3)
- src/coreclr/vm/prestub.cpp: Language not supported
- src/coreclr/vm/siginfo.cpp: Language not supported
- src/coreclr/vm/siginfo.hpp: Language not supported
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/backport to release/9.0-staging |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/12890369826 |
@AaronRobinsonMSFT backporting to "release/9.0-staging" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Consume custom modifiers and ByRef in RetType signature prior to comparing field signature.
Using index info to reconstruct a base tree...
M src/coreclr/vm/prestub.cpp
M src/coreclr/vm/siginfo.cpp
M src/coreclr/vm/siginfo.hpp
M src/tests/baseservices/compilerservices/UnsafeAccessors/UnsafeAccessorsTests.cs
Falling back to patching base and 3-way merge...
Auto-merging src/tests/baseservices/compilerservices/UnsafeAccessors/UnsafeAccessorsTests.cs
CONFLICT (content): Merge conflict in src/tests/baseservices/compilerservices/UnsafeAccessors/UnsafeAccessorsTests.cs
Auto-merging src/coreclr/vm/siginfo.hpp
Auto-merging src/coreclr/vm/siginfo.cpp
Auto-merging src/coreclr/vm/prestub.cpp
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Consume custom modifiers and ByRef in RetType signature prior to comparing field signature.
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
…d sigs. (dotnet#111648) * Consume custom modifiers and ByRef in RetType signature prior to comparing field signature.
Consume custom modifiers and ByRef in RetType signature prior to comparing field signature.
Fixes #111647