HaxeExtension / extension-gpgrest

Openfl extension to use Google Play Games REST services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openfl next incompatibility

ramsestom opened this issue · comments

Can't compile with openfl next mode:

C:/HaxeToolkit/haxe/lib/extension-gpgrest/1,0,1/Source/com/sempaigames/gplayrest/ui/BmpD
ataCache.hx:47: characters 14-38 : Class has no field loadFromBytes
C:/HaxeToolkit/haxe/lib/extension-gpgrest/1,0,1/Source/com/sempaigames/gplayrest/ui/UrlB
mp.hx:71: characters 29-53 : Class has no field loadFromBytes
C:/HaxeToolkit/haxe/lib/extension-gpgrest/1,0,1/Source/com/sempaigames/gplayrest/ui/BmpD
ataCache.hx:60: characters 27-32 : String should be openfl.geom.Rectangle
C:/HaxeToolkit/haxe/lib/extension-gpgrest/1,0,1/Source/com/sempaigames/gplayrest/ui/BmpD
ataCache.hx:60: characters 27-32 : For function argument 'rect'
C:/HaxeToolkit/haxe/lib/extension-gpgrest/1,0,1/Source/com/sempaigames/gplayrest/ui/Prog
ressBmp.hx:94: characters 39-47 : Float should be Null
C:/HaxeToolkit/haxe/lib/extension-gpgrest/1,0,1/Source/com/sempaigames/gplayrest/ui/Prog
ressBmp.hx:94: characters 39-47 : Float should be Int
C:/HaxeToolkit/haxe/lib/extension-gpgrest/1,0,1/Source/com/sempaigames/gplayrest/ui/Prog
ressBmp.hx:94: characters 39-47 : For optional function argument 'size'

no issue when compiling with openfl legacy mode though.