Konstantin Dubinko

Results 4 issues of Konstantin Dubinko

Hi. I noticed that proguard rules at [TP wiki](https://github.com/stephanenicolas/toothpick/wiki/Proguard-&-TP) don't cover situations when we use injections with qualifiers. For example, I have ``` @Qualifier annotation class MyQualifier ``` And class...

bug

Hello. I want to create custom build metric that computes total duration for some subset of executed tasks. In current master branch I found abstract class `ExecutedTasksMetric` and it looks...

Hi. In `ExecutionReport` I [found](https://github.com/cdsap/Talaiot/blob/52013d0b8b50d92f42b283246f0ffa8b2acdc9e4/talaiot/src/main/kotlin/com/cdsap/talaiot/entities/ExecutionReport.kt#L56) method that estimates critical path of build. I think that this estimation is working well on builds with high count of workers. But I doubt...

Не хватает возможности использовать packageName в выражениях рецепта. Два возможных сценария использования. 1. Делать так: ``` - predicate: validIf: ${needTests} commands: - mkDirs: - ${rootOut}: - test: - java: -...

feature request