nacyolsa

Results 4 issues of nacyolsa

Project to reproduce [kotest-retry.zip](https://github.com/kotest/kotest/files/13872038/kotest-retry.zip) Tested with: Gradle 8.4 Kotest 5.8.0 Kotlin 1.9.22 JDK 11 Error: ``` Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':test'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:148) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:146)...

bug 🐛
dependencies 🔢

Detekt 1.23.0 throws NullPointerException. It worked fine with 1.22.0. Kotlin 1.8.21 Gradle 7.5 Unfortunately I'm unable to provide exactly steps to reproduce but it occurs with code like this: ```...

bug
never gets stale

I have a function to ignore null properties from BSON Document: `fun Collection.ignoreNullProperties() = ClassMappingType.filterIdToBson(this, true)` It worked fine but recently I introduced something like below to generate serializers ```...

bug

**Describe the bug** I receive OutOfMemoryError after a few minutes of compilation. Project is not big < 1000 lines. This issue occurs to me with Kotlin 1.7.20 and 1.6.21. I...

bug