Haxe 3.4.6 released

Dear Community,

On behalf of the Haxe Foundation we are proud to announce that Haxe 3.4.6 is now officially released! It is available along with the changelog at https://haxe.org/download.

This is a hotfix release which addresses an issue with the path of standard library on Linux if Haxe is executed by another program.

Please test your Haxe code with this version and let us know if you come across any problems at Issues · HaxeFoundation/haxe · GitHub.

Release notes:

  • all : fixed a bug when Haxe compiler couldn’t find std lib on Linux if executed by another program
  • all : fixed “Unix.Unix_error” compiler failure if output directory contains a trailing slash (#6212, #6768)
  • php7 : fixed an issue with “Object” used as a class name for PHP 7.2 (it’s a new keyword in php) (#6838)
  • as3 : fixed “inifinite recursion” compiler error for classes named “Object”
5 Likes