[Issue 10720] ICE with is(aaOfNonCopyableStruct.nonExistingField)

2013-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10720


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


[Issue 10720] ICE with is(aaOfNonCopyableStruct.nonExistingField)

2013-08-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10720



--- Comment #3 from github-bugzi...@puremagic.com 2013-08-01 00:49:23 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/2473c2204180be54d35bcd099b09949f13025199
fix issue 10720 - ICE with is(aaOfNonCopyableStruct.nonExistingField)

AA.dup should be disabled if Value type is not copyable.
The root cause was the use of Value.init. Built-in `init` property makes
rvalue, therefore the 'static if' condition did not properly test
'copyable' trait of Value type.

https://github.com/D-Programming-Language/druntime/commit/ee1eb100a7c0c283d798d4e4913d6472f1c50443
Merge pull request #554 from 9rnsr/fix10720

issue 10720 - ICE with is(aaOfNonCopyableStruct.nonExistingField)

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


[Issue 10720] ICE with is(aaOfNonCopyableStruct.nonExistingField)

2013-08-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10720


Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

 CC||c...@dawg.eu


--- Comment #4 from Martin Nowak c...@dawg.eu 2013-08-01 00:56:48 PDT ---
Apparently the ICE happened because the instantiation of AssociativeArray!(Key,
Value) failed so that TypeAArray::getImpl returns null.

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


[Issue 10720] ICE with is(aaOfNonCopyableStruct.nonExistingField)

2013-07-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10720


Henning Pohl henn...@still-hidden.de changed:

   What|Removed |Added

   Keywords||pull
 CC||henn...@still-hidden.de


--- Comment #1 from Henning Pohl henn...@still-hidden.de 2013-07-29 06:52:24 
PDT ---
https://github.com/D-Programming-Language/dmd/pull/2409

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


[Issue 10720] ICE with is(aaOfNonCopyableStruct.nonExistingField)

2013-07-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10720


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

   What|Removed |Added

  Component|DMD |druntime


--- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-07-29 19:31:55 PDT ---
I think this is rather druntime issue.
https://github.com/D-Programming-Language/druntime/pull/554

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