http://d.puremagic.com/issues/show_bug.cgi?id=9635
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull CC| |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-03-04 20:32:13 PST --- (In reply to comment #0) > Is it possible to generate an error message like this, that suggests how to > fix > the problem? > > temp.d(4): Error: need 'this' for 'i' of type int[1u]. Use typeof(i[0]).max > instead This could end up being arbitrarily hard to implement, so I'll just improve the wording of the error message like I've mentioned. https://github.com/D-Programming-Language/dmd/pull/1721 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
