Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver remap macro assertion #28

Closed
hypersurge opened this issue Jul 3, 2017 · 0 comments
Closed

driver remap macro assertion #28

hypersurge opened this issue Jul 3, 2017 · 0 comments

Comments

@hypersurge
Copy link
Owner

When using -D awe6DriverRemap and a custom driver (such as the CreateJS driver) Haxe > 3.2 returns
File "src/typing/typeload.ml", line 3312, characters 15-21: Assertion failed

Example code from awe6 looks like:
typedef AAssetManager = haxe.macro.MacroType<[ awe6.core.Macros.driverRemap( "AssetManager" ) ]>;

This may be related to class build order issue here:
HaxeFoundation/haxe#4825

Temporary workarounds:

  1. Use Haxe 3.2
  2. Hardwire the driver folder typdef and remove the Macro step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant