[dmd-internals] [D-Programming-Language/dmd] 7e0276: fix Issue 9948 - -deps dependency printing incorre...

GitHub noreply at github.com
Fri Sep 13 23:21:30 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 7e0276e2a6ae7f7416dbdbeb473802d3092bb83a
      https://github.com/D-Programming-Language/dmd/commit/7e0276e2a6ae7f7416dbdbeb473802d3092bb83a
  Author: Robert Klotzner <robert.klotzner at gmx.at>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M src/attrib.c
    M src/cond.c
    M src/expression.c
    M src/import.c

  Log Message:
  -----------
  fix Issue 9948 - -deps dependency printing incorrect for templates

This fix is based on the just merged pull request:

 https://github.com/D-Programming-Language/dmd/pull/2550

by Walter Bright. It made this fix trivial (at least the test case in the bug report is working correctly now).


  Commit: e266e7c19159ea8d40b497bf1fe7cc2d10252576
      https://github.com/D-Programming-Language/dmd/commit/e266e7c19159ea8d40b497bf1fe7cc2d10252576
  Author: Robert Klotzner <robert.klotzner at gmx.at>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    A test/compilable/depsOutput9948.d
    A test/compilable/extra-files/depsOutput.sh
    A test/compilable/extra-files/depsOutput9948a.d

  Log Message:
  -----------
  Added a simple test case for 9948.


  Commit: 92083fb4eda09f98cf9e787c316d8cac67edc86d
      https://github.com/D-Programming-Language/dmd/commit/92083fb4eda09f98cf9e787c316d8cac67edc86d
  Author: Robert Klotzner <robert.klotzner at gmx.at>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M test/compilable/depsOutput9948.d
    M test/compilable/extra-files/depsOutput9948a.d

  Log Message:
  -----------
  Adopted test case to D coding styles.


  Commit: 01eef232176051b4a74289fb0e91e0ce353cf155
      https://github.com/D-Programming-Language/dmd/commit/01eef232176051b4a74289fb0e91e0ce353cf155
  Author: Robert Klotzner <robert.klotzner at gmx.at>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M test/compilable/depsOutput9948.d

  Log Message:
  -----------
  Hopefully fixed auto test issues.


  Commit: 04e4f465e034d0dc4fd860d85ad6d5affb35c389
      https://github.com/D-Programming-Language/dmd/commit/04e4f465e034d0dc4fd860d85ad6d5affb35c389
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M src/attrib.c
    M src/cond.c
    M src/expression.c
    M src/import.c
    A test/compilable/depsOutput9948.d
    A test/compilable/extra-files/depsOutput.sh
    A test/compilable/extra-files/depsOutput9948a.d

  Log Message:
  -----------
  Merge pull request #2553 from eskimor/fix9948

fix Issue 9948 - -deps dependency printing incorrect for templates


Compare: https://github.com/D-Programming-Language/dmd/compare/8ccba97ea36a...04e4f465e034


More information about the dmd-internals mailing list