On 6/27/14, 7:29 AM, Walter Bright via dmd-beta wrote:
It's time we prepared another release. Currently, we've got 11 regressions to be addressed:

https://issues.dlang.org/buglist.cgi?bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&list_id=47252&query_format=advanced

Not bad, but let's get 'em done.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta
Hello all,


I am encountering some major issues with the build system that will delay the beta. Martin Nowak, the person responsible for the vagrant box automation used in our build process, has been around to assist me resolving these issues in the past, however, I have not seen or heard from him in almost 2 weeks so I am trying to build the release without using vagrant.

Among other things, https://issues.dlang.org/show_bug.cgi?id=13005 currently blocks my progress on Windows.

With the exception that the OS specific archive cannot be made because of missing staged binaries, OSX and Linux builds successfully. I am wondering if it possible to stage these files in the proper location of the git repo rather than having to move them into place for every build?

I am running Trusty Thar on my linux box so this will probably cause issues for issues using older systems. I still need to set up and attempt to build on two separate FreeBSD boxes (32-bit & 64-bit).

Andrew