I doubt a new version of dmd will be out until November at the earliest, as there is no dmd beta out at the moment. In the mean time, you should be able to download the latest source code of phobos at http://www.dsource.org/projects/phobos/changeset/head/trunk?old_path=%2F&format=zip and build the code.
I'm not familiar with dmd under windows, but I believe you can just replace the phobos .lib/.dll/.whateverextension file with the one you built. On Tue, Oct 19, 2010 at 10:02 AM, Stephan <s...@extrawurst.org> wrote: > On 19.10.2010 15:27, Steven Schveighoffer wrote: > >> On Tue, 19 Oct 2010 08:35:09 -0400, Stephan <s...@extrawurst.org> wrote: >> >>> >>> Thanks for the reply and that you gonna take a look. I added the >>> relation of bug http://d.puremagic.com/issues/show_bug.cgi?id=4344 to >>> the bug aswell because it reallys seems to have the same underlying root. >>> >> >> I fixed both with the suggested update in 4344. I also found a race >> condition on Linux that as far as I know was never reported. >> >> See changeset http://www.dsource.org/projects/phobos/changeset/2107 >> >> That was an easy one :) >> >> -Steve >> > > Awesome, thank you. > Is there a new release planned anytime soon that includes the patch ? > > - Stephan >