Thread overview
Building D from Github master with arbitary number of pull request patches
Oct 02, 2016
Nordlöw
Oct 02, 2016
Vladimir Panteleev
Oct 02, 2016
Nordlöw
Oct 02, 2016
Vladimir Panteleev
Oct 02, 2016
Nordlöw
Oct 02, 2016
David Nadlinger
October 02, 2016
I believe Vladimir talked about a program that automatically builds and installs dmd/druntime/phobos from Github master together with a set of patches picked from current Github pull requests.

Where is it?
October 02, 2016
On Sunday, 2 October 2016 at 22:25:14 UTC, Nordlöw wrote:
> I believe Vladimir talked about a program that automatically builds and installs dmd/druntime/phobos from Github master together with a set of patches picked from current Github pull requests.

The program is Digger:

https://github.com/CyberShadow/Digger
October 02, 2016
On Sunday, 2 October 2016 at 22:25:14 UTC, Nordlöw wrote:
> Where is it?

https://github.com/CyberShadow/digger

 — David
October 02, 2016
On Sunday, 2 October 2016 at 22:26:23 UTC, Vladimir Panteleev wrote:
> https://github.com/CyberShadow/Digger

Thanks! Can I specify a download/build directory?
October 02, 2016
On Sunday, 2 October 2016 at 22:31:14 UTC, Nordlöw wrote:
> On Sunday, 2 October 2016 at 22:26:23 UTC, Vladimir Panteleev wrote:
>> https://github.com/CyberShadow/Digger
>
> Thanks! Can I specify a download/build directory?

Yep, with "digger -c local.workDir=/path/to/dir" or with a configuration file.
October 02, 2016
On Sunday, 2 October 2016 at 22:32:39 UTC, Vladimir Panteleev wrote:
> Yep, with "digger -c local.workDir=/path/to/dir" or with a configuration file.

Thanks!