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

Allow open delegates to nullables #857

Merged

Conversation

MichalStrehovsky
Copy link
Member

Port of dotnet/runtime#42837.

Won't win any perf prizes, but will do for now. I don't think the amount of work required for good support will ever meet the bar.

Port of dotnet/runtime#42837.

Won't win any perf prizes, but will do for now. I don't think the amount of work required for good support will ever meet the bar.
@MichalStrehovsky MichalStrehovsky added the area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation label Mar 25, 2021
@jkotas
Copy link
Member

jkotas commented Mar 25, 2021

Won't win any perf prizes, but will do for now.

I agree that it makes the test pass, but I am not sure whether partial slow implementation like this is an improvement. It may be better to just keep it broken and wait until somebody actually needs it.

@MichalStrehovsky
Copy link
Member Author

It may be better to just keep it broken and wait until somebody actually needs it.

That will just mean we'll have a bug open and an extra ActiveIssue that we will have roll around from repo to repo. It felt like adding localized code that we will never have to touch will save us time taking care and feeding a bug forever.

@MichalStrehovsky MichalStrehovsky merged commit 708c185 into dotnet:feature/NativeAOT Mar 26, 2021
@MichalStrehovsky MichalStrehovsky deleted the opendelegate branch March 26, 2021 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants