[Issue 11581] Given T..., new T[0] does not work

2016-02-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11581

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/d93d396842d84c57ddbbaf29e2509c9a9310978c
fix Issue 11581 - Given T..., new T[0] does not work

Defer the indexing form check until NewExp::semantic.

https://github.com/D-Programming-Language/dmd/commit/b583111eb52760ee7c29cc4d862109bc806f2471
Merge pull request #4878 from 9rnsr/fix11581

Issue 11581 - Given T..., new T[0] does not work

--


[Issue 11581] Given T..., new T[0] does not work

2015-08-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11581

Kenji Hara  changed:

   What|Removed |Added

   Keywords||pull, rejects-valid

--- Comment #2 from Kenji Hara  ---
https://github.com/D-Programming-Language/dmd/pull/4878

--


[Issue 11581] Given T..., new T[0] does not work

2015-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11581

Kenji Hara  changed:

   What|Removed |Added

 CC||k.hara...@gmail.com

--- Comment #1 from Kenji Hara  ---
*** Issue 14899 has been marked as a duplicate of this issue. ***

--