2014-06-30 2:33 GMT+09:00 David Nadlinger via phobos <phobos@puremagic.com>:
Hi Andrew,

You just pushed a number of commits directly to D-Programming-Language/phobos@master. Please don't do that without going through review (pull requests) first, especially because it's easy to accidentally break the auto-tester build this way.

If you are unsure as to why this happened, feel free to ask for help (and maybe consider configuring your local Git clone so you can't directly push to the main repository at all).

David

And, his direct pushing had _actually_ broke my regression fix.
To fix it again, I opened a new pull request, and toggled on its auto-merge flag.

https://github.com/D-Programming-Language/phobos/pull/2286 

Kenji Hara