10 ms·
I'm with you. I added parallel test execution to PHPUnit, which its maintainers have been promising since 2005. When I started writing it, they found me and enc
by jmathes 14y ago
I'm with you. I added parallel test execution to PHPUnit, which its maintainers have been promising since 2005. When I started writing it, they found me and encouraged me along. So I spent two weeks on it at 16 hours a day. When I was done, they invented reasons not to merge. When I was done fixing the reasons they had invented, they said they didn't want to merge it because they were going to write it themselves.
- FuzzyDunlop 14y agoI find it a shame that people do that and fuck around with contributors to their project. The time comes when they need contributors to submit patches, and fewer people will bother.
- graue 14y agoSounds like a pretty bad case of NIH. Maybe you should fork? (Although, I haven't heard the other side of this, so that's assuming the project's code standards were followed, your code was good quality, etc.)
- ericclemmons 14y agoPlease link your fork! Heck, maybe Travis-CI will let PHP projects take advantage of it.
- mmcnickle 14y agoPHPUnit has a very definite style to its code, perhaps the changes didn't follow the style closely enough. Do you still have a fork? I'd love some parallel test execution.