[dmd-internals] [D-Programming-Language/dmd] b9e0b5: Revert "Merge pull request #4558 from 9rnsr/fix577...

GitHub via dmd-internals dmd-internals at puremagic.com
Fri Jun 12 06:53:46 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b9e0b517ba795947c270392c2ad1364580d177d9
      https://github.com/D-Programming-Language/dmd/commit/b9e0b517ba795947c270392c2ad1364580d177d9
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-06-09 (Tue, 09 Jun 2015)

  Changed paths:
    M src/access.c
    M src/expression.c
    M src/magicport.json
    R test/compilable/imports/prot5770.d
    R test/compilable/testprot5770.d
    M test/fail_compilation/diag10169.d
    M test/fail_compilation/diag5385.d
    M test/fail_compilation/fail10528.d
    M test/fail_compilation/fail14407.d
    R test/fail_compilation/fail5770.d
    R test/fail_compilation/imports/a5770.d

  Log Message:
  -----------
  Revert "Merge pull request #4558 from 9rnsr/fix5770"

This reverts commit b2e2f80d365728f54f602efa2cb56bdc87c69b7a, reversing
changes made to 714d1b32cfe721e6266ebbc096355c8ce109f8b8.

Also changes fail_compilation/fail14407.d test so it's affected by the reversion.


  Commit: 1a92380f5a90a24eeadaecd4a8c3704fb65f96d7
      https://github.com/D-Programming-Language/dmd/commit/1a92380f5a90a24eeadaecd4a8c3704fb65f96d7
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-06-09 (Tue, 09 Jun 2015)

  Changed paths:
    A test/compilable/imports/a14528.d
    A test/compilable/test14528.d

  Log Message:
  -----------
  fix Issue 14528 - can't pass protected member to template by alias


  Commit: fbb6e2a64a30314e6b92ff6f960115a156f3f329
      https://github.com/D-Programming-Language/dmd/commit/fbb6e2a64a30314e6b92ff6f960115a156f3f329
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-06-12 (Fri, 12 Jun 2015)

  Changed paths:
    M src/access.c
    M src/expression.c
    M src/magicport.json
    A test/compilable/imports/a14528.d
    R test/compilable/imports/prot5770.d
    A test/compilable/test14528.d
    R test/compilable/testprot5770.d
    M test/fail_compilation/diag10169.d
    M test/fail_compilation/diag5385.d
    M test/fail_compilation/fail10528.d
    M test/fail_compilation/fail14407.d
    R test/fail_compilation/fail5770.d
    R test/fail_compilation/imports/a5770.d

  Log Message:
  -----------
  Merge pull request #4730 from 9rnsr/fix14528

[REG2.058a] Issue 14528 - can't pass protected member to template by alias


Compare: https://github.com/D-Programming-Language/dmd/compare/c30cddff4a88...fbb6e2a64a30


More information about the dmd-internals mailing list