[dmd-internals] [D-Programming-Language/dmd] 296859: fix Issue 11042 - Inconsistent "static condition" ...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Sep 2 18:31:46 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 296859699b29b1ef562155ba7b4f7558b4b3b616
      https://github.com/D-Programming-Language/dmd/commit/296859699b29b1ef562155ba7b4f7558b4b3b616
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-09-01 (Mon, 01 Sep 2014)

  Changed paths:
    M src/cond.c
    M src/expression.c
    M src/func.c
    M src/mtype.c
    M src/scope.c
    M src/scope.h
    M src/staticassert.c
    M src/template.c
    M src/traits.c
    M test/compilable/compile1.d
    A test/fail_compilation/fail11042.d
    M test/fail_compilation/ice10949.d

  Log Message:
  -----------
  fix Issue 11042 - Inconsistent "static condition" behaviors

Divide `SCOPEcondition` and `SCOPEconstraint` properly.


  Commit: a24ed801e918e0f4926ce4a879625e50c65c8659
      https://github.com/D-Programming-Language/dmd/commit/a24ed801e918e0f4926ce4a879625e50c65c8659
  Author: Martin Nowak <code at dawg.eu>
  Date:   2014-09-03 (Wed, 03 Sep 2014)

  Changed paths:
    M src/cond.c
    M src/expression.c
    M src/func.c
    M src/mtype.c
    M src/scope.c
    M src/scope.h
    M src/staticassert.c
    M src/template.c
    M src/traits.c
    M test/compilable/compile1.d
    A test/fail_compilation/fail11042.d
    M test/fail_compilation/ice10949.d

  Log Message:
  -----------
  Merge pull request #2558 from 9rnsr/fix11042

Issue 11042 - Inconsistent "static condition" behaviors


Compare: https://github.com/D-Programming-Language/dmd/compare/2c65f3693464...a24ed801e918


More information about the dmd-internals mailing list