January 03, 2007
BCS wrote:
> Charles D Hixson wrote:
>> I'm not sure the hit counts can be trusted.  I've gotten several partial downloads on this version.  (Most of them have been around 12MB, so it may be upstream caches which wouldn't affect the hit counts, but a few have been sizable, over half the published size.  One was all but 6MB.
>> )
> 
> Huh? dmd.1.00.zip is only 4MB?

Yup.


Sean
January 03, 2007
Was about to turn off my computer
but then - big surprise - found 1.0 much
earlier than anticipated.

Congrats! Good luck for your next steps!



January 03, 2007
Walter Bright wrote:

> 
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.1.00.zip

*Raises glass*

Heres to you Walter!  All that is left is to convince the masses whose brains have been hopelessly addled by C++ to adopt!!

Thanks again for all your work on D.

-DavidM
January 03, 2007
Walter Bright wrote:
> 
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.1.00.zip

That's good news -- congratulations!
January 04, 2007
"Walter Bright" <newshound@digitalmars.com> wrote in message news:enfc29$2pbo$1@digitaldaemon.com...
>
>
> http://www.digitalmars.com/d/changelog.html
>
> http://ftp.digitalmars.com/dmd.1.00.zip

Yes!


January 04, 2007
Congratulations Walter.

Thankyou

"Walter Bright" <newshound@digitalmars.com> escribió en el mensaje news:enfc29$2pbo$1@digitaldaemon.com...
>
>
> http://www.digitalmars.com/d/changelog.html
>
> http://ftp.digitalmars.com/dmd.1.00.zip


January 04, 2007
Thank you, Walter, ... and congratulations to everybody!!! :D

Walter Bright escribió:
> 
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.1.00.zip
January 04, 2007
Frits van Bommel escribió:
> Ary Manzana wrote:
>> Thanks for outputing the imports on the -v flag. It will make some things really much more easier.
>>
>> However, I tried compiling this file with "dmd -v main.d":
>>
>> main.d
>> ------
>> # import std.stdio;
>> # import a;
>> #
>> # void main() { }
>>
>> (a.d contains "module a;")
>>
>> and I get this in the output:
>>
>> c:\dmd\programas>dmd -v main.d
>>  > parse     main
>>  > semantic  main
>>  > semantic2 main
>>  > semantic3 main
>>  > code      main
>>  > generating code for function 'main'
>>  > c:\dmd\dmd\bin\..\..\dm\bin\link.exe main,,,user32+kernel32/noi;
>>
>> The imports are not getting printed. Am I doing something wrong?
> 
> It works for me:
> -----
> urxae@urxae:~/tmp$ cat test.d
> import std.stdio;
> import a;
> 
> void main() { }
> urxae@urxae:~/tmp$ dmd -v test.d
> parse     test
> semantic  test
> import    object
> import    std.stdio
> import    std.c.stdio
> import    std.c.stddef
> import    std.c.stdarg
> import    std.format
> import    std.stdarg
> import    std.utf
> import    std.c.stdlib
> import    std.c.string
> import    std.string
> import    std.uni
> import    std.array
> import    std.ctype
> import    a
> test.d(2): module a cannot read file 'a.d'
> -----
> (This is on Linux)
> That last line is to be expected, of course ;)
> 
> So either this is a Windows-only bug (the header of your post indicates it was made from Windows) or you didn't correctly install v1.00...

Has anyone else had the same problem?
January 04, 2007
As we say in the Hispanic Community,

FELICIDADES TO ALL D PROGRAMMERS.

Oh yeah, and Walter too. :-)

What a happy new 2007, huh?

Gracias, Walter!

josé
January 04, 2007
Walter Bright wrote:
> 
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.1.00.zip

Congrats, To you and the community.

Zz