Skip to content

fut 3.2.14

Latest

Choose a tag to compare

@pfusik pfusik released this 15 Feb 20:12
· 30 commits to master since this release

How to install:

  • Windows: download and run fut-3.2.14-win64.msi
  • macOS: brew install fusionlanguage/fut/fut
  • Ubuntu 22.04+: download and install fut_3.2.14-1_amd64.deb
  • Fedora 42+: download and install fut-3.2.14-1.x86_64.rpm

Changes since 3.2.13:

  • Python: if (!x.TryParse(str)) (#207 requested by @mittelmark)
  • C/C++/D: Added casts from nint to narrower types
  • C#: Added casts for compound assignments with a wider type on RHS
  • C: Added casts of malloc results
  • C: Added support for floating-point Dictionary values (#211 requested by @mittelmark)
  • C++: Console.WriteLine now outputs byte collection elements as decimal numbers (#212 reported by @mittelmark)
  • C++: static methods from the class of the Main method can now be called without using the class name (#208 requested by @mittelmark)