Re: dmd 1.050 and 2.035 release

2009-10-23 Thread digited
Walter Bright Wrote: > The main purpose of this is to correct a couple of regressions that were > blocking QtD and Tango. > > http://www.digitalmars.com/d/1.0/changelog.html > http://ftp.digitalmars.com/dmd.1.050.zip > > > http://www.digitalmars.com/d/2.0/changelog.html > http://ftp.digitalmar

Re: std.json and std.uni

2009-10-23 Thread Dejan Lekic
Wow! I just _love_ your std.uni module!

Re: DMD svn and contract inheritance

2009-10-23 Thread Dejan Lekic
LDC2 does not work at all on my 64bit GNU/Linux box, while GDC works without any problems (v2.014). Also D2 applications I wrote work well too. Sure, old version of D2 is supported so many cool features are missing, that is why I hoped some more up-to-date version of GDC will soon be releas

Re: dmd 1.050 and 2.035 release

2009-10-23 Thread Michael P.
digited Wrote: > Walter Bright Wrote: > > > The main purpose of this is to correct a couple of regressions that were > > blocking QtD and Tango. > > > > http://www.digitalmars.com/d/1.0/changelog.html > > http://ftp.digitalmars.com/dmd.1.050.zip > > > > > > http://www.digitalmars.com/d/2.0/ch

Re: dmd 1.050 and 2.035 release

2009-10-23 Thread Leandro Lucarella
Michael P., el 23 de octubre a las 15:36 me escribiste: > digited Wrote: > > > Walter Bright Wrote: > > > > > The main purpose of this is to correct a couple of regressions that were > > > blocking QtD and Tango. > > > > > > http://www.digitalmars.com/d/1.0/changelog.html > > > http://ftp.digit

Re: parallelFuture

2009-10-23 Thread dsimcha
== Quote from Tim Matthews (tim.matthe...@gmail.com)'s article > dsimcha wrote: > > For now, parallelFuture was designed with a single producer, multiple worker > > model. Absolutely no attempt was made to allow for tasks running in the > > task pool > > to themselves submit jobs to the same task

Re: parallelFuture

2009-10-23 Thread Andrei Alexandrescu
dsimcha wrote: Again, code: http://dsource.org/projects/scrapple/browser/trunk/parallelFuture/parallelFuture.d Docs: http://cis.jhu.edu/~dsimcha/parallelFuture.html What license is the library under? Andrei

Re: parallelFuture

2009-10-23 Thread dsimcha
== Quote from Andrei Alexandrescu (seewebsiteforem...@erdani.org)'s article > dsimcha wrote: > > Again, code: > > > > http://dsource.org/projects/scrapple/browser/trunk/parallelFuture/parallelFuture.d > > > > Docs: > > > > http://cis.jhu.edu/~dsimcha/parallelFuture.html > What license is the librar

Re: parallelFuture

2009-10-23 Thread Christopher Wright
Andrei Alexandrescu wrote: dsimcha wrote: Again, code: http://dsource.org/projects/scrapple/browser/trunk/parallelFuture/parallelFuture.d Docs: http://cis.jhu.edu/~dsimcha/parallelFuture.html What license is the library under? Andrei Boost. I suppose you didn't want to look at the sou

Re: parallelFuture

2009-10-23 Thread Andrei Alexandrescu
Christopher Wright wrote: Andrei Alexandrescu wrote: dsimcha wrote: Again, code: http://dsource.org/projects/scrapple/browser/trunk/parallelFuture/parallelFuture.d Docs: http://cis.jhu.edu/~dsimcha/parallelFuture.html What license is the library under? Andrei Boost. I suppose you did

Re: parallelFuture

2009-10-23 Thread dsimcha
== Quote from Andrei Alexandrescu (seewebsiteforem...@erdani.org)'s article > Christopher Wright wrote: > > Andrei Alexandrescu wrote: > >> dsimcha wrote: > >>> Again, code: > >>> > >>> http://dsource.org/projects/scrapple/browser/trunk/parallelFuture/parallelFuture.d > >>> > >>> > >>> Docs: > >>>