[Issue 14232] redundant attribute 'const'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Feb 28 20:31:11 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14232

--- Comment #5 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
this effectively turns compiler code to unmaintainable spaghetti. and i believe
that this is the perfect application for lint-like tool (yes, devs can finally
bless dfix). with dfix blessed and considered the part of the compiler such
bigfixes can be accompanied by a PR with new rule for dfix. this will solve the
problem and allow keeping frontend code clean.

--


More information about the Digitalmars-d-bugs mailing list