Skip to content

Mun v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Wodann Wodann released this 28 Dec 20:56
· 0 commits to 16821fb644c6aa69f0c3dc523ef4a0246a11d591 since this release
3f3055d

The fifth Mun release includes usability improvements, dependency upgrades, and bug fixes.

Added

  • Suggestions if an invoked function cannot be found #524
  • Script for running and collecting Miri logs #537
  • Tests for multi-file hot reloading #522

Changed

  • Bump LLVM from 13 to 14 #495
  • Use detailed error enums instead of anyhow in libraries #521
  • Bump Inkwell to 0.2.0 #529
  • Bump Rust to 1.73 #515 #541

Fixed

  • Invalid output module path in ABI #520
  • Missing polly static library #523
  • Missing validators in diagnostics tests #527
  • Detect and report cyclic type aliases and leaked privacy #528
  • Failing test_function_release_strong_count test #535