Skip to content

Improve diagnostics for malformed anonymous record types - #15463

Merged
abonie merged 3 commits into
dotnet:mainfrom
kerams:a2
Jun 22, 2023
Merged

Improve diagnostics for malformed anonymous record types#15463
abonie merged 3 commits into
dotnet:mainfrom
kerams:a2

Conversation

@kerams

@keramskerams commented Jun 21, 2023

Copy link
Copy Markdown
Contributor

Fixes#6872.

Ditched the error from type checking as it had been nonsensical in the first place.

devenv_R9ZkQvqtgW

@kerams
kerams requested a review from a team as a code ownerJune 21, 2023 15:16
@keramskerams changed the title Improve diagnostics for malformed anonymous recordsImprove diagnostics for malformed anonymous record typesJun 21, 2023
Comment threadsrc/Compiler/Checking/CheckExpressions.fs
@keramskerams closed this Jun 21, 2023
@keramskerams reopened this Jun 21, 2023
@keramskerams closed this Jun 21, 2023
@keramskerams reopened this Jun 21, 2023
@abonie
abonie merged commit f5c22d0 into dotnet:mainJun 22, 2023
@kerams
kerams deleted the a2 branch June 22, 2023 09:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Error Reporting: Internal error with badly defined anonymous record

4 participants

@kerams@auduchinok@abonie@T-Gro