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

Fix type of Nullable.t which was not untagged in the implementation. #235

Merged
merged 3 commits into from
Jun 14, 2024

Conversation

cristianoc
Copy link
Contributor

@cristianoc cristianoc commented Jun 13, 2024

Unused `as` annotations are not picked up.
@cristianoc cristianoc requested a review from zth June 13, 2024 14:51
type localeMatcher = [#lookup | @as("best fit") #bestFit]
type localeMatcher = [#lookup | #bestFit]
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Collaborator

@zth zth left a comment

Choose a reason for hiding this comment

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

Great! Want a release with this right away?

@cristianoc
Copy link
Contributor Author

Great! Want a release with this right away?

That would unblock the compiler fix.

@cristianoc cristianoc merged commit 1a4e895 into main Jun 14, 2024
6 checks passed
@cristianoc cristianoc deleted the nullable branch June 14, 2024 07:03
@zth
Copy link
Collaborator

zth commented Jun 14, 2024

@cristianoc great, releasing!

@zth
Copy link
Collaborator

zth commented Jun 14, 2024

@cristianoc out in 1.5.0.

Sign up for free to 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.

3 participants