[Issue 6049] [CTFE]: Array literals of structs with invariant() are wrong

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6049

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


[Issue 6049] [CTFE]: Array literals of structs with invariant() are wrong

2011-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6049


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #4 from Don clugd...@yahoo.com.au 2011-05-27 12:52:10 PDT ---
https://github.com/D-Programming-Language/dmd/commit/91ffa267803aae2d639b60acfa566cf3294e66f8

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


[Issue 6049] [CTFE]: Array literals of structs with invariant() are wrong

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6049



--- Comment #2 from Don clugd...@yahoo.com.au 2011-05-24 00:41:06 PDT ---
(In reply to comment #1)
 So, as a temporary fix to make the autotester is passing, commenting out the
 invariants should fix the problem?

Yes, but I already have a DMD pull request that fixes the problem g.

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


[Issue 6049] [CTFE]: Array literals of structs with invariant() are wrong

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6049



--- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2011-05-24 10:11:43 
PDT ---
Then I won't worry about it :). Invariants have been a source of trouble with
std.datetime though and appear to be an area in the language implementation
that still has some warts. IIRC, it caused some issues with purity initially
(though we can now have pure invarians fortunately), and bug# 5058 has caused
definite issues as well (hence why SysTime's invariant is commented out). Well,
as annoying as such bugs are, at least we're running into them so that we can
fix them. Thanks for looking into this one.

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


[Issue 6049] [CTFE]: Array literals of structs with invariant() are wrong

2011-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6049


Jonathan M Davis jmdavisp...@gmx.com changed:

   What|Removed |Added

 CC||jmdavisp...@gmx.com


--- Comment #1 from Jonathan M Davis jmdavisp...@gmx.com 2011-05-23 21:35:53 
PDT ---
So, as a temporary fix to make the autotester is passing, commenting out the
invariants should fix the problem?

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