You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" ) ]>;
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:
The text was updated successfully, but these errors were encountered: