-
Notifications
You must be signed in to change notification settings - Fork 217
[cppia] Crashes when executing callables #1321
Copy link
Copy link
Open
Description
I have a pending PR to enable thread and eventloop tests for cppia: HaxeFoundation/haxe#12820
By reverting back to these commits before the callable rework, both of them run fine:
HaxeFoundation/haxe@add3235
14133db
However, the next commits after those break both tests:
HaxeFoundation/haxe@e4c2369
a20c1cc
Threads:
$ haxe --main Main --dce full --cppia bin/threads.cppia
$ haxelib run hxcpp bin/threads.cppia
Running cases.TestEvents...
testRun
testRepeat
testIssue10567_runEventsInOrderByTime
Running cases.TestTimer...
testCorrectInterval
terminate called after throwing an instance of 'Dynamic'
eventLoop:
$ haxe --main Main --dce full --cppia bin/Main.cppia
$ haxelib run hxcpp bin/Main.cppia
Main.hx:7: 0
terminate called after throwing an instance of 'Dynamic'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels