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

Rib Robustness: Support pattern match for all types #954

Closed
afsalthaj opened this issue Sep 19, 2024 · 0 comments · Fixed by #978
Closed

Rib Robustness: Support pattern match for all types #954

afsalthaj opened this issue Sep 19, 2024 · 0 comments · Fixed by #978
Assignees
Labels
Milestone

Comments

@afsalthaj
Copy link
Contributor

Currently variants, option, some, none, ok, and err, enums are supported, but not record for example.
With the change, the following should be supported

match {foo: "bar"} {foo: b}
@afsalthaj afsalthaj changed the title Support pattern match for all types Rib Robustness: Support pattern match for all types Sep 19, 2024
@afsalthaj afsalthaj self-assigned this Sep 19, 2024
@afsalthaj afsalthaj added the rib label Sep 19, 2024
@afsalthaj afsalthaj added this to the Golem 1.1 milestone Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment