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

Sort ConstrainedDirectCall cells #71121

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

MichalStrehovsky
Copy link
Member

When a generic dictionary has multiple constrained calls, we would crash the compiler.

I hit this in tests for #67745 but I want to separate this from the fix because that one is going to be quite a bit of code.

When a generic dictionary has multiple constrained calls, we would crash the compiler.

I hit this in tests for dotnet#67745 but I want to separate this from the fix because that one is going to be quite a bit of code.
@MichalStrehovsky MichalStrehovsky marked this pull request as ready for review June 22, 2022 08:42
Copy link
Member

@vitek-karas vitek-karas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - to the extend I understand what's going on (which is not much)

@MichalStrehovsky
Copy link
Member Author

@jkotas could you have a look as well? I would ideally like to get this in before the preview 6 cutoff.

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@jkotas jkotas merged commit 202f0af into dotnet:main Jun 22, 2022
@MichalStrehovsky MichalStrehovsky deleted the sortconstrainedcalls branch June 23, 2022 01:05
@ghost ghost locked as resolved and limited conversation to collaborators Jul 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants