[phobos] win32 phobos build broken
Brad Roberts
braddr at puremagic.com
Fri Sep 17 20:15:20 PDT 2010
Please take some time to reduce it to a standalone reproducible test case and
file a bugzilla entry for it.
On 9/17/2010 6:23 PM, Shin Fujishiro wrote:
> It depends on the order of compilation. The following succeeds:
>
> % dmd -c std/concurrency.d std/string.d
> % _
>
> While the following fails (note the order of arguments):
>
> % dmd -c std/string.d std/concurrency.d
> std/typecons.d(336): Error: cannot evaluate empty("") at compile time
> std/typecons.d(371): Error: cannot evaluate injectNamedFields() at compile time
> std/typecons.d(371): Error: argument to mixin must be a string, not (injectNamedFields())
>
> Anyways, I'll check in a workaround.
>
>
> Shin
More information about the phobos
mailing list