[dmd-internals] [D-Programming-Language/dmd] 76543e: fix Issue 8123 - alias declaration lookup is broke...

GitHub noreply at github.com
Sun May 20 14:52:32 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 76543ef60f3b871612ddc0c87999859f427ba6f9
      https://github.com/D-Programming-Language/dmd/commit/76543ef60f3b871612ddc0c87999859f427ba6f9
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-05-20 (Sun, 20 May 2012)

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

  Log Message:
  -----------
  fix Issue 8123 - alias declaration lookup is broken


  Commit: 2a3db5d7afd0c26e8a0ec58ff6fb6a8cd9647de6
      https://github.com/D-Programming-Language/dmd/commit/2a3db5d7afd0c26e8a0ec58ff6fb6a8cd9647de6
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-05-20 (Sun, 20 May 2012)

  Changed paths:
    M src/dsymbol.c

  Log Message:
  -----------
  If two AliasDeclarations alias same type, they are not ambiguous.


  Commit: 77422c31beae5db7d867c6611256482e07048f37
      https://github.com/D-Programming-Language/dmd/commit/77422c31beae5db7d867c6611256482e07048f37
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-05-20 (Sun, 20 May 2012)

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

  Log Message:
  -----------
  Merge pull request #957 from 9rnsr/fix8123

Issue 8123 - alias declaration lookup is broken


Compare: https://github.com/D-Programming-Language/dmd/compare/ed68238...77422c3


More information about the dmd-internals mailing list