cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.46k stars 158 forks source link

Add support for range in Arrays.fill #527

Closed dasa closed 5 years ago

dasa commented 5 years ago

Reference: https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html#fill-double:A-int-int-double-

lgrignon commented 5 years ago

It seems that unit tests are KO. https://travis-ci.org/cincheo/jsweet/builds/540890957#L4397 Did you run them all before pushing?

Thanks for contributing!

lgrignon commented 5 years ago

Thank you.

dasa commented 5 years ago

Did you run them all before pushing?

Sorry about that. I get 269 failures when I run them locally.