[dmd-internals] [D-Programming-Language/dmd] d74fc8: fix Issue 10643 - Refused const array struct field...

GitHub noreply at github.com
Wed Dec 25 14:30:29 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: d74fc8040d91e1436bdd155130e2afb316381c9f
      https://github.com/D-Programming-Language/dmd/commit/d74fc8040d91e1436bdd155130e2afb316381c9f
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M src/declaration.c
    M test/runnable/test3449.d

  Log Message:
  -----------
  fix Issue 10643 - Refused const array struct field initialized with void

Void initialized non-mutable aggregate members should become instance fields.


  Commit: c4fbc2435cd2cbc1535764c839e66bd7567b4d3b
      https://github.com/D-Programming-Language/dmd/commit/c4fbc2435cd2cbc1535764c839e66bd7567b4d3b
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-12-25 (Wed, 25 Dec 2013)

  Changed paths:
    M src/declaration.c
    M test/runnable/test3449.d

  Log Message:
  -----------
  Merge pull request #2964 from 9rnsr/fix10643

Issue 10643 - Refused const array struct field initialized with void


Compare: https://github.com/D-Programming-Language/dmd/compare/7f142e67603b...c4fbc2435cd2


More information about the dmd-internals mailing list