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
I've followed the instructions using latest master and Haxe 4.3.6 and I get the following while compiling.
src/js/node/webkit/MenuItemType.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) `@:enum abstract` is deprecated in favor of `enum abstract`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/hxbit/Serializer.hx:265: characters 2-10 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hx3compat/1,0,4/std/js/jquery/JQuery.hx:226: characters 28-56 : Warning : (WDeprecated) This typedef is deprecated in favor of js.lib.Thenable<js.Thenable.T>
C:\HaxeToolkit\haxe\lib\hx3compat/1,0,4/std/js/jquery/JQuery.hx:230: characters 54-62 : Warning : (WDeprecated) This typedef is deprecated in favor of js.lib.Error
C:\HaxeToolkit\haxe\lib\hx3compat/1,0,4/std/js/jquery/JQuery.hx:271: characters 143-171 : Warning : (WDeprecated) This typedef is deprecated in favor of js.lib.Thenable<js.Thenable.T>
src/Main.hx:696: characters 51-56 : Int should be cdb.Separator
src/Main.hx:696: characters 51-56 : ... For function argument 'v'
src/Main.hx:715: characters 21-36 : cdb.SheetProps has no field separatorTitles
src/Main.hx:715: characters 59-74 : cdb.SheetProps has no field separatorTitles
src/Main.hx:719: characters 10-37 : Cannot compare cdb.Separator and Int
src/Main.hx:723: characters 39-44 : Int should be cdb.Separator
src/Main.hx:723: characters 39-44 : ... For function argument 'x'
src/Main.hx:724: characters 21-36 : cdb.SheetProps has no field separatorTitles
src/Main.hx:724: characters 60-75 : cdb.SheetProps has no field separatorTitles
src/Main.hx:724: characters 48-93 : Cannot compare Unknown<0> and Dynamic
src/Main.hx:558: characters 18-24 : Unmatched patterns: TCurve | TGradient
src/Main.hx:1024: characters 11-17 : Unmatched patterns: TCurve | TGradient
src/Main.hx:1916: characters 11-39 : Int should be cdb.Separator
src/Main.hx:1919: characters 33-48 : cdb.SheetProps has no field separatorTitles
src/Main.hx:1919: characters 71-86 : cdb.SheetProps has no field separatorTitles
src/Main.hx:1928: characters 32-47 : cdb.SheetProps has no field separatorTitles
src/Main.hx:1936: characters 19-34 : cdb.SheetProps has no field separatorTitles
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/hxbit/Macros.hx:404: character 25 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/hxbit/Macros.hx:404: character 25 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/hxbit/Macros.hx:404: character 25 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/hxbit/Macros.hx:404: character 25 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/vdom/Server.hx:38: characters 11-54 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/vdom/Server.hx:38: characters 11-54 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/vdom/Server.hx:38: characters 11-54 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/vdom/Server.hx:38: characters 11-54 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/vdom/Server.hx:44: characters 19-63 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/vdom/Server.hx:44: characters 19-63 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/vdom/Server.hx:44: characters 19-63 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`
C:\HaxeToolkit\haxe\lib\hxbit/1,5,0/vdom/Server.hx:44: characters 19-63 : Warning : (WDeprecated) `@:extern` is deprecated in favor of `extern`s
The text was updated successfully, but these errors were encountered:
I've followed the instructions using latest master and Haxe 4.3.6 and I get the following while compiling.
The text was updated successfully, but these errors were encountered: