Marcin Zajączkowski

Results 351 comments of Marcin Zajączkowski

I updated the original issue to cover status of the main keyboard shortcuts and be able to link related issues to that "umbrella task".

I was thinking about that and I don't have any sensible idea how to split it between `XDG_CONFIG_HOME` and `XDG_DATA_HOME`. In addition `XDG_CACHE_HOME` is not well supported by Electron. Therefor,...

@C-Otto Looking at the field level, there is: ``` //Workaround with @Internal for "Unable to store input properties for task" - https://github.com/gradle/gradle/issues/12351 @Internal final RegularFileProperty additionalClasspathFile ``` And https://github.com/gradle/gradle/issues/12351 seems...

Hmm, strange. I have the [regression tests](https://github.com/szpak/gradle-pitest-plugin/blob/master/src/funcTest/groovy/info/solidsoft/gradle/pitest/functional/PitestPluginPitVersionFunctionalSpec.groovy#L34) for that and they pass. I even extended assertion to verify that `pitest-${pitVersion}.jar` is displayed during execution and it works. To be sure,...

Thanks for digging that topic! That, indeed, might be the reason. Nevertheless, it's quite interesting as kotest (in master) seems to declare [pitest 1.4.11](https://github.com/kotest/kotest/blob/580d62481219ec21db28575c484952cc59ae46b8/buildSrc/src/main/kotlin/Libs.kt#L128) dependency. 1.5.2 seems to be taken...

Thanks for taking time to report that. I have to switch to the new Dependabot service offered by GitHub itself.

Please re-run it with `--info` and look for the interesting related info entries. Still having no clue, please paste the pitest configuration and the relevant/related output.

How did you apply the aggregate report plugin? It has to be applied in the (relative) root of the subprojects which should be taken into account for aggregation. Please consider...

There's `project.rootProject` which usually should be a good candidate. However, for monorepos and maybe the Android projects it might be tricky and in the aggregate support we decided to put...

I could use the rootProject directory, but allow users to override it - for the corner cases. I will also probably need a generic mechanism to decide which parameters which...