-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
It should be fairly straightforward to fix (though probably in hxnodejs).
src/robrt/PushBuild.hx:25: lines 25-37 : Field _transform overrides parent class with different or incomplete type
/home/travis/build/jonasmalacofilho/robrt/.haxelib/hxnodejs/git/src/js/node/stream/Transform.hx:56: characters 2-115 : Base field is defined here
src/robrt/PushBuild.hx:14: lines 14-38 : Defined in this class
src/robrt/PushBuild.hx:25: lines 25-37 : error: js.node.Buffer should be Dynamic
src/robrt/PushBuild.hx:25: lines 25-37 : have: (Dynamic, ..., ...) -> ...
src/robrt/PushBuild.hx:25: lines 25-37 : want: (js.node.Buffer, ..., ...) -> ...
There are also a couple of changes that generate quite a few warnings...
<in many places>: Warning : This typedef is deprecated in favor of js.lib.Error
/home/travis/build/jonasmalacofilho/robrt/.haxelib/hxnodejs/git/src/js/node/Url.hx:lines 61 and 83: characters 32-41 : Warning : This typedef is deprecated in favor of { ?slashes : Null<Bool>, ?search : Null<String>, ?query : Null<haxe.extern.EitherType<String, haxe.DynamicAccess<String>>>, ?protocol : Null<String>, ?port : Null<String>, ?pathname : Null<String>, ?path : Null<String>, ?href : Null<String>, ?hostname : Null<String>, ?host : Null<String>, ?hash : Null<String>, ?auth : Null<String> }
@aszasz can you fix these?
Complete log in travis.
P.S. I don't get notified for a failed build when the commit isn't mine, even if its from our scheduled weekly rebuilds. If you receive one of these emails, don't assume I did as well.
Reactions are currently unavailable