-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This is probably related to HaxeFoundation/haxe#9124.
class Test {
static function main() {
throw 'Hi there';
}
}$ haxe -main Test -php test -lib jstack -D JSTACK_FORCE -D php7
haxe/std/php/_std/haxe/Exception.hx:79: characters 5-73 : Array<haxe.StackItem> should be Null<haxe.CallStack>
haxe/std/php/_std/haxe/Exception.hx:60: characters 27-44 : Class<haxe.CallStack> has no field exceptionToString
haxe/std/php/_std/haxe/Exception.hx:8: lines 8-83 : Field stack has different type than in core type
haxe/std/php/_std/haxe/Exception.hx:8: lines 8-83 : haxe.CallStack should be haxe.CallStack
Metadata
Metadata
Assignees
Labels
No labels