Robert Stoll
Robert Stoll
Nothing which bothers me, as I usually don't have the same text. Following an example: ``` object A: Spek({ describe("asdf"){ it("asdf"){ // shown as throw AssertionError("oh no... ") } it("asdf...
reported by intellij ``` org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (36,13) in /home/robert/projects/atrium/apis/fluent-en_GB/atrium-api-fluent-en_GB-common/src/main/kotlin/ch/tutteli/atrium/api/fluent/en_GB/charSequenceAssertions.kt at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:246) at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:224) at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:101) at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:146) at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:172) at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:155) at...
I have a regression with spek 2.0.13 (update from 2.0.12 to 2.0.13 fails) it seems like in some modules the test discovery does not work anymore. See https://travis-ci.com/github/robstoll/atrium/jobs/384465747#L1087 and https://travis-ci.com/github/robstoll/atrium/jobs/384465747#L1095...
don't know when this happened, saw it in the reporting functionality of IDEA: ``` During querying provider Run line marker (class com.intellij.execution.lineMarker.RunLineMarkerProvider) java.lang.IllegalStateException: Required value was null. at org.spekframework.intellij.domain.ScopeDescriptorCache.fromClassOrObject(ScopeDescriptorCache.kt:38) at...
Just printing here what intellij tells me: Spek-plugin version: 2.0.7-IJ2019.2 stacktrace: ``` com.intellij.psi.PsiInvalidElementAccessException: Element: class org.jetbrains.kotlin.psi.KtCallExpression #kotlin because: containing file is null invalidated at: see attachment at com.intellij.psi.impl.PsiElementBase.getProject(PsiElementBase.java:216) at com.intellij.execution.PsiLocation.(PsiLocation.java:36)...
Maybe similar to #566 but opening it nonetheless as it does not seem to be fixed. Following the use case: - JVM platform - one forgets to add `runtimeOnly "org.spekframework.spek2:spek-runner-junit5:$spek2_version"`...
I am running spek via ConsoleLauncher and as it seems, spek currently ignores the specified exclude filters as documented for junit5 here: https://junit.org/junit5/docs/5.0.0/user-guide/#running-tests-console-launcher Any plan to support those filters?
## Expected Behavior code issues in commonTest are also discovered by detekt ## Observed Behavior Looks like commonTest is not analysed (only commonMain) ## Steps to Reproduce 1. git clone...
### Discussed in https://github.com/sbt/sbt/discussions/6859 Originally posted by **robstoll** April 1, 2022 I am on Ubuntu 20.04 using urxvt Unfortunately, the colours sbt shows does not work correctly when I use...
## steps `sbt -mem 10000 -client` ## problem sbt -mem 10000 -client [info] entering *experimental* thin client - BEEP WHIRR [info] server was not detected. starting an instance [error] failed...