[Issue 14232] redundant attribute 'const'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Mar 5 18:32:44 PST 2015


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

Dicebot <public at dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |public at dicebot.lv
         Resolution|WONTFIX                     |---

--- Comment #6 from Dicebot <public at dicebot.lv> ---
> Fixing something like this takes so little time that nobody cares.

This is fundamentally flawed attitude I wish was less common in D community. As
someone who is responsible for fixing stuff I don't even slightly care if
required change is trivial or not - what I care most that the code that used to
work (and work correctly!) suddenly stopped compiling with no warning and/or
explanation. There shouldn't be legitimate reason for doing things like that
ever, not matter how trivial and justified change is.

Breaking changes are awesome but only when they are done right. I want to be
sure that if I update the compiler stuff that wasn't warned in previous release
will keep compiling. This is bare minimum for planning sane upgrades.

--


More information about the Digitalmars-d-bugs mailing list