soywiz-archive / jtransc

Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
https://jtransc.soywiz.com/
Apache License 2.0
632 stars 67 forks source link

fix scheduled submit #261

Closed ghost closed 7 years ago

ghost commented 7 years ago

Also need support synchronized ASAP

codecov[bot] commented 7 years ago

Codecov Report

Merging #261 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #261   +/-   ##
=========================================
  Coverage     17.84%   17.84%           
  Complexity      388      388           
=========================================
  Files           313      313           
  Lines         20789    20789           
  Branches       4507     4507           
=========================================
  Hits           3710     3710           
  Misses        16404    16404           
  Partials        675      675

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 049c26e...3d16773. Read the comment docs.

ghost commented 7 years ago

@soywiz Ops, delete log and test no passed, wtf? i do not understand what wrong =))

soywiz commented 7 years ago

'haxelib' is not recognized as an internal or external command, operable program or batch file. Command exited with code 1

Maybe failed tenporarily? We can reeun it

soywiz commented 7 years ago

Add another dummy commit maybe it works now if it was a tenporal connection issue appveyor had

ghost commented 7 years ago

Same result =(

soywiz commented 7 years ago

It's appveyor related:

Installing the following packages:
haxe
By installing you accept licenses for the packages.
Progress: Downloading neko 2.1.0... 36%haxe not installed. An error occurred during installation:
 The operation has timed out.
haxe package files install completed. Performing other installation steps.
The install of haxe was NOT successful.
haxe not installed. An error occurred during installation:
 The operation has timed out.
Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
 - haxe (exited 1) - haxe not installed. An error occurred during installation:
 The operation has timed out
soywiz commented 7 years ago

Try to edit appveyor file in root cinst -y haxe --version=3.4.2 || ver>nul maybe remove ver nul part to see if it provides more info about the error