[haXe] haXe 1.07 !

Nicolas Cannasse ncannasse at motion-twin.com
Mon Sep 11 18:04:54 CEST 2006


Hi list,

haXe 1.07 has been released on http://haxe.org !

It includes some bugfixes and a few new features. In particular, the
-debug flag now works for all platforms. So when compiling JavaScript or
Flash<=8 using -debug, you can get the following :
  * the current callstack
  * the last caught exception stack
  * uncaught exceptions report (with stack trace)

All changes :
  * fixed resources in Neko
  * typedef, override, package and f9dynamic are now keywords
  * slighly changed error format output
  * fixed "undefined" serialization and Type.typeof
  * some fixes in haxelib
  * set default classpath for non windows systems
  * added variance
  * fixed bug in bounded type parameters
  * fixed scope bug in try/catch with Flash9
  * added remoting over XMLSocket and LocalConnection for Flash9
  * fixed Std.is(*,null) = false
  * allowed >64K haXe/neko strings
  * -debug and stack traces support for Flash and JS
  * minor changes in xml output

Nicoals



More information about the Haxe mailing list