[dmd-internals] [D-Programming-Language/dmd] ff9b7b: fix Issue 9436 - enum cannot be forward referenced...

GitHub noreply at github.com
Sat Feb 2 12:13:09 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ff9b7b4add6405a58c1410ac5b1bad2299c64456
      https://github.com/D-Programming-Language/dmd/commit/ff9b7b4add6405a58c1410ac5b1bad2299c64456
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-02 (Sat, 02 Feb 2013)

  Changed paths:
    M src/enum.c
    M src/enum.h
    A test/compilable/imports/test9436aggr.d
    A test/compilable/imports/test9436interp.d
    A test/compilable/imports/test9436node.d
    A test/compilable/imports/test9436type.d
    A test/compilable/test9436.d

  Log Message:
  -----------
  fix Issue 9436 - enum cannot be forward referenced with cyclic imports and mixin


  Commit: 520b8703f8c8a5b8b477cefe3c7293e3f6271888
      https://github.com/D-Programming-Language/dmd/commit/520b8703f8c8a5b8b477cefe3c7293e3f6271888
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-02-02 (Sat, 02 Feb 2013)

  Changed paths:
    M src/enum.c
    M src/enum.h
    A test/compilable/imports/test9436aggr.d
    A test/compilable/imports/test9436interp.d
    A test/compilable/imports/test9436node.d
    A test/compilable/imports/test9436type.d
    A test/compilable/test9436.d

  Log Message:
  -----------
  Merge pull request #1594 from 9rnsr/fix9436

Issue 9436 - enum cannot be forward referenced with cyclic imports and mixin


Compare: https://github.com/D-Programming-Language/dmd/compare/94e5ed71149c...520b8703f8c8


More information about the dmd-internals mailing list