Skip to content

Errors on PHP with Haxe 4.1/development #19

@jonasmalacofilho

Description

@jonasmalacofilho

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions