[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 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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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 wart

[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 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 fi

[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 changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1