back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

build-neko.hxml fails with 4.0.0-rc.1 #107

Closed aliokan closed 5 years ago

aliokan commented 5 years ago

When I try to run haxelib git travix https://github.com/back2dos/travix && pushd . && cd $(haxelib config)travix/git && haxe build-neko.hxml && popd with Haxe 4.0.0-rc.1

haxe build-neko.hxml
src/travix/commands/AuthCommand.hx:80: characters 14-28 : Type not found : HttpConnection
src/travix/commands/AuthCommand.hx:80: characters 14-28 : Type not found : HttpConnection

with hx3compat

haxe build-neko.hxml -lib hx3compat
src/travix/commands/AuthCommand.hx:83: characters 7-14 : haxe.remoting.HttpConnection has no field api
src/travix/commands/AuthCommand.hx:83: characters 7-14 : haxe.remoting.HttpConnection has no field api
aliokan commented 5 years ago

related to https://github.com/HaxeFoundation/hx3compat/issues/9

kevinresol commented 5 years ago

Yes need to use the resolve method

kevinresol commented 5 years ago

Closed by 99a6c9691410af6fafcfe6274ca463b53239d2ca