Thread overview
DMD 0.97 release
Jul 28, 2004
Walter
Jul 30, 2004
Stewart Gordon
Jul 30, 2004
Walter
Jul 30, 2004
J Anderson
Jul 30, 2004
Stewart Gordon
Jul 31, 2004
J Anderson
July 28, 2004
Bug fixes that seemed to be holding up a number of projects.

http://www.digitalmars.com/d/changelog.html



July 30, 2004
Walter wrote:

> Bug fixes that seemed to be holding up a number of projects.
> 
> http://www.digitalmars.com/d/changelog.html

Good to see some deprecation bugs fixed.  But still quite a few remain - I'll post another testcase over on .bugs.

And I'm surprised that the attribute overloading bug isn't fixed with other attributes (static, access specifiers, whatever else).  It would have seemed to be the same underlying cause.

So you didn't like my common-sense-inspired additions to std.stream? What a shame....

(Or did you think it should wait till we get a specialised text file I/O system?)

Stewart.

-- 
My e-mail is valid but not my primary mailbox.  Please keep replies on the 'group where everyone may benefit.
July 30, 2004
Walter wrote:

>Bug fixes that seemed to be holding up a number of projects.
>
>http://www.digitalmars.com/d/changelog.html
>
>
>  
>
Am I imagining things or have you forgot to increment the version number that appears when you type dmd?  I get .92.  I checked the file date in the zip which is 7/28 so I'm guessing its the correct version ;)

-- 
-Anderson: http://badmama.com.au/~anderson/
July 30, 2004
J Anderson wrote:

> Walter wrote:
> 
>> Bug fixes that seemed to be holding up a number of projects.
>>
>> http://www.digitalmars.com/d/changelog.html
>
> Am I imagining things or have you forgot to increment the version number that appears when you type dmd?  I get .92.  I checked the file date in the zip which is 7/28 so I'm guessing its the correct version ;)

Works for me.  Are you sure you remembered to extract it?

It's a mistake I make from time to time.  In WinZip at least, if a file happens to be selected when you press Extract, it will default to extracting only the selected file unless you tell it otherwise.

Stewart.

-- 
My e-mail is valid but not my primary mailbox.  Please keep replies on the 'group where everyone may benefit.
July 30, 2004
"Stewart Gordon" <smjg_1998@yahoo.com> wrote in message news:ced6ft$2eam$1@digitaldaemon.com...
> So you didn't like my common-sense-inspired additions to std.stream? What a shame....
>
> (Or did you think it should wait till we get a specialised text file I/O
> system?)

More like I'm inundated with stuff, and I work on what seems most important at the moment.


July 31, 2004
Stewart Gordon wrote:

> J Anderson wrote:
>
>> Walter wrote:
>>
>>> Bug fixes that seemed to be holding up a number of projects.
>>>
>>> http://www.digitalmars.com/d/changelog.html
>>
>>
>> Am I imagining things or have you forgot to increment the version number that appears when you type dmd?  I get .92.  I checked the file date in the zip which is 7/28 so I'm guessing its the correct version ;)
>
>
> Works for me.  Are you sure you remembered to extract it?
>
> It's a mistake I make from time to time.  In WinZip at least, if a file happens to be selected when you press Extract, it will default to extracting only the selected file unless you tell it otherwise.
>
> Stewart.
>
Your right.  I typed c:\dmd instead of c:\

-- 
-Anderson: http://badmama.com.au/~anderson/