[Issue 4205] Strange error message when trying to call unknown method on string
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 20 10:30:34 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4205
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich at gmail.com
Resolution| |FIXED
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-10-20 10:30:33 PDT ---
These are now:
test.d(11): Error: undefined identifier 'toHash'
test.d(12): Error: undefined identifier 'someFunc'
test.d(15): Error: undefined identifier 'someFunc'
test.d(17): Error: undefined identifier 'toHash'
test.d(18): Error: undefined identifier 'someFunc'
Which is one step forward and one step back. I'd prefer 'Error: no property
'toHash' for type 'int'', but I guess the new error is due to UFCS support.
Still the 'module' stuff is gone, so marking fixed.
--
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