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
I have an issue that occurs only on the JavaScript target with Haxe 3.3 development builds (I believe it works with Haxe 3.2, but am unable to test in the environment that's using mockatoo right now)
If there is anything about this that sounds like "Yes, mockatoo could be the cause" or "hey, I think I have an idea where in the code that might be happening", it would be a huge help! Thanks 😄
The text was updated successfully, but these errors were encountered:
Ah, interesting! This might explain (line 318) why the code is compiling into C++, but not JavaScript
if (arg.opt&&Tools.isStaticPlatform())
{
//NOTE(Dom) - this is to prevent #9 - optional method args without a `?` cause compilation errorarg.opt=verifyOptionalArgIsActuallyNullable(arg);
}
Hi guys,
I have an issue that occurs only on the JavaScript target with Haxe 3.3 development builds (I believe it works with Haxe 3.2, but am unable to test in the environment that's using mockatoo right now)
HaxeFoundation/haxe#4793 (comment)
If there is anything about this that sounds like "Yes, mockatoo could be the cause" or "hey, I think I have an idea where in the code that might be happening", it would be a huge help! Thanks 😄
The text was updated successfully, but these errors were encountered: