Fork of daniellemaywood.uk/gleam — Wasm codegen work
640 B
Changelog#
Unreleased#
Compiler#
Empty case expressions are no longer parse errors and will instead be exhaustiveness errors, resulting in a better error message that shows what the missing patterns are. (Race Williams)
Bug Fixes#
Fixed RUSTSEC-2021-0145 by
using Rust's std::io::IsTerminal instead of the atty library.
(Pi-Cla)
Fixed the generated mod property in the Erlang application file when using the
application_start_module property in gleam.toml. (Alex Manning)