Skip to content

fut 3.3.8

Latest

Choose a tag to compare

@pfusik pfusik released this 21 Sep 11:25
· 1 commit to master since this release

How to install:

  • Windows: download and run fut-3.3.8-win64.msi
  • macOS: brew install fusionlanguage/fut/fut
  • Ubuntu: download and install fut_3.3.8-1_amd64.deb
  • Fedora: download and install fut-3.3.8-1.x86_64.rpm

Changes since 3.3.7:

  • Fixed switch to not repeat side effects when converted to else ifs
  • Implemented dynamic reference matching in switch (case C# c)
  • Added an optional startIndex parameter to string.IndexOf
  • Added an overload of Encoding.UTF8.GetBytes returning a byte array reference
  • C++: fixed JsonElement fields and parameters
  • D: skipping helper functions for collection operations if possible
  • LSP: started implementing a language server (#126)