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
-cp src
-lib haxe-concurrent
-main Main
--hl bin/main.hl
My expectation is that this is a bug with Haxe itself, however I am not familiar enough with either the library or the HashLink target to know for sure.
The text was updated successfully, but these errors were encountered:
I played around with it a bit, if I add a line like var unused:hx.concurrent.Future.FutureCompletionListener<Void> = null; to your example, it compiles.
When building a haxe project that include the concurrent library against the HashLink target, I get the following error:
/haxe/lib/haxe-concurrent/5,1,3/src/hx/concurrent/Future.hx:13: characters 1-64 : Unsupported recursive type
Steps to reproduce:
Haxe-concurrent 5.1.3
Haxe 4.3.4
OS: Macosx Monterey 12.7.3
program "Main.hx"
build .hxml:
My expectation is that this is a bug with Haxe itself, however I am not familiar enough with either the library or the HashLink target to know for sure.
The text was updated successfully, but these errors were encountered: