OliverO2

Results 187 comments of OliverO2

I get > Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it. Could you enable public...

OK, so we know the system property is in fact present in the Kotest invocation. Assuming that only some of your tests are tagged with "CustomTag", Kotest would initially consider...

@aSemy in https://github.com/kotest/kotest/issues/4113#issuecomment-2174395673 > I think that when configuration cache is enabled org.gradle.parallel has no effect. Tasks from multiple projects will run in parallel. > There are a few performance...

Yeah, I guess always running afterProject is OK. Needs to be documented.

If I run `jsKotest` in [kotest-examples-javascript#36](https://github.com/kotest/kotest-examples-javascript/pull/36), then comment out the following line in [SsnTest.kt](https://github.com/kotest/kotest-examples-javascript/blob/e474e7ea14a640b108733e890c673b766b8825f2/src/jsTest/kotlin/io/kotest/examples/js/SsnTest.kt#L18), ```kotlin validateSocial("313-03-5310") shouldBe false ``` the next run of `jsKotest` produces `java.lang.IllegalStateException: config function was not...

Will do. Don't move 😉!

@osipxd Could you please avoid [prematurely squashing/rebasing and force pushing your PRs](https://jacobtomlinson.dev/posts/2022/dont-prematurely-squash/rebase-and-force-push-your-prs/)? This basically invalidates all prior reviewer efforts and delays the process. Everything will be squashed on merge anyway.

Thanks! Your PRs are appreciated and avoiding force-pushes would help us to expedite the review process. Even if there have been no reviews yet, someone may already have looked into...

I've also tried to re-open, but to no avail. It's 2024, and there's no Undo? Come on, GitHub! 🙃