any news on const/invariant?

Jason House jason.james.house at gmail.com
Mon Nov 26 14:26:00 PST 2007


Walter Bright Wrote:

> Jason House wrote:
> > How about documentation of how const will work.  Is this essentially
> > what was originally posted in the "const is broken" thread?  Or are
> > there new surprises in store for us?
> 
> I don't remember the details of that, but the nutshell version is:
> 
> 1) no more final for variables
> 2) no more 'head const' or 'tail const', it's all just 'const'
> 3) ditto (2) for invariant
> 
> It should be working as one would intuitively expect it to.

Sounds about the same...  I remember it as "transitive const".
Looking at changeset 512, I can see only a few small changes:
* const after functions for const functions
* "static const" instead of just "const" for a few global constants

Is the 2nd one just code cleanup or does it have a deeper reason?

PS: It really is interesting to see just how little you've changed over the previous code.  If I remember right, the original framework caused grumblings about how hard it was to use string constants.  Since very little of that code has changed (I'm guessing), has this become any easier for developers?

PSS: I haven't used D 2.0 yet, so my questions may be ignorant.  It wasn't anything specific to D 2.0 except that Tango didn't work on it and gdc didn't support it.  Mac support was more important to me than cost support.



More information about the Digitalmars-d mailing list