December 05, 2004
Russell Wilkins wrote:
> I've also downloaded dmd.109.zip from the ftp site and dmd shows it's version 109 :-)

Could you do an upload to Wiki4D to make it available while
the server is down?

<http://www.prowiki.org/wiki4d/wiki.cgi?action=upload&id_target=MessageBoard>

  username: duser
  password: duser

it would then be available as link from the page MessageBoard and as:

  <http://www.prowiki.org/upload/duser/dmd.109.zip>



December 05, 2004
KTC wrote:

> Sebastian Beschke <s.beschke@gmx.de> for some reason wrote:
> 
>> Walter wrote:
>>> http://www.digitalmars.com/d/changelog.html
>> 
>> The server seems to be down ATM... first time I've seen that happen ^^
>> 
>> Waaaaahhh... I want my 109! *cries*
>> 
>> -Sebastian
> 
> 
> ftp://digitalmars.com/dmd.109.zip
> 
> The http server is down, the ftp is still up :-)
> 
> 
> KTC
> 

But only the windows version in the package is up to date.  The linux version is still 0.108.
December 05, 2004
Helmut Leitner wrote:
> Russell Wilkins wrote:
> 
>> I've also downloaded dmd.109.zip from the ftp site and dmd shows it's version 109 :-)
> 
> 
> Could you do an upload to Wiki4D to make it available while
> the server is down?
> 
> <http://www.prowiki.org/wiki4d/wiki.cgi?action=upload&id_target=MessageBoard> 
> 
> 
>   username: duser
>   password: duser
> 
> it would then be available as link from the page MessageBoard and as:
> 
>   <http://www.prowiki.org/upload/duser/dmd.109.zip>
> 
> 
> 

Done.
December 05, 2004
On Sun, 05 Dec 2004 13:44:39 +0100, Sebastian Beschke <s.beschke@gmx.de> wrote:

> Walter wrote:
>> http://www.digitalmars.com/d/changelog.html
>
> The server seems to be down ATM... first time I've seen that happen ^^
>
> Waaaaahhh... I want my 109! *cries*
>
> -Sebastian

ftp://ftp.digitalmars.com/dmd.109.zip

-- 
"Unhappy Microsoft customers have a funny way of becoming Linux,
Salesforce.com and Oracle customers." - www.microsoft-watch.com:
"The Year in Review: Microsoft Opens Up"
December 05, 2004
"John Reimer" <brk_6502@yahoo.com> wrote in message news:cova06$2dbv$1@digitaldaemon.com...
> But only the windows version in the package is up to date.  The linux version is still 0.108.

Fixed. :-)


December 05, 2004
KTC wrote:
> Sebastian Beschke <s.beschke@gmx.de> for some reason wrote:

So me not getting the new dmd is not a reason to post here? We obviously disagree ^^

> 
> ftp://digitalmars.com/dmd.109.zip
> 
> The http server is down, the ftp is still up :-)

Thanks, hadn't noticed. :)
> 
> KTC
> 

-Sebastian
December 06, 2004
On Sun, 5 Dec 2004 01:19:21 -0800, Walter <newshound@digitalmars.com> wrote:

Yay! the site is back up!

New/Changed Features
- super.id and this.id now work if id does not need a 'this' pointer.
Bugs Fixed
- Fixed constant folding problem with complex numbers.
- Fixed class member initialize bug.
- Fixed compiler gpf on bit sizeof.
- Now correctly diagnoses some forward reference errors.
- Fixed error recovery on minusing template as a variable.
- Fixed internal error e2ir 1158
- Fixed Assertion failure: '0' on line 661 in file 'expression.c'
- Fixed synchronized property call omitting ().

Get it at: ftp://ftp.digitalmars.com/dmd.109.zip

BTW, Walter: expression.c now fails on 665 :D

-- 
"Unhappy Microsoft customers have a funny way of becoming Linux,
Salesforce.com and Oracle customers." - www.microsoft-watch.com:
"The Year in Review: Microsoft Opens Up"
December 06, 2004
"Simon Buchan" <currently@no.where> wrote in message news:opsikpj7scjccy7t@simon.mshome.net...
> BTW, Walter: expression.c now fails on 665 :D

As usual, I need a reproducible test case. <g>


December 06, 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Walter schrieb am Sun, 5 Dec 2004 23:53:03 -0800:
>
> "Simon Buchan" <currently@no.where> wrote in message news:opsikpj7scjccy7t@simon.mshome.net...
>> BTW, Walter: expression.c now fails on 665 :D
>
> As usual, I need a reproducible test case. <g>

The old

http://svn.kuehne.cn/dstress/run/bug_expression_661_A.d

still applies. The source "assert(0);" only shifted 4 lines down ;)

Thomas

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.13 (GNU/Linux)

iD8DBQFBtB4N3w+/yD4P9tIRAje+AJ9McgKVM0KC2yjYU00k1Z67lS3SLwCfZSUS
RX+T9J65ZwIwx3hBNU9gQN4=
=9aXD
-----END PGP SIGNATURE-----
December 06, 2004
Thanks!