January 11, 2013
Hi everyone,

just a quick status update regarding the 2.061 merge: Most of the work is done, but a few test suite failures are still remaining, and I won't be able to spend any more time working on it until mid-Feburary.

If anyone wants to go ahead in the meantime, I pushed my work to: https://github.com/ldc-developers/ldc/tree/merge-2.061-2

In constrast to the merge-2.061 branch, it should contain (almost) no bugs introduced while merging, so it might be a good basis to start working on the issue even without having done the merge yourself.

There is a release mode-only failure in std.uuid – might be a misoptimization, and nice to tackle in isolation.

Cheers,
David
January 20, 2013
On Friday, 11 January 2013 at 21:10:05 UTC, David Nadlinger wrote:
> Hi everyone,
>
> just a quick status update regarding the 2.061 merge: Most of the work is done, but a few test suite failures are still remaining, and I won't be able to spend any more time working on it until mid-Feburary.
>
> If anyone wants to go ahead in the meantime, I pushed my work to: https://github.com/ldc-developers/ldc/tree/merge-2.061-2
>
> In constrast to the merge-2.061 branch, it should contain (almost) no bugs introduced while merging, so it might be a good basis to start working on the issue even without having done the merge yourself.
>
> There is a release mode-only failure in std.uuid – might be a misoptimization, and nice to tackle in isolation.
>
> Cheers,
> David

Thanks David!