[Issue 6940] immutable(int*)*/immutable(int)** and int** do not combine

2011-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6940


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


--- Comment #5 from Walter Bright bugzi...@digitalmars.com 2011-12-20 
13:03:08 PST ---
https://github.com/D-Programming-Language/dmd/commit/06fe1ce97ef56cb86821114024c55f8d5fe0073c

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6940] immutable(int*)*/immutable(int)** and int** do not combine

2011-12-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6940


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||patch, rejects-valid


--- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-12-19 07:11:36 PST ---
https://github.com/D-Programming-Language/dmd/pull/571

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6940] immutable(int*)*/immutable(int)** and int** do not combine

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6940


timon.g...@gmx.ch changed:

   What|Removed |Added

Summary|immutable(int*)* and int**  |immutable(int*)*/immutable(
   |do not combine  |int)** and int** do not
   ||combine


--- Comment #3 from timon.g...@gmx.ch 2011-11-18 13:35:48 PST ---
immutable(int)** and int** should also combine to const(int*)*

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---