[dmd-internals] [D-Programming-Language/dmd] 2b0e5d: Disable -v2 message for typedef

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Sep 23 12:37:30 PDT 2014


  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 at 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 at 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


More information about the dmd-internals mailing list