hxcpp icon indicating copy to clipboard operation
hxcpp copied to clipboard

Callable object for typed functions

Open Aidan63 opened this issue 2 years ago • 1 comments

See https://github.com/HaxeFoundation/haxe/pull/11151 for details

Aidan63 avatar Apr 15 '23 22:04 Aidan63

~~These failing GC tests are very odd. Take the testFunc test, the object passed into the do not kill is correctly identified as a closure object, however after a GC collection retreiving that object via the zombie list gives an anon object when inspecting it in the visual studio debugger?? There are no other objects in the list and oddly this only occurs with my hxcpp changes on 4.3.1...~~

~~This also only occurs on x64 windows with the debug flag, remove the debug flag and all four failing GC tests pass.~~

Unrelated to these changes, see #1060.

Aidan63 avatar Jun 25 '23 14:06 Aidan63