Skip to content

fut 3.3.5

Choose a tag to compare

@pfusik pfusik released this 04 Jul 08:28

How to install:

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

Changes since 3.3.4:

  • Fixed casting of ~Constant to byte and ushort in C# (#238 reported by @ariankordi)
  • Fixed float default argument values in Java (#243 reported by @mittelmark)
  • Fixed !dict.ContainsKey(key) in C++, D, Python and Swift (#244 reported by @mittelmark)
  • Fixed (in)equality comparison of number collection elements na Java (#245 reported by @mittelmark)
  • Fixed collections of int in Swift (#248 reported by @mittelmark)
  • Fixed strings in interpolated strings with a width and/or a format in Swift (#249 reported by @mittelmark)
  • Fixed set/dictionary key casts in C
  • Fixed indexing a foreach iterator in C++
  • Rejecting an assignment of a returned object to a reference (#240 reported by @mittelmark)
  • Ported fut backend driver to Fusion