fut 3.3.5
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
~Constanttobyteandushortin C# (#238 reported by @ariankordi) - Fixed
floatdefault 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
intin 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
foreachiterator in C++ - Rejecting an assignment of a returned object to a reference (#240 reported by @mittelmark)
- Ported
futbackend driver to Fusion