Aggelos Biboudis

Results 19 comments of Aggelos Biboudis

I agree! For me it happens on the IPv6 check.

Additionally. If I use the code below it works. If I pass settings it doesn't. ``` lazy val root = project.in(file(".")) .enablePlugins(JmhPlugin) //.settings(defaultSettings : _*) ```

Thx. Unfortunately not. I won't be able to attend! :-( :-(. I'll report back if I solve it or find the root of the problem.

Sure, it is on our TODO list. For evaluation purposes, though, it is not a show stopper, you can already explore/execute the code.

Sure, it is also on our TODO list. Until then, use the information provided in [strymonas](https://strymonas.github.io/), on the [paper](https://github.com/strymonas/strymonas.github.io/raw/master/strymonas.pdf) and the unit tests/benchmarks. Thanks!

A workaround for me back then was to enable the emulation mode via the following command: env /usr/bin/arch --x86_64 /bin/zsh --login

Hello @xuwei-k Thanks for taking a look and apologies for replying so late. Last year we updated all these in a private repo that comes with a complete redesign of...

Superseded by https://github.com/strymonas/strymonas-scala/pull/6

I made it work with these small changes https://github.com/ocaml/ocaml-ci-scripts/compare/master...biboudis:master I am not sending a pull request now, though. I'll make it a bit more generic first. Thanks!