[Issue 13126] Error: redundant storage class 'static'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 13 14:22:47 PDT 2014


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

--- Comment #6 from Jacob Carlborg <doob at me.com> ---
(In reply to Walter Bright from comment #3)
> I agree that it was invalid code that should never have been accepted, but
> it was harmless enough and I was thinking along the lines of easing the
> transition.

Yes, easing the transition would be nice.

> Jacob, is this really a problem to fix? Is static static pervasive in your
> code, or just one spot?

No, it's not a problem to fix. It's just one spot, so far. I'm getting new
regressions after fixing this.

Calming that D is stable and ready for production but not be able to easy
transitions like this doesn't go hand in hand in my opinion. Especially since
the extra "static" was probably a noop to being with. There have been
regressions in DWT for every release since, probably, 2.050.

--


More information about the Digitalmars-d-bugs mailing list