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

Feature nullness :: Bugfixes #17102

Merged
merged 20 commits into from
May 21, 2024
Merged

Conversation

T-Gro
Copy link
Member

@T-Gro T-Gro commented Apr 29, 2024

  1. Ignore nullness applied on struct-based instances of generic typars allowing nullness. i.e. "T?" in a C# API where T can also be a struct.
  2. Change CLI events declared as EventHandler? in C# look like without null in F#, because F# has null-safe access via Fsharp.Core adapters.
  3. Bugfix a situation where a mutable let binding first starts with null (typechecker assigns the "supports null constraint"), and is later assigned a not null value (which does not meet "supports null").

@T-Gro T-Gro marked this pull request as ready for review April 30, 2024 08:24
@T-Gro T-Gro requested a review from a team as a code owner April 30, 2024 08:24
@T-Gro T-Gro added this to the May-2024 milestone May 2, 2024
@T-Gro T-Gro self-assigned this May 2, 2024
@T-Gro
Copy link
Member Author

T-Gro commented May 21, 2024

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@T-Gro T-Gro merged commit e2e698d into feature/nullness May 21, 2024
30 checks passed
@T-Gro T-Gro deleted the feature-nullness-bugfixes2 branch May 21, 2024 12:13
Sign up for free to 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.

None yet

2 participants