dmd 1.053 and 2.037 release
    Lars T. Kyllingstad 
    public at kyllingen.NOSPAMnet
       
    Mon Dec  7 03:02:41 PST 2009
    
    
  
Don wrote:
> Walter Bright wrote:
>> Probably the biggest thing is opDispatch!
>>
>> http://www.digitalmars.com/d/1.0/changelog.html
>> http://ftp.digitalmars.com/dmd.1.053.zip
>>
>>
>> http://www.digitalmars.com/d/2.0/changelog.html
>> http://ftp.digitalmars.com/dmd.2.037.zip
>>
>> Many thanks to the numerous people who contributed to this update.
> 
> I just noticed: I don't see @property in the changelog anywhere, but 
> it's now in the spec. @safe, @trusted, @system aren't there either.
Do @safe, @trusted and @system actually do anything yet?
It seems @property now enforces the "0 or 1 parameter" constraint, but 
one can still use property syntax to call non- at property functions.
-Lars
    
    
More information about the Digitalmars-d-announce
mailing list