Skip to content

Mun v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Wodann Wodann released this 08 Jul 07:04

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 with f32 in the book

πŸ”— fix

  • Windows libclang issues

πŸ”— fix

  • Rust v1.44 cargo fmt and clippy 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.