Stephane Landelle

Results 236 comments of Stephane Landelle

Closing as resolved in Gatling 3.8 where we dropped forcefully adding maven central repository, see #4259. Feel free to reach out and provide a reproducer if there's still a problem.

So actually, we won't do this, neither on the gradle plugin nor the sbt one. This behavior is idiomatic gradle. See https://stackoverflow.com/questions/22505533/how-to-run-only-one-unit-test-class-using-gradle, the `--tests` parameter takes a pattern and execute...

Closing for now. We don't plan to work on this and it's been around for almost 3 years without seeing any contribution.

From https://docs.gradle.org/current/userguide/java_testing.html: > Test fixtures are configured so that: > * they can see the main source set classes > * test sources can see the test fixtures classes The...

Frankly, we from Gatling have so many more critical things to tackle that we'll never work on this ourselves. The only chance this ever happens is that someone contributes it.

Closing for now. Feature request has no traction so far.

I'm suspect this would require some heavy changes. Is this something you'd be interested in contributing or sponsoring?

I tried to, but I'm not familiar with macros nor cross building and compiling for Scala 2.13 is not just a matter of upgrading deps, eg [paradise has been merged...

It turns how it's going to be pretty complicated to cross build :) ```scala abstract class Fastring extends TraversableLike[String, Fastring] with Traversable[String] { self => ``` `TraversableLike` has been dropped...