aiken/crates
rvcas d5820bb20a
fix: restore printing of some error messages
We rely on some errors to just bubble up and get printed.
By matching on result at the top level like this we blocked some
error messages from being able to be printed. For me this showed up
when `cargo run -- new thing/thing` printed nothing even when there
was an existing `thing` folder. It has already been the pattern for
sometime for some subcommands to handle calling process::exit(1) in
situations where it needs to handle error reporting more specially. It
may seem lame, hacky, or repetitive but it's easy to maintain and read.
2023-11-27 21:48:56 -05:00
..
aiken fix: restore printing of some error messages 2023-11-27 21:48:56 -05:00
aiken-lang fix: use a distinct warning for discarded let assignments to avoid confusion closes #763 2023-11-27 21:23:10 -05:00
aiken-lsp chore: Release 2023-10-25 19:00:03 -04:00
aiken-project Display error codes better. 2023-11-25 15:14:09 +01:00
flat-rs chore: Release 2023-10-25 19:00:03 -04:00
uplc chore: fill in machine todos and cost model for case and constr 2023-11-17 19:52:03 -05:00