[dmd-internals] [D-Programming-Language/dmd] 0a6126: fix Issue 7965 more, all nested structs should be ...

GitHub noreply at github.com
Sun Jul 8 12:36:50 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0a612679713182d571f9eaa140dc93451c623d06
      https://github.com/D-Programming-Language/dmd/commit/0a612679713182d571f9eaa140dc93451c623d06
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-02 (Mon, 02 Jul 2012)

  Changed paths:
    M src/e2ir.c
    M src/mtype.c
    M test/runnable/nested.d

  Log Message:
  -----------
  fix Issue 7965 more, all nested structs should be initialized by StructLiteralExp, not __init.


  Commit: 51b5b6e09f77eacaffc48fb3c4255e2929832915
      https://github.com/D-Programming-Language/dmd/commit/51b5b6e09f77eacaffc48fb3c4255e2929832915
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M src/e2ir.c
    M src/mtype.c
    M test/runnable/nested.d

  Log Message:
  -----------
  Merge pull request #1034 from 9rnsr/fix7965

More fix for issue 7965


Compare: https://github.com/D-Programming-Language/dmd/compare/0b8c248323bd...51b5b6e09f77


More information about the dmd-internals mailing list