digitalmars.D.bugs - [Issue 1846] New: bitmanip.BitArray.opIndex need const read-only version
- d-bugmail puremagic.com (16/16) Feb 17 2008 http://d.puremagic.com/issues/show_bug.cgi?id=1846
- d-bugmail puremagic.com (11/11) Feb 17 2008 http://d.puremagic.com/issues/show_bug.cgi?id=1846
- Janice Caron (7/9) Feb 17 2008 Including
- Sergey Gromov (5/11) Feb 17 2008 Andrei doesn't seem to monitor this group. Use Bugzilla's Comment
- Janice Caron (2/11) Feb 17 2008 I already put that one in bugzilla. I was just quietly reminding folk of...
- d-bugmail puremagic.com (10/10) Mar 06 2008 http://d.puremagic.com/issues/show_bug.cgi?id=1846
http://d.puremagic.com/issues/show_bug.cgi?id=1846 Summary: bitmanip.BitArray.opIndex need const read-only version Product: D Version: unspecified Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla digitalmars.com ReportedBy: someanon yahoo.com function std.bitmanip.BitArray.opIndex (uint) does not match parameter types (int) Error: opIndex can only be called on a mutable object, not const(BitArray) --
Feb 17 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1846 andrei metalanguage.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED In fact it only needs the const version. I made the change and a unittest, and will commit to the next release. There's going to be many const annotations to do throughout the library... Andrei --
Feb 17 2008
There's going to be many const annotations to do throughout the library...Including const int opCmp(in Object o) const bool object.opEquals(in Object o) const hash_t object.toHash() const string object.toString() in Object? Please...?
Feb 17 2008
Janice Caron <caron800 googlemail.com> wrote:Andrei doesn't seem to monitor this group. Use Bugzilla's Comment facilities if you want his attention. -- SnakEThere's going to be many const annotations to do throughout the library...in Object? Please...?
Feb 17 2008
On 18/02/2008, Sergey Gromov <snake.scaly gmail.com> wrote:Janice Caron <caron800 googlemail.com> wrote:I already put that one in bugzilla. I was just quietly reminding folk of it. :-)Andrei doesn't seem to monitor this group. Use Bugzilla's Comment facilities if you want his attention.There's going to be many const annotations to do throughout the library...in Object? Please...?
Feb 17 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1846 braddr puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Marking resolved. Changes from the original report was released in 2.011. The second issues is duplicated over in issue 1824 --
Mar 06 2008