Skip to content

Handle |null types when optimizing away equals/hash/compare from LanguagePrimitves into instance method calls - #18296

Merged
psfinaki merged 5 commits into
mainfrom
18286-null-reference-on-equality-with-nested-record
Feb 7, 2025
Merged

Handle |null types when optimizing away equals/hash/compare from LanguagePrimitves into instance method calls#18296
psfinaki merged 5 commits into
mainfrom
18286-null-reference-on-equality-with-nested-record

Conversation

@T-Gro

@T-GroT-Gro commented Feb 6, 2025

Copy link
Copy Markdown
Member

Fixes#18286

@T-GroT-Gro linked an issue Feb 6, 2025 that may be closed by this pull request
@github-actions

github-actionsBot commented Feb 6, 2025

Copy link
Copy Markdown
Contributor

❗ Release notes required


✅ Found changes and release notes in following paths:

Change pathRelease notes pathDescription
src/Compilerdocs/release-notes/.FSharp.Compiler.Service/9.0.300.md

@T-Gro
T-Gro marked this pull request as ready for review February 7, 2025 07:57
@T-Gro
T-Gro requested a review from a team as a code ownerFebruary 7, 2025 07:57
@psfinaki

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

@psfinaki
psfinaki merged commit ee55997 into mainFeb 7, 2025
@T-Gro
T-Gro deleted the 18286-null-reference-on-equality-with-nested-record branch February 10, 2025 10:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Null reference on equality with nested record

3 participants

@T-Gro@psfinaki@vzarytovskii