[dmd-internals] [D-Programming-Language/dmd] b133ff: Issue 6578 - Wrong type deduction for NewExp and _...

GitHub noreply at github.com
Wed Mar 6 00:44:42 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b133ffbad523c03c11a3253595fb4edf1ccc53b4
      https://github.com/D-Programming-Language/dmd/commit/b133ffbad523c03c11a3253595fb4edf1ccc53b4
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

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

  Log Message:
  -----------
  Issue 6578 - Wrong type deduction for NewExp and __ctor with struct

Add the constructor's modifiers to the result type, instead of replacing them.


  Commit: a319e6d4c70de1fcc28a21b743d3367fb533e116
      https://github.com/D-Programming-Language/dmd/commit/a319e6d4c70de1fcc28a21b743d3367fb533e116
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

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

  Log Message:
  -----------
  Merge pull request #666 from yebblies/issue6578

Issue 6578 - Wrong type deduction for NewExp and __ctor with struct


Compare: https://github.com/D-Programming-Language/dmd/compare/c437fad3e8bc...a319e6d4c70d


More information about the dmd-internals mailing list