[dmd-internals] [D-Programming-Language/dmd] ee9263: fix 13776 - Incorrect "recursive alias declaration...

GitHub via dmd-internals dmd-internals at puremagic.com
Mon Dec 22 23:00:30 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ee9263531040f9a83dfd87da23a511682b6d8d6e
      https://github.com/D-Programming-Language/dmd/commit/ee9263531040f9a83dfd87da23a511682b6d8d6e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-12-18 (Thu, 18 Dec 2014)

  Changed paths:
    M src/declaration.c
    M src/hdrgen.c
    M test/runnable/declaration.d

  Log Message:
  -----------
  fix 13776 - Incorrect "recursive alias declaration" error with `__traits(compiles, ...)`


  Commit: 5ba2e4e4dc7de523352d0b61143d7c9bd2bd594a
      https://github.com/D-Programming-Language/dmd/commit/5ba2e4e4dc7de523352d0b61143d7c9bd2bd594a
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M src/declaration.c
    M src/hdrgen.c
    M test/runnable/declaration.d

  Log Message:
  -----------
  Merge pull request #4172 from 9rnsr/fix13776

[REG2.067a] 13776 - Incorrect "recursive alias declaration" error with `__traits(compiles, ...)`


Compare: https://github.com/D-Programming-Language/dmd/compare/ad1b36e1a22c...5ba2e4e4dc7d


More information about the dmd-internals mailing list