back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

Travix fails with Haxe 4.2.1 #123

Closed sebthom closed 3 years ago

sebthom commented 3 years ago
 > haxe -cs bin/cs/ -lib travix -lib travix D:/a/travix/travix/tests.hxml
  C:\Users\runneradmin\AppData\Roaming/haxe/haxe_libraries/tink_unittest/0.6.2/github/b9df9a25bdac55d81e48d1e91d1aece419dfb9c9/src/tink/unit/AssertionBuffer.hx:26: characters 45-55 : You can only declare from/to with compatible types
  Failed to invoke `haxelib run-dir travix . cs` because Error: Command failed: haxelib run-dir travix . cs
  Error: Process completed with exit code 1.

Maybe the issue is solved if tink_unittest is upgraded to 0.7.0?

sebthom commented 3 years ago

@back2dos any idea how to fix or workaround this?

sebthom commented 3 years ago

@back2dos Unfortunately now Java builds fail for all Haxe versions with:

/home/runner/haxe/haxe_libraries/tink_testrunner/0.8.0/github/3dfc89b41818b2bc9264f9c8964cdbbdfbfaf252
/src/tink/testrunner/Assertions.hx:65: characters 18-24 : Abstract<tink.streams.Stream> has no field future
sebthom commented 3 years ago

Thanks guys!