Skip to content

fut 3.3.7

Choose a tag to compare

@pfusik pfusik released this 18 Aug 10:52
· 44 commits to master since this release

How to install:

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

Changes since 3.3.6:

  • Documented the fut architecture
  • Fixed issues with closing brace characters in interpolated strings (#256 reported by @ariankordi)
  • The RegexOptions enum type is no longer emitted when passed to Regex methods
  • C++: Fixed field widths and decimal places ignored for console write (#253 reported by @mittelmark)
  • C++: Fixed TextWriter.Write(obj)
  • C++: Fixed Regex pattern passed as a string reference
  • C++: Transpile StringWriter.ToString() to view()
  • Swift: Implemented Regex.IsMatch