Ivan “CLOVIS” Canet
Ivan “CLOVIS” Canet
What does `evaluate` do when no results are found? Ideally, I'd like it to call the lambda with an empty sequence: ```kotlin myCollection.find(…).evaluate { println(isEmpty()) // prints 'true' } ```...
## Feature description Git Machete shines with the "rebase to edit the current branch" workflow, but I think it could be better with the "rebase to change the base of...
> This is a feature proposal. Sorry for the noise with the 'bug' label, but there is no 'new feature' template at the moment. ## Feature proposal Currently, the plugin...
I followed your steps, and a few small things have changed: - Obviously, the versions of the tools - `kotlin-extensions` is no longer necessary - When using multi-module projects, a...
Hi! Running a Lincheck test works normally locally. However, it fails in CI with: ``` java.lang.ExceptionInInitializerError at org.jetbrains.kotlinx.lincheck.LinChecker.checkImpl$lincheck(LinChecker.kt:206) at org.jetbrains.kotlinx.lincheck.LinChecker.check(LinChecker.kt:44) at org.jetbrains.kotlinx.lincheck.LinChecker$Companion.check(LinChecker.kt:174) at org.jetbrains.kotlinx.lincheck.LinCheckerKt.check(LinChecker.kt:189) at org.jetbrains.kotlinx.lincheck.LinCheckerKt.check(LinChecker.kt:198) at opensavvy.cache.blocking.MemoryCacheLinearizationTest.stressTest(MemoryCacheLinearizationTest.kt:76) at java.base/java.lang.reflect.Method.invoke(Method.java:568)...
When running a test which uses Slf4J's `LoggerFactory.getLogger`, the test fails (in both stress-testing and model-testing) with: ``` java.lang.reflect.InvocationTargetException Caused by: javax.xml.parsers.FactoryConfigurationError: Provider com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl could not be instantiated: java.lang.ClassCastException: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl...
### Context **This page is for the Gradle community site.** GitLab is a popular CI provider, much like GitHub Actions, Jenkins, etc. The addition of this page was suggested in...
I'm using Arrow 1.2.3. I am writing a simple helper for Arrow Core that introduces a `Raise` context in which failures throw `AssertionError`, with the goal of using it to...
I am facing a compilation error when generating the Dokka output. However, the problem does not appear when compiling the project normally (`./gradlew check`). It seems Dokka cannot find the...
Hi! I have a project in which I applied the Dokkatoo plugin. I'm currently refactoring it to use convention plugins, and in the process something strange broke. I don't know...