Closed kLabz closed 6 years ago
Err, still some unrelated errors:
> eval wget -nv -O flash_player_sa_linux.tar.gz https://fpdownload.macromedia.com/pub/flashplayer/updaters/28/flash_player_sa_linux_debug.x86_64.tar.gz
https://fpdownload.macromedia.com/pub/flashplayer/updaters/28/flash_player_sa_linux_debug.x86_64.tar.gz:
2018-06-14 05:55:22 ERROR 404: Not Found.
Version 30 works: https://fpdownload.macromedia.com/pub/flashplayer/updaters/30/flash_player_sa_linux_debug.x86_64.tar.gz but I don't know if/how I can change this
> haxe -java bin/java -lib travix -lib buddy tests.hxml
haxelib run hxjava hxjava_build.txt --haxe-version 3400 --feature-level 1
javac "-sourcepath" "src" "-d" "obj" "-g:none" "@cmd"
src/tink/core/_Promise/Promise_Impl_.java:245: error: generic array creation
tink.core._Future.FutureObject<tink.core.Outcome>[] p = ( (tink.core._Future.FutureObject<tink.core.Outcome>[]) (new tink.core._Future.FutureObject<tink.core.Outcome>[] {null}) );
^
Note: src/haxe/root/Date.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
Compilation error
Native compilation failed
/home/travis/haxe/lib/tink_core/1,17,0/src/tink/core/Future.hx:64: characters 52-53 : Warning : Type merge.A is being cast to the unrelated type tink.core.Future.T
Error: Build failed
Works with tink_core
version 1.16.1
Created a PR in tink_core
for the java issue: https://github.com/haxetink/tink_core/pull/85
Thank you very much! This issue was on the table but I didn't have any time to look at it yet. So this can be merged now, since the rest of the problem is in tink_core?
Yep, if you can update the flash url.
Additionnally making travis use tink_core
version 1.16.1
should make all tests pass.
I also opened an issue in Haxe with a minimal repro example about the C# issue, even though we do not need it anymore here (https://github.com/HaxeFoundation/haxe/issues/7200)
Sorry for the whitespaces, you can see the real changes here
This includes two fixes related to C#:
4.0.0
] a warning about the naming of an unused enum variable4.0.0
but also3.4.7
] an error resulting in incorrect C# code (because of some issue with Haxe)