aiken/crates
KtorZ 45ea7acc6a Refactor infer_assignment code to be more future-proof
It's generally a bad idea to use equality on enum variants because this won't trigger any compiler errors in the future yet could have hazardous effects if adding new variants. So it's usually preferrable to use exauhstive pattern matching and let the compiler warn missing cases in places where it matters.
2023-03-16 15:29:44 -04:00
..
aiken Fix blueprint generation for recursive types. 2023-03-12 12:44:49 -04:00
aiken-lang Refactor infer_assignment code to be more future-proof 2023-03-16 15:29:44 -04:00
aiken-lsp fix: From<&str> for GlobPattern does not exist need to use string 2023-03-06 13:15:12 -05:00
aiken-project chore: bow to the clippy 2023-03-14 17:03:28 -04:00
flat-rs chore: update some deps 2023-03-06 11:09:44 -05:00
uplc feat: json output for uplc eval 2023-03-08 10:19:36 +01:00