[Issue 6578] Ignored const with struct with constructor

2013-04-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6578 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6578] Ignored const with struct with constructor

2013-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6578 --- Comment #3 from github-bugzi...@puremagic.com 2013-03-06 00:44:46 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6578] Ignored const with struct with constructor

2013-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6578 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2013-03-06 23:11:53 PST --- Yet another test case: struct S { this(int[] arr) immutable {} } void main() { auto s = S([1,2,3]); pragma(msg, typeof(s)); // prints immutable(S) }

[Issue 6578] Ignored const with struct with constructor

2013-03-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6578 --- Comment #2 from yebblies yebbl...@gmail.com 2013-03-06 02:25:03 EST --- *** Issue 9647 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 6578] Ignored const with struct with constructor

2012-01-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6578 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords|diagnostic |patch CC|