[phobos] Eliminate -property from Phobos build?

David Nadlinger code at klickverbot.at
Wed Feb 20 11:18:06 PST 2013


On Wed, Feb 20, 2013 at 7:28 AM, Andrei Alexandrescu <andrei at erdani.com> wrote:
> Currently -property in the Phobos build is a net liability because it forces
> us to append "()" all over the place, at a time when general agreement has
> been reached that trailing parens will be optional.
>
> Shall we remove -property for now?

I'd rather make it a no-op in DMD first. As long as `-property` is in
the compiler, people will complain if their Phobos client code doesn't
compile with it.

David


More information about the phobos mailing list