[dmd-internals] [D-Programming-Language/dmd] 60d4a7: fix Issue 9266 - Cannot define two Tuple objects.

GitHub noreply at github.com
Wed Jan 9 11:10:21 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 60d4a735010b626353274c3fbdbf4b43669553f1
      https://github.com/D-Programming-Language/dmd/commit/60d4a735010b626353274c3fbdbf4b43669553f1
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 9266 - Cannot define two Tuple objects.

If the semantics in template instance is already done (`inst != NULL`), `syntaxCopy` should copy members from original template declaration (== `tempdecl`).


  Commit: 8587727bccc99f59ec47b3626e9c3200e9515432
      https://github.com/D-Programming-Language/dmd/commit/8587727bccc99f59ec47b3626e9c3200e9515432
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #1447 from 9rnsr/fix9266

Issue 9266 - Cannot define two Tuple objects. (Regression in 2.061)


Compare: https://github.com/D-Programming-Language/dmd/compare/a899e6147517...8587727bccc9


More information about the dmd-internals mailing list