Uh oh!
There was an error while loading. Please reload this page.
[mono] Add basic ref struct support for generic parameter - #99081
Conversation
lambdageek
left a comment
There was a problem hiding this comment.
This looks good!
I'm very pleasantly surprised it's such a small change
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AaronRobinsonMSFT
commented
Mar 4, 2024
@fanyang-mono The CoreCLR support, along with more tests, was merged with #98070. We should merge in main and remove the disabled test attributes. |
Uh oh!
There was an error while loading. Please reload this page.
…s with byreflike type parameter
fanyang-mono
commented
Mar 8, 2024
This PR is ready to be reviewed agian. @lambdageek |
fanyang-mono
commented
Mar 11, 2024
CI failures are not related to this PR. |
lambdageek
left a comment
There was a problem hiding this comment.
I don't understand the generic instance check for load/store static fields
Uh oh!
There was an error while loading. Please reload this page.
Fixes#94421. Fixes#99165
Contributes to #94415
This PR enables ref struct type being used in generic parameters and added/fixed exceptions being thrown when ref struct type being used with box/newobj/static field by Mono JIT/AOT/interpreter.