Skip to content
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

Handling IL-level .override corner cases #111991

Open
MichalStrehovsky opened this issue Jan 30, 2025 · 1 comment
Open

Handling IL-level .override corner cases #111991

MichalStrehovsky opened this issue Jan 30, 2025 · 1 comment

Comments

@MichalStrehovsky
Copy link
Member

The managed type system doesn't seem to handle various corner case behaviors around .override in IL. See tests blocked on this issue.

Putting this under native AOT, but it's in the shared managed type system.

Possibly related to the following TODO:

// We should check to see if a the DefiningMethod on the base unification group is overridden via MethodImpl
// TODO! check to see if we need to check for MethodImpls affecting other members of the unification group
// other than the defining method

Copy link
Contributor

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant