September 16, 2011 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #11 from Kenji Hara <k.hara.pg@gmail.com> 2011-09-16 03:44:11 PDT --- I have posted patches. https://github.com/D-Programming-Language/dmd/pull/387 https://github.com/D-Programming-Language/druntime/pull/72 https://github.com/D-Programming-Language/phobos/pull/262 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 08, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 Stewart Gordon <smjg@iname.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|patch |pull CC| |smjg@iname.com --- Comment #12 from Stewart Gordon <smjg@iname.com> 2012-02-08 09:13:29 PST --- Any chance of this being folded in for the upcoming 2.058 release? I am working on porting my libraries to D2, and it would be good to have this done and dusted so that I don't have to work around it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 08, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #13 from Steven Schveighoffer <schveiguy@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 right now. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 08, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com --- Comment #14 from Walter Bright <bugzilla@digitalmars.com> 2012-02-08 12:40:03 PST --- I intend to deal with this at the beginning of the next release cycle. It is a disruptive change. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 08, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #15 from Stewart Gordon <smjg@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 list that has just appeared on the site. Where are you at with it at the moment? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 08, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #16 from Walter Bright <bugzilla@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 pretty disruptive change. There are some significant issues, like toHash in std.stream is very impure. All that needs to be worked out. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 09, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #17 from github-bugzilla@puremagic.com 2012-07-08 19:39:59 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/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: ------- |
July 23, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #18 from github-bugzilla@puremagic.com 2012-07-22 21:47:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/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 github-bugzilla@puremagic.com 2012-07-22 21:47:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/9940579f73d4d540aa22df1d5bce49d61c43855f Minimal reverting of Issue 1824 - Object not const correct https://github.com/D-Programming-Language/phobos/commit/9d91e1de2fa7502988762a466a7858fd9599c599 Merge pull request #702 from 9rnsr/rev_const Minimal reverting of Issue 1824 - Object not const correct -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 23, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #18 from github-bugzilla@puremagic.com 2012-07-22 21:47:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/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 github-bugzilla@puremagic.com 2012-07-22 21:47:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/9940579f73d4d540aa22df1d5bce49d61c43855f Minimal reverting of Issue 1824 - Object not const correct https://github.com/D-Programming-Language/phobos/commit/9d91e1de2fa7502988762a466a7858fd9599c599 Merge pull request #702 from 9rnsr/rev_const Minimal reverting of Issue 1824 - Object not const correct -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 23, 2012 [Issue 1824] Object not const correct | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1824 --- Comment #20 from github-bugzilla@puremagic.com 2012-07-22 21:49:05 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/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: ------- |
Copyright © 1999-2021 by the D Language Foundation