Ranie Jade Ramiso

Results 193 comments of Ranie Jade Ramiso

We have tried unbounding the until version of the IJ specific built of the plugin way back and it caused issues with Android Studio (it was trying to use the...

@FWDekker interesting, I'm not familiar with: `com.intellij.modules.androidstudio` but let me try it out, thanks! We are already building the plugins separately (and they have their own plugin.xml file), so it...

Hey @martypitt, not anytime soon sorry - I'm currently moving. I can start taking a look maybe two weeks from now.

I just merged a new PR (#994) which should include the `incompatible-with` changes. Additionally, it bumps the until-build to `223.*`. It should be published in the dev channel of the...

Thanks for the report @robstoll! Are you able to provide stacktraces? My guess is it is related to #924, I used coroutines for discovery as well - which means that...

@robstoll Can you try out this build https://bintray.com/spekframework/spek-dev/spek2/2.0.14-alpha.0.4%2B88d54d2 ? Hopefully it fixes the issue you are seeing.

> Btw. I noted something interesting. Most module have languageVersion 1.2 with the exception of a few where one of them is where the error occurs, this one has 1.3....

Definitely something that can be improved, however at the moment spek relies on the reporting infastructure your build tool provides.

https://azure.microsoft.com/en-au/services/devops/pipelines/ looks interesting, going to try it out.

Apologies for the late reply - been very busy lately. > Spek should consider testClassDirs instead of scaning the complete classpath. It wasn't ignored, nothing was passed to Spek. Scanning...