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

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8552


Kenji Hara  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE


--- Comment #3 from Kenji Hara  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: ---


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

2013-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8552


hst...@quickfur.ath.cx changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||hst...@quickfur.ath.cx
 Resolution||FIXED


--- Comment #2 from hst...@quickfur.ath.cx 2013-01-03 20:52:25 PST ---
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

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


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

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8552


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@eml.cc 2012-08-15 11:03:07 PDT ---
See Issue 8549

(But maybe both are dupes of an older bug report of mine)

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