Mun v0.2.1
Pre-release
Pre-release
This patch release for Mun v0.2.0 includes a variety of bug fixes:
π fix
- Remove return-blocking semicolon from ch01 listing 01 of the book
π fix
- Code blocks in ch02-02-functions of the book
π fix
- Replace overly complicated redirection rules with a simple hack
π fix
- Missing argument for
fibonacci
function in the book
π refactor
- Type-safe inkwell types
π fix
- Replace
float
withf32
in the book
π fix
- Windows libclang issues
π fix
- Rust v1.44
cargo fmt
andclippy
errors
π fix
- Crash on missing nested private function
π fix
- Panic when using
mun build
π fix
clippy::many_single_char_names
in macro
π fix
- Compiler panics when accessing a field of a temporary
π fix
- LLVM assertions
π fix
- Proper tarpaulin skip attribute
Special thanks to @RadicalZephyr, @benediktwerner, and @fominok for their contributions to this release; and to @jDomantas and @sigmaSd for the initial discovery and reporting of fixed issues.