September 23, 2014 [dmd-internals] [D-Programming-Language/dmd] 2b0e5d: Disable -v2 message for typedef | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/dmd-1.x Home: https://github.com/D-Programming-Language/dmd Commit: 2b0e5dbf3886728884ad2b28cffdbb607df2d03f https://github.com/D-Programming-Language/dmd/commit/2b0e5dbf3886728884ad2b28cffdbb607df2d03f Author: Mihails Strasuns <mihails.strasuns@sociomantic.com> Date: 2014-09-23 (Tue, 23 Sep 2014) Changed paths: M src/parse.c Log Message: ----------- Disable -v2 message for typedef As it is impossible to get a decent library implementation of typedef in D1 (in absence of `alias this`) it is better to not warn about it and rely on deprecation message of D2 compiler instead (which is essentially the same) Commit: db46c17a7291a8eb9e815da73021a80ab38aa9b2 https://github.com/D-Programming-Language/dmd/commit/db46c17a7291a8eb9e815da73021a80ab38aa9b2 Author: Walter Bright <walter@walterbright.com> Date: 2014-09-23 (Tue, 23 Sep 2014) Changed paths: M src/parse.c Log Message: ----------- Merge pull request #4020 from mihails-strasuns-sociomantic/disable-typedef-message [D1] disable -v2 message for typedef Compare: https://github.com/D-Programming-Language/dmd/compare/709b169a6618...db46c17a7291 |
Copyright © 1999-2021 by the D Language Foundation