Re: std.complex

2010-05-09 Thread eles
Thank you, Don. I saw your post on the http://news.gmane.org/ gmane.comp.lang.d.dmd.beta group. I'll wait for the next release. Does anybody knows about when the http://d.puremagic.com/issues/ show_bug.cgi?id=2460 (DMD bug 2460) will be addressed?

Re: std.complex

2010-05-09 Thread Don
eles wrote: Hello, I just installed dmd 2.045 (unarchived in c:\dmd2) and put c: \dmd2\windows2\bin on path. Compiling the following: import std.complex; int main(){ return 0; } fails with: C:\dmd2>dmd test.d OPTLINK (R) for Win32 Release 8.00.2 Copyright (C) Digital Mars 1989-20

Re: std.complex

2010-05-09 Thread Lars T. Kyllingstad
On Sun, 09 May 2010 18:57:08 +, eles wrote: > actually, i think 2.045 was the second (after 2.044) release to include > std.complex. You are right, what's in Phobos now is the new std.complex. > as i understand, std.complex should replace the native types cfloat, > creal, ifloat, ireal etc.

Re: std.complex

2010-05-09 Thread eles
actually, i think 2.045 was the second (after 2.044) release to include std.complex. as i understand, std.complex should replace the native types cfloat, creal, ifloat, ireal etc. i was eager to test the new std.complex. it seems that some work is still needed. maybe someone could submit a bug re

Re: std.complex

2010-05-09 Thread Robert Clipsham
On 09/05/10 14:41, div0 wrote: Though I think there's been discussion about the whole complex number support. Not sure what's going off but I think it's going to overhauled or replaced, so you'd be better off not using std.complex std.complex has just undergone its major rewrite, I'm not sure i

Re: std.complex

2010-05-09 Thread div0
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 eles wrote: > Thanks for your answer. Me too, I prefer working on linux but for > some reasons I remain on windows until dmd goes 64-bit. > > For the record, std.stdio works fine: > > Compiling > > import std.stdio; > > int main(){ > writefln("hell

Re: Example in the overview

2010-05-09 Thread R.Tenton
Thanks!

Re: std.complex

2010-05-09 Thread eles
Thanks for your answer. Me too, I prefer working on linux but for some reasons I remain on windows until dmd goes 64-bit. For the record, std.stdio works fine: Compiling import std.stdio; int main(){ writefln("hello!\n"); return 0; } results in: C:\dmd2>dmd test.d C:\dmd2>test hello!

Re: Example in the overview

2010-05-09 Thread bearophile
R.Tenton: > That would be nice. http://d.puremagic.com/issues/show_bug.cgi?id=4164

Re: Example in the overview

2010-05-09 Thread R.Tenton
That would be nice.

Re: Example in the overview

2010-05-09 Thread bearophile
R.Tenton: > Or is this the wrong place to ask? The right place to report errors in the docs is the bugzilla... But if you don't want to subscribe some people here can do it for you. Bye, bearophile

Re: Example in the overview

2010-05-09 Thread R.Tenton
The sieve algorith was not my problem. I wanted to point out that the example is totally screwed up, so it would be corrected. Or is this the wrong place to ask?