aiken/crates
rvcas 4ca73c4cdf
fix: closes #898
This is the best we can do for this without
rearchitecting when we rewrite backpassing to
plain ol' assignments. In this case, if we see
a var and there is no annotation (thus probably not a cast),
then it's safe to rewrite to a `let` instead of an `expect`.
This way, we don't get a warning that is **unfixable**.
We are not trying to solve every little warning edge
case with this fix. We simply just can't allow there
to be a warning that the user can't make go away through
some means. All other edge cases like pattern matching on
a single contructor type with expect warnings can be fixed
via other means.
2024-05-21 15:21:24 -04:00
..
aiken New test 103 and clippy fixes 2024-05-21 11:56:12 -04:00
aiken-lang fix: closes #898 2024-05-21 15:21:24 -04:00
aiken-lsp feat(lsp): find_node for TypedArgVia 2024-04-02 19:22:19 -04:00
aiken-project New test 103 and clippy fixes 2024-05-21 11:56:12 -04:00
uplc chore(ci): run cargo dist init 2024-05-08 11:05:30 -04:00