gluon v0.17.1 Release Notes

Release Date: 2020-08-15 // over 3 years ago
  • ๐Ÿ› Bug Fixes

    • Disable inlining until it can be made sound (97b63c42)
    • Inline functions that are re-exports (bcf87838)

    ๐Ÿ”‹ Features

    • opt:
      • Constant fold through simple matches (360c9d0a)
      • Inline functions with impure arguments (669f959d)