Ned Twigg
Ned Twigg
You're absolutely right, this is an important feature. Right now `detailed` is always set to false, we need to add a command line flag which can set it to true....
I have never developed for android, but I am about to do some tinkering with Quest 3 apps, so I'm curious about this too. I would expect that it would...
There are three paths: 1. use Kotest and [`selfie-runner-kotest`](https://selfie.dev/jvm/kotest) - [`io.kotest:kotest-runner-junit4`](https://mvnrepository.com/artifact/io.kotest/kotest-runner-junit4) - another option is [`LeoColman/kotest-android`](https://github.com/LeoColman/kotest-android) 2. use JUnit5 and [`mannodermaus/android-junit5`](https://github.com/mannodermaus/android-junit5) 3. write a JUnit4 runner for Selfie I'm a...
Thanks for looking into these! Agreed, seems like Selfie doesn't offer a satisfactory experience for Android right now. I expect this will change soon, when we make progress on this...
Try `7.0.1`, and if that doesn't fix it run the build with `--stacktrace` and leave the result here
> Caused by: java.lang.NoSuchMethodError: 'com.diffplug.spotless.FormatterStep com.diffplug.spotless.FormatterStep.createLazy(java.lang.String, com.diffplug.spotless.ThrowingEx$Supplier, com.diffplug.spotless.ThrowingEx$Function)' Indeed, that method does not exist! Somehow you have a mismatched set of Spotless jars on your classpath. You should have -...
Maybe this? ``` export MAVEN_OPTS="-Dfile.encoding=UTF-8" ``` I assume this is a copy-paste error, but the `5655` in `Copyright·UUU·5655.·All·Rights·Reserved.` is strange...
> Is there a way to do what I want using the public API? I think so! The key part of the error message is this: > looked in TypedPath(absolutePath=[...]/mypackage/src/test/kotlin/)...
> we've made our normal tests set selfie=readonly (though the latter may be overkill) That seems like a good precaution to take. I haven't used Develocity test distribution, if it...
> We'd probably want to detect `_TODO(` as well, right? Ah, good point... > there could be a `selfie=source-unavailable` This would make including the `.kt` files optional, but the `.ss`...