aiken/crates
rvcas 3582c5569d
fix: no single when clause warning sometimes
While looking at some code, I noticed that this
warning would show up even if an error for a
non-exhaustive when/is shows up for the same when/is
expression. This isn't a useful situation to show this
warning because things are not exhaustive yet so we should
let the user finish and only provide the errors. If things
are exhaustive then the code proceeds and if a warning was set
when there's only one clause pattern then this warning message
can be pushed because that's when it's actually useful.
2024-02-13 20:12:40 -05:00
..
aiken chore: Release 2024-01-31 13:48:20 -05:00
aiken-lang fix: no single when clause warning sometimes 2024-02-13 20:12:40 -05:00
aiken-lsp chore: Release 2024-01-31 13:48:20 -05:00
aiken-project fix tests 2024-02-07 12:48:07 -05:00
uplc chore: Release 2024-01-31 13:48:20 -05:00