[Issue 8552] Bogus diagnostic when member function call doesn't match constancy

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 7 07:10:39 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=8552


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |DUPLICATE


--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> 2013-01-07 07:10:36 PST ---
(In reply to comment #2)
> Seems fixed in latest git head:
> 
> $ dmd test.d
> test.d(30): Error: mutable method test.SimpleCaseEntry.isUpper is not callable
> using a const object
> test.d(31): Error: mutable method test.SimpleCaseEntry.isLower is not callable
> using a const object

The lack of information about qualifier mismatching is fixed by bug 6707.
After that, the error message is improved by fixing bug 1730.

Both are fixed in 2.061.

*** This issue has been marked as a duplicate of issue 6707 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list