Closed godeatgod closed 10 years ago
Why did you close the this again? If you solveld the issue, you should probably mention how, for others that might encounter the same problem.
It was my mistake after all, i was using the dev branch of flixel and the master branch of flixel-ui, switched to the dev for flixel-ui and everything is perfect.
I did a haxelib upgrade and all of a sudden flixel-ui threw a fit, is this my problem or an update pending between flixel and flixel-ui ?
Error log:
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:28: characters 8-40 : Redefinition of variable width in subclass is not allowed /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:29: characters 8-41 : Redefinition of variable height in subclass is not allowed /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:58: characters 16-41 : Same field name can't be use for both static and instance : _flashRect /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:59: characters 16-42 : Same field name can't be use for both static and instance : _flashRect2 /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:60: characters 16-38 : Same field name can't be use for both static and instance : _flashPoint /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:61: characters 16-42 : Same field name can't be use for both static and instance : _flashPointZero /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUICheckBox.hx:33: characters 8-31 : Redefinition of variable dirty in subclass is not allowed /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:53: characters 22-28 : flixel.FlxBasic should be flixel.FlxSprite /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:53: characters 22-28 : For function argument 'Sprite' /usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:72: characters 15-24 : Array should be Array
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:72: characters 15-24 : Type parameters are invariant
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:72: characters 15-24 : flixel.FlxSprite should be flixel.FlxBasic
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:72: characters 15-24 : For function argument 'list'
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:48: characters 13-20 : Array should be Array
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:48: characters 13-20 : Type parameters are invariant
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:48: characters 13-20 : flixel.FlxSprite should be flixel.FlxBasic
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:48: characters 13-20 : For function argument 'list'
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:640: characters 8-34 : flixel.FlxBasic should be flixel.FlxSprite
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUI.hx:662: characters 6-26 : flixel.FlxBasic should be flixel.FlxSprite
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:61: characters 25-31 : flixel.FlxBasic should be flixel.FlxSprite
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:61: characters 25-31 : For function argument 'Object'
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:52: lines 52-58 : Field add overloads parent class with different or incomplete type
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:52: lines 52-58 : Object : flixel.FlxBasic -> flixel.FlxBasic should be Sprite : flixel.FlxSprite -> flixel.FlxSprite
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:52: lines 52-58 : flixel.FlxBasic should be flixel.FlxSprite
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:60: lines 60-66 : Field remove overloads parent class with different or incomplete type
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:60: lines 60-66 : Object : flixel.FlxBasic -> ?Splice : Bool -> flixel.FlxBasic should be Object : flixel.FlxSprite -> ?Splice : Bool -> flixel.FlxSprite
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:60: lines 60-66 : flixel.FlxBasic should be flixel.FlxSprite
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:121: lines 121-132 : Field set_color should be declared with 'override' since it is inherited from superclass
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:121: lines 121-132 : Field set_color overloads parent class with different or incomplete type
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:121: lines 121-132 : ?col : Int -> Void should be Color : Int -> Int
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:121: lines 121-132 : Optional attribute of parameter col differs
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:41: lines 41-43 : Field set_height should be declared with 'override' since it is inherited from superclass
/usr/local/haxe/lib/flixel-ui/git/flixel/addons/ui/FlxUIGroup.hx:37: lines 37-39 : Field set_width should be declared with 'override' since it is inherited from superclass