gluon v0.17.2 Release Notes

Release Date: 2020-10-25 // over 3 years ago
  • ๐Ÿ”‹ Features

    • Allow the http module to be used without a tcp listener (c45353d2)
    • Format seq expressions without seq (5c0cec2d)
    • Compile block expressions as monadic sequences (bce59737, closes #884)
    • std:
      • add Option assertions to std.test (28e5053f)
      • add modulo functions to int and float (92f188ab)

    ๐Ÿ› Bug Fixes

    • Recognize raw string literals without any # (4d66fbb3, closes #885)
    • Prevent zero-argument functions from being created in Rust (e91ea06d, closes #873)
    • Give tuple fields a span (2a1c2c71)
    • xor_shift_new inconsistent description (591b64b3)