[Issue 1824] Object not const correct

2013-11-24 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1824 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Depends on||9769, 9770,

[Issue 1824] Object not const correct

2012-07-22 Thread d-bugmail
/dfc76c8f9b81bb6de647a709e575ff67bc45ffa1 Minimal reverting of Issue 1824 - Object not const correct https://github.com/D-Programming-Language/druntime/commit/bad7afa37c17d4185fdac02440b27a4f33599579 Merge pull request #278 from 9rnsr/rev_const Minimal reverting of Issue 1824 - Object not const correct --- Comment #19 from

[Issue 1824] Object not const correct

2012-07-22 Thread d-bugmail
/724b077b3b34dbf92ce391177141854255a6e104 Merge pull request #1053 from 9rnsr/revert_const Revert all changes for Issue 1824 - Object not const correct -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 1824] Object not const correct

2012-07-22 Thread d-bugmail
/dfc76c8f9b81bb6de647a709e575ff67bc45ffa1 Minimal reverting of Issue 1824 - Object not const correct https://github.com/D-Programming-Language/druntime/commit/bad7afa37c17d4185fdac02440b27a4f33599579 Merge pull request #278 from 9rnsr/rev_const Minimal reverting of Issue 1824 - Object not const correct --- Comment #19 from

[Issue 1824] Object not const correct

2012-07-08 Thread d-bugmail
/271085b2d368b5b3046ef95798ae9aec50ab1484 Merge pull request #387 from 9rnsr/constApply Supplemental changes of druntime/pull/72 - Issue 1824 - Object not const correct -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 1824] Object not const correct

2012-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #15 from Stewart Gordon s...@iname.com 2012-04-08 10:23:47 PDT --- (In reply to comment #14) I intend to deal with this at the beginning of the next release cycle. It is a disruptive change. Still no sign of it in the 2.059 fix

[Issue 1824] Object not const correct

2012-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #16 from Walter Bright bugzi...@digitalmars.com 2012-04-08 11:32:23 PDT --- (In reply to comment #15) Still no sign of it in the 2.059 fix list that has just appeared on the site. Where are you at with it at the moment? It's a

[Issue 1824] Object not const correct

2012-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords|patch |pull

[Issue 1824] Object not const correct

2012-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #13 from Steven Schveighoffer schvei...@yahoo.com 2012-02-08 10:24:14 PST --- (In reply to comment #12) Any chance of this being folded in for the upcoming 2.058 release? Likely not. I think only fixing regressions is allowed

[Issue 1824] Object not const correct

2012-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 1824] Object not const correct

2011-09-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #11

[Issue 1824] Object not const correct

2011-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||schvei...@yahoo.com

[Issue 1824] Object not const correct

2011-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #10 from Steven Schveighoffer schvei...@yahoo.com 2011-04-12 06:35:27 PDT --- Just a note regarding bug 3916, the issue extends into the global opEquals function for object, it must also be const correct. -- Configure issuemail:

[Issue 1824] Object not const correct

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added CC|

[Issue 1824] Object not const correct

2009-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 Sobirari Muhomori ma...@pochta.ru changed: What|Removed |Added CC||dav...@126.com

[Issue 1824] Object not const correct

2009-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 Sobirari Muhomori ma...@pochta.ru changed: What|Removed |Added CC||somea...@yahoo.com

[Issue 1824] Object not const correct

2009-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #5 from ma...@pochta.ru 2009-02-03 06:22 --- Additional note: many classes in object.di are declared with mutable members. Shouldn't ClassInfo, TypeInfo etc. be invariant? --