[Issue 14564] [REG2.067] dmd -property -unittest combination causes compiler error
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jun 27 17:19:10 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14564
Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |issues.dlang at jmdavisProg.co
| |m
--- Comment #7 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
We should just change it so that -property does nothing (except maybe print
that it's a defunct flag) so that no one's build process gets broken by its
removal and so that we no longer have to care about it working.
We _were_ building Phobos with it to ensure that we weren't breaking anyone's
code by writing code in templated functions which didn't work with -property,
but clearly, we're not doing that anymore.
I think that we either need to be building with -property to ensure that we're
not breaking folks code (and thus need to fix this regression), or we need to
fix it so that -property does nothing so that there are no compilation errors
related to -property.
--
More information about the Digitalmars-d-bugs
mailing list