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

Support '??' syntax for optional record fields #7467

Merged
merged 3 commits into from
Jan 5, 2025

Conversation

gamebox
Copy link
Collaborator

@gamebox gamebox commented Jan 4, 2025

Also includes a small fix which should make the fuzzer happy again.

Closes #7090

crates/compiler/parse/src/type_annotation.rs Outdated Show resolved Hide resolved
crates/compiler/parse/src/pattern.rs Outdated Show resolved Hide resolved
crates/compiler/parse/src/expr.rs Show resolved Hide resolved
@lukewilliamboswell lukewilliamboswell merged commit b67a43b into roc-lang:main Jan 5, 2025
17 of 19 checks passed
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.

Use ?? for Default Record Fields Types/Values
3 participants