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

Updates for Gleam 0.33 (+ partial exhaustiveness warning patches) #20

Closed
wants to merge 3 commits into from

Conversation

aosasona
Copy link

I have fixed some pattern exhaustiveness warnings, but I had to use panic with the assumption that the code was never meant to reach there anyway; so, just to satisfy the compiler. However, I am unable to fix it for some because they won't accept assert or case and I am unsure how you would prefer to proceed.

I have fixed some pattern exhaustiveness errors, but I had to use panic with the assumption that the code was never meant to reach there anyway. However, I am unable to fix it for some because they won't accept `assert` or `case` and I am unsure how you would prefer to proceed
@rvcas
Copy link
Owner

rvcas commented Jan 20, 2024

apologies but closing in favor of this one

#21

@rvcas rvcas closed this Jan 20, 2024
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.

2 participants