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

Include InterpolatedString conversions in standard implicit conversion from expression assert #74529

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

333fred
Copy link
Member

@333fred 333fred commented Jul 23, 2024

We extend the spec to replicate native compiler bugs for implicit conversions from expression; FormattableString is one that we've long included, but haven't actually tested, apparently. Commit 1 is a copy/paste to move a regular function to a local function. Commit 2 is the actual change. Fixes #74427.

@333fred 333fred requested a review from a team as a code owner July 23, 2024 22:50
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 23, 2024
Co-authored-by: Jan Jones <jan.jones.cz@gmail.com>
@333fred 333fred enabled auto-merge (squash) July 24, 2024 23:04
@333fred 333fred merged commit 409f248 into dotnet:main Jul 25, 2024
24 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jul 25, 2024
@RikkiGibson RikkiGibson modified the milestones: Next, 17.12 P1 Jul 29, 2024
@333fred 333fred deleted the interp-string-assert branch July 30, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug assert triggered for interpolated string convserion
4 participants