[dmd-internals] [D-Programming-Language/dmd] 0e6f62: Issue 1064 - Tuples are not expanded in array init...

GitHub noreply at github.com
Fri Jul 20 21:52:49 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0e6f6211aef226d913a3c29f3ff3f11a420cdf41
      https://github.com/D-Programming-Language/dmd/commit/0e6f6211aef226d913a3c29f3ff3f11a420cdf41
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-04-13 (Fri, 13 Apr 2012)

  Changed paths:
    M src/init.c
    M src/init.h
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Issue 1064 - Tuples are not expanded in array initializers

Expand any tuples in place. expandTuples from expression.c cannot be used because this is an array of ExpInitializers, not Expressions.


  Commit: 162cf303c5e70bbb7b0a397b847e0b76c923ddd9
      https://github.com/D-Programming-Language/dmd/commit/162cf303c5e70bbb7b0a397b847e0b76c923ddd9
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2012-07-20 (Fri, 20 Jul 2012)

  Changed paths:
    M src/init.c
    M src/init.h
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #690 from yebblies/issue1064

Issue 1064 - Tuples are not expanded in array initializers


Compare: https://github.com/D-Programming-Language/dmd/compare/0dad66820b82...162cf303c5e7


More information about the dmd-internals mailing list