www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - LDC 0.9.2 release candidate 3

reply Christian Kamm <kamm-incasoftware removethis.de> writes:
Here's a new release candidate featuring a few fixes by klickverbot, fawzi, 
wilsonk and Deewiant as well as DMDFE 1.057. It's still using LLVM 2.6 and 
Tango 0.99.9 and is available for Linux x86-64 at:

http://www.incasoftware.de/~kamm/ldc/ldc-0.9.2-x86_64-rc3.tbz2

The plan is to release the new version of LDC next week. If someone feels 
like building and bundling it for 32 bit systems, I'd gladly host it and 
include it in the announcement.

Regards,
Christian
Mar 09 2010
next sibling parent bearophile <bearophileHUGS lycos.com> writes:
Christian Kamm:

 Here's a new release candidate featuring a few fixes by klickverbot, fawzi, 
 wilsonk and Deewiant as well as DMDFE 1.057. It's still using LLVM 2.6 and 
 Tango 0.99.9 and is available for Linux x86-64 at:
I suggest to post such things in the announce newsgroup.
 If someone feels 
 like building and bundling it for 32 bit systems, I'd gladly host it and 
 include it in the announcement.
Can't you add something to this site? https://launchpad.net/~d-language-packagers/+archive/ppa Bye, bearophile
Mar 09 2010
prev sibling next sibling parent reply Don <nospam nospam.com> writes:
Christian Kamm wrote:
 Here's a new release candidate featuring a few fixes by klickverbot, fawzi, 
 wilsonk and Deewiant as well as DMDFE 1.057. It's still using LLVM 2.6 and 
 Tango 0.99.9 and is available for Linux x86-64 at:
 
 http://www.incasoftware.de/~kamm/ldc/ldc-0.9.2-x86_64-rc3.tbz2
 
 The plan is to release the new version of LDC next week. If someone feels 
 like building and bundling it for 32 bit systems, I'd gladly host it and 
 include it in the announcement.
 
 Regards,
 Christian
Cool! Is there any chance of an update to the dstress page? It'd be great to see how both LDC and DMD are doing, even if only a few times per year.
Mar 09 2010
parent reply Robert Clipsham <robert octarineparrot.com> writes:
On 09/03/10 20:59, Don wrote:
 Christian Kamm wrote:
 Here's a new release candidate featuring a few fixes by klickverbot,
 fawzi, wilsonk and Deewiant as well as DMDFE 1.057. It's still using
 LLVM 2.6 and Tango 0.99.9 and is available for Linux x86-64 at:

 http://www.incasoftware.de/~kamm/ldc/ldc-0.9.2-x86_64-rc3.tbz2

 The plan is to release the new version of LDC next week. If someone
 feels like building and bundling it for 32 bit systems, I'd gladly
 host it and include it in the announcement.

 Regards,
 Christian
Cool! Is there any chance of an update to the dstress page? It'd be great to see how both LDC and DMD are doing, even if only a few times per year.
I tried to get some dstress runs done when the first release canidate came out, the test runner keeps crashing on me for some reason though (that's also the reason why automated dstress runs on LDC commits stopped). I'll try with a clean install of everything soon and see how things go. Unless someone beats me to it of course :)
Mar 09 2010
parent reply "Nick Sabalausky" <a a.a> writes:
"Robert Clipsham" <robert octarineparrot.com> wrote in message 
news:hn6lau$sib$1 digitalmars.com...
 ...the test runner keeps crashing...
Does anyone else besides me find that hilarious?
Mar 09 2010
parent reply Robert Clipsham <robert octarineparrot.com> writes:
On 09/03/10 23:41, Nick Sabalausky wrote:
 "Robert Clipsham"<robert octarineparrot.com>  wrote in message
 news:hn6lau$sib$1 digitalmars.com...
 ...the test runner keeps crashing...
Does anyone else besides me find that hilarious?
I don't see the funny side, am I missing the joke? I might add that the test runner is written in C and it's barely been modified since it was first written 5 years ago... Volunteers to port it to D?
Mar 10 2010
parent reply "Nick Sabalausky" <a a.a> writes:
"Robert Clipsham" <robert octarineparrot.com> wrote in message 
news:hn8joc$1isq$1 digitalmars.com...
 On 09/03/10 23:41, Nick Sabalausky wrote:
 "Robert Clipsham"<robert octarineparrot.com>  wrote in message
 news:hn6lau$sib$1 digitalmars.com...
 ...the test runner keeps crashing...
Does anyone else besides me find that hilarious?
I don't see the funny side, am I missing the joke? I might add that the test runner is written in C and it's barely been modified since it was first written 5 years ago... Volunteers to port it to D?
The idea of a tool designed to help improve reliability that, itself, keeps crashing, just seems amusingly ironic.
Mar 10 2010
parent Robert Clipsham <robert octarineparrot.com> writes:
On 10/03/10 18:03, Nick Sabalausky wrote:
 The idea of a tool designed to help improve reliability that, itself, keeps
 crashing, just seems amusingly ironic.
Gotcha, haha... Time for a test suite for the test suite then :D
Mar 10 2010
prev sibling parent reply sybrandy <sybrandy gmail.com> writes:
Will LDC support D 2.0 and Phobos in the future?  If so, do you have an 
estimate on when?

Casey
Mar 09 2010
parent Robert Clipsham <robert octarineparrot.com> writes:
On 09/03/10 23:16, sybrandy wrote:
 Will LDC support D 2.0 and Phobos in the future?  If so, do you have an
 estimate on when?

 Casey
At some point, probably... it doesn't look like it's going to happen any time soon though. I was working on it, and managed to get druntime compiling (and almost completely running), I just don't have time to work on it any more though. It seems the other LDC developers have also been busy in this respect, so unless someone picks up from where I left off it could be a while.
Mar 09 2010