[haXe] haXe 1.15 Released
Nicolas Cannasse
ncannasse at motion-twin.com
Wed Aug 29 10:07:33 CEST 2007
Hi list,
I'm please to announce the release of haXe 1.15 on http://haxe.org !
(currently only a Windows build is available, I'll put a Linux and OSX
build asap)
This release fixes several bugs related to Flash9 native compiler as
well as some other minor issues.
Here's the complete list of changes :
* fixed bug with Enum.construct when Enum have type parameters
* change with "untyped" : arguments types are checked
* haxedoc : fixed type parameters display
* fix for JS and Flash9 XML parser : allow newlines in attributes
* disable Flash9 resources with AS3Gen
* error on extra anonymous fields
* error on too much big neko array declaration
* fixed Flash9 statics slots (FP 9,0,60 compatibility)
* fixed Flash9 Type.getClassName
* optional enums arguments on Flash9 are now automatically Null
* forbid usage of type parameters in static functions
* fixed Std.int with negative numbers
* fixed some F9 issues with haXe-specific Array, Date and Math methods
* used AS3 namespace for F9 Array and String instance methods
* fixed F9 with uninitialized integer registers
* fixed F9 + operator with Dynamic/Null operands
* added Enum subtyping
* fix with remoting threadserver and exceptions
* fixed Flash9 dynamic runtime type field access
* fixed very tricky typing bug with constructors inheritance
* fixed some documentation related parser bug
* fixed stack overflow with static setter
* fixed package completion bug when -cp points to an not existing dir
* fix duplicate sandboxes tags with -swf
* __resolve in haXe Remoting is now public
Enjoy !
Nicolas
More information about the Haxe
mailing list