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
Hi, while trying around (haxe 4.1.4) i get sometimes this error: SolverImpl.hx:662: characters 57-65 : { m_type : jasper.SymbolType } should be jasper.Symbol
With haxe 3.4.4 it builds without error, so its maybe with the key-value-iterator since 4 ?
here is little snippet here where it appears: Main.txt
Hi, while trying around (haxe 4.1.4) i get sometimes this error:
SolverImpl.hx:662: characters 57-65 : { m_type : jasper.SymbolType } should be jasper.Symbol
With haxe 3.4.4 it builds without error, so its maybe with the key-value-iterator since 4 ?
here is little snippet here where it appears: Main.txt
Get this also into some other cases e.g. if i move the addEventListener()
some lines up before the layout is initialized here:
https://github.com/maitag/peote-layout/blob/main/samples/openfl-sprites/Source/Main.hx#L68
The text was updated successfully, but these errors were encountered: