[dmd-internals] [D-Programming-Language/dmd] 655f9e: fix Issue 11554 - `is(T == enum); ` produces an err...

GitHub noreply at github.com
Sat Nov 30 08:11:47 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 655f9e04bf6cd5dd7515a95de1007bbe6e19cf94
      https://github.com/D-Programming-Language/dmd/commit/655f9e04bf6cd5dd7515a95de1007bbe6e19cf94
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
    M src/template.c
    M test/compilable/compile1.d
    M test/fail_compilation/ice10770.d

  Log Message:
  -----------
  fix Issue 11554 - `is(T == enum);` produces an error if T is an enum defined with no members


  Commit: e8676c778e003956414606429a8425101090b7db
      https://github.com/D-Programming-Language/dmd/commit/e8676c778e003956414606429a8425101090b7db
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M src/template.c
    M test/compilable/compile1.d
    M test/fail_compilation/ice10770.d

  Log Message:
  -----------
  Merge pull request #2889 from 9rnsr/fix11554

[REG2.065a] Issue 11554 - `is(T == enum);` produces an error if T is an enum defined with no members


Compare: https://github.com/D-Programming-Language/dmd/compare/5d0a27eba94f...e8676c778e00


More information about the dmd-internals mailing list