Pavel Batanov

Results 72 comments of Pavel Batanov

Looks like there is more sence in forking it and publish new package, rather than posting issues

Looks like. Providing paths manually with `/` instead of guessed `\` helps

This is related to https://github.com/infection/infection/issues/1007 and https://github.com/Ocramius/PackageVersions/issues/116 Shortly: when using `--no-scripts` PackageVersions are not generated and they utilize `ocramius/package-versions/composer.lock` content, which locked to 0.13.4 There is nothing to do with...

No, package versions lib is not fixed yet вт, 10 марта 2020 г., 23:49 Maks Rafalko : > @maks-rafalko you cannot, > package-versions 1.5.x require PHP 7.3 > > Infection...

Sorry, no idea I'm not part of that project anymore to check. This [should be fixed since 1.10](https://github.com/Ocramius/PackageVersions/pull/146) using [composer 2 api](https://github.com/composer/composer/pull/8803)

The real world example are all kind of `NullLogger`, `VoidCache`, etc.

Might be related to #74 There is a plenty of options for real: * Implement inprogress notification on job queueing (has some theoretical problems though) * Migrate to pipelines in...

Looks like implementing matrix support is not really hard https://github.com/jenkinsci/email-ext-plugin/blob/9012fcd1b9b2040f2d34c2723198a751eb81cce5/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java#L990-L1014 Only question is if it will create dependency bound to the matrix job plugin (but I hope most Jenkins installations...

Yes, implementing `RunListener` instead of implementing `Notifier` could do the trick, but this is a BC-break at the first look and requires a bunch of refactoring. We've discussed some listener...

[Current Stash API](https://developer.atlassian.com/stash/docs/latest/how-tos/updating-build-status-for-commits.html) knows only three statuses ``` "state": "", ``` As the build step there is nothing to do with these ones as they triggered only at the time...