-
Notifications
You must be signed in to change notification settings - Fork 56
Migrating to Haxe 3
misprintt edited this page Feb 25, 2013
·
5 revisions
For those trying to run munit tests on the Haxe 3 RC, we have some haxe-3 compatible release candidates for munit and mcover and mlib. You will need all three installed for the munit tool chain to work correctly.
Compiled releases
Or from source:
- https://github.com/massiveinteractive/MassiveLib/tree/feature/haxe-3
- https://github.com/massiveinteractive/MassiveUnit/tree/feature/haxe-3
- https://github.com/massiveinteractive/MassiveCover/tree/feature/haxe-3
Please note – these release candidates are currently Haxe 3 only (we will maintain the existing haxe 2.x in separate branches going forward). We've deliberately bumped all the major versions to 2.0 to avoid conflict with early Haxe 2 releases - so don't get excited looking for any additional features hidden in these releases :)
Please report any issues, or help patch the source – there are dedicated haxe-3 branches for all three on github
- remove
import js.Dom
from generated TestMain