Anton Sviridov

Results 169 comments of Anton Sviridov

I also squinted at Java versions, but the Travis worker is on ``` openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~16.04-b09) OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode) ```...

@ekrich so I tested that with SBT 1.3.8, it doesn't support thin client so I just did ``` $ repeat 20 sbt ';clean;nativeLink' >> output_1.3.8 ``` And there was more...

I'll try to do good on my promise and setup the docker image - gladly all the dependencies are pulled from a script hosted by the scala-native's repo itself: https://github.com/scala-native/scala-native/blob/master/scripts/travis_setup.sh...

Right @ekrich and @LeeTibbert if you fancy proving that I'm not going mad, I've built a docker image and pushed it on docker hub. To reproduce: ```bash # code git...

Don't know folks, I've dropped SBT to 1.3.13 on my reproduction repo and [same thing happened](https://travis-ci.com/github/keynmol/repro-scala-native-1/builds/204777294) I'd like to keep this open in case someone else hits this same problem,...

Yep, I'm seeing this with 1.4.4, 1.4.2 and 1.3.13, so does Travis. I think @WojciechMazur proved that it's an actual problem with multiple modules all of which link. If that's...

I can confirm as well that you nailed it :+1: I've modified repro to pick up the version and published your branch locally ``` ➜ scala-native-closed-filesystem git:(master) ✗ SCALA_NATIVE_VERSION=0.4.0-M2 sbt...

I can confirm that reproducer no longer works with a locally published version of the plugin 🎉

For a bit of context of this change - this is because currently when upgrading to CE 3.4.1 the tests hang forever, and an exception is thrown: ``` java.lang.IllegalArgumentException: requirement...

I can confirm this fixes the issue. @armanbilge you can probably bump CE to 3.4.1 to demonstrate on CI