[dmd-internals] [D-Programming-Language/dmd] 3cde9f: fix Issue 14556 - can't instantiate struct that ha...

GitHub via dmd-internals dmd-internals at puremagic.com
Thu Jun 4 01:58:15 PDT 2015


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

  Changed paths:
    M src/expression.c
    M src/struct.c
    M test/runnable/structlit.d

  Log Message:
  -----------
  fix Issue 14556 - can't instantiate struct that has constructor and static array of enum


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

  Changed paths:
    M src/expression.c
    M src/struct.c
    M test/runnable/structlit.d

  Log Message:
  -----------
  Merge pull request #4706 from 9rnsr/fix14556

[REG2.067] Issue 14556 - can't instantiate struct that has constructor and static array of enum


Compare: https://github.com/D-Programming-Language/dmd/compare/a74d774ac1b5...920d18e560e9


More information about the dmd-internals mailing list