[Issue 14564] [REG2.067] dmd -property -unittest combination causes compiler error

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Aug 25 02:44:09 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14564

--- Comment #15 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1e391e7b7a7a5d088811a7d5b145c783dfb4e356
make -property do nothing

fixes issue 14564 - [REG2.067] dmd -property -unittest combination causes
compiler error

Regarding the removed tests:

Issue 8629 occurred with other errors than property errors, too. It would
be possible to replace the property error with another one in the test.
But Martin Nowak says: "Just remove the test."

The test for issue 9241 was about the exact error message for when a
non-property is called without parentheses. That's allowed now, even with
-property. Removing the test.

https://github.com/D-Programming-Language/dmd/commit/05d132b4c15048fb988f6f498ce5ec4bfddb0512
Merge pull request #4862 from aG0aep6G/property-switch-2

issue 14564 - [REG2.067] dmd -property -unittest combination causes compiler
error

--


More information about the Digitalmars-d-bugs mailing list