-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Store the result in the return local in native-to-managed IL stubs. #65203
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
Conversation
|
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsFixes #65177 Sorted includes is from the auto-formatter.
|
I would turn this off then. Reordering includes is fraught and can destabilize things. |
|
Mono should change their formatter configuration if they don't want the includes sorted. Otherwise there's no way to enforce formatting. |
| #include <errno.h> | ||
| #include <mono/utils/mono-error-internals.h> | ||
| #include <mono/utils/mono-threads-coop.h> | ||
| #include <mono/utils/mono-threads.h> |
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.
nit: slightly prefer if we could drop unrelated reformatting.
How do I do that? I'm an .editorconfig noob |
|
Removed the formatting changes for now. I think that we'd need to switch Mono to using .clang-format instead of .editorconfig to get the options needed. |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes #65177
Sorted includes is from the auto-formatter.