Re: Tango 0.99.8 Sean released

2009-03-29 Thread goshawk
Christian Kamm wrote: > Lars Kyllingstad Wrote: >> Are there plans to release a Tango-LDC bundle any time soon? > > Yes. There will be a new release of LDC that comes bundled with Tango > 0.99.8. Can you please give us a deadline for it (if there is of course) ? :) -- Vincenzo Ampolo http://go

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Chad J
Lars Ivar Igesund wrote: > Chad J wrote: > >> I was a bit annoyed by the API/Modules modality in the latter docs. >> It'd be nice if the "Modules" list became collapsible and put the API >> elements as children of each module. It seems the newer(?) version of >> the docs is collapsible, but has y

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Robert Fraser
Lars Ivar Igesund wrote: Dear D community A new version of Tango is now available for download. The release is named after Sean Kelly for his past work on the Tango runtime and now druntime. The release have several new features, and fairly major changes to tie the IO even closer together. To

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Christopher Wright
Nick Sabalausky wrote: "Lars Ivar Igesund" wrote in message news:gqkpm7$2ci...@digitalmars.com... The CSS and DDoc macro's are in SVN, I think most of what you mention can be fixed via that so feel free to suggest patches. A note on fonts; I think none are currently specified meaning that what

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Lars Ivar Igesund
Chad J wrote: > Lars Ivar Igesund wrote: >> Dear D community >> >> -- >> >> Signed, >> >> The Tango Team >> > (Also Jacob commented on the docs.) > > I'll give some critique on the new dil-generated docs as well. > > I'm looking at these two links: > http://www.dsource.org/projects/tango

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Nick Sabalausky
"torhu" wrote in message news:gqllhn$pf...@digitalmars.com... > On 28.03.2009 17:57, Nick Sabalausky wrote: >> "Lars Ivar Igesund" wrote in message >> news:gqkpm7$2ci...@digitalmars.com... >>> >>> The CSS and DDoc macro's are in SVN, I think most of what you mention >>> can >>> be >>> fixed

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Chad J
Lars Ivar Igesund wrote: > Dear D community > > -- > > Signed, > > The Tango Team > (Also Jacob commented on the docs.) I'll give some critique on the new dil-generated docs as well. I'm looking at these two links: http://www.dsource.org/projects/tango/docs/0.99.8/ http://dil.googlecode

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Trass3r
Trass3r schrieb: Steven Schveighoffer schrieb: Because you haven't submitted a ticket for it yet ;) http://www.dsource.org/projects/tango/newticket Good idea. I also have a problem with non-ASCII characters. But I couldn't find out the cause yet :( [sendCommand] Sending command 'CWD Drecks

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Rui Miguel Coelho Viegas Justino
Lars Ivar Igesund wrote: > Dear D community > > -- > > Signed, > > The Tango Team Thank you.

Re: Tango 0.99.8 Sean released

2009-03-28 Thread torhu
On 28.03.2009 17:57, Nick Sabalausky wrote: "Lars Ivar Igesund" wrote in message news:gqkpm7$2ci...@digitalmars.com... The CSS and DDoc macro's are in SVN, I think most of what you mention can be fixed via that so feel free to suggest patches. A note on fonts; I think none are currently sp

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Nick Sabalausky
"Lars Ivar Igesund" wrote in message news:gqkpm7$2ci...@digitalmars.com... > > The CSS and DDoc macro's are in SVN, I think most of what you mention can > be > fixed via that so feel free to suggest patches. A note on fonts; I think > none are currently specified meaning that what you see are th

Re: Tango 0.99.8 Sean released

2009-03-28 Thread Lars Ivar Igesund
Jacob Carlborg wrote: > Lars Ivar Igesund wrote: >> Dear D community >> >> A new version of Tango is now available for download. The release is >> named after Sean Kelly for his past work on the Tango runtime and now >> druntime. The release have several new features, and fairly major changes >>

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Jacob Carlborg
Lars Ivar Igesund wrote: Dear D community A new version of Tango is now available for download. The release is named after Sean Kelly for his past work on the Tango runtime and now druntime. The release have several new features, and fairly major changes to tie the IO even closer together. To

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Trass3r
Steven Schveighoffer schrieb: Because you haven't submitted a ticket for it yet ;) http://www.dsource.org/projects/tango/newticket Good idea. I also have a problem with non-ASCII characters. But I couldn't find out the cause yet :( [sendCommand] Sending command 'CWD Dreckschlüpper ' [readRe

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Steven Schveighoffer
On Fri, 27 Mar 2009 12:33:52 -0400, Trass3r wrote: Lars Ivar Igesund schrieb: * FTP adapter for the VFS by Lester L. Martin II > Why is the code full of duplicates (exit includes the failure case)? scope(failure) { if(conn !is null) conn.close(); } scope(exit) {

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Piotrek
Thank you all D falks. I hope I'll be sooner than later ready to join development efforts on D. Cheers Piotrek

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Trass3r
Lars Ivar Igesund schrieb: * FTP adapter for the VFS by Lester L. Martin II > Why is the code full of duplicates (exit includes the failure case)? scope(failure) { if(conn !is null) conn.close(); } scope(exit) { if(conn !is null) conn.close(); }

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Ellery Newcomer
Lars Ivar Igesund wrote: Dear D community A new version of Tango is now available for download. The release is named after Sean Kelly for his past work on the Tango runtime and now druntime. The release have several new features, and fairly major changes to tie the IO even closer together. To

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Lars Kyllingstad
Christian Kamm wrote: Lars Kyllingstad Wrote: Are there plans to release a Tango-LDC bundle any time soon? Yes. There will be a new release of LDC that comes bundled with Tango 0.99.8. Yay! That's great. :) -Lars

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Christian Kamm
Lars Kyllingstad Wrote: > Are there plans to release a Tango-LDC bundle any time soon? Yes. There will be a new release of LDC that comes bundled with Tango 0.99.8.

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Mike James
Cheers. Regards, mike.

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Lars Kyllingstad
Lars Ivar Igesund wrote: Dear D community A new version of Tango is now available for download. The release is named after Sean Kelly for his past work on the Tango runtime and now druntime. The release have several new features, and fairly major changes to tie the IO even closer together. To

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Don
Nick Sabalausky wrote: "Steven Schveighoffer" wrote in message news:op.urfelis1eav...@steves.networkengines.com... On Thu, 26 Mar 2009 20:22:51 -0400, Steven Schveighoffer wrote: On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund wrote: Dear D community A new version of Tango is now

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Anders F Björklund
Lars Ivar Igesund wrote: A new version of Tango is now available for download. The release is named after Sean Kelly for his past work on the Tango runtime and now druntime. The release have several new features, and fairly major changes to tie the IO even closer together. To make the transiti

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Nick Sabalausky
"Steven Schveighoffer" wrote in message news:op.urfelis1eav...@steves.networkengines.com... > On Thu, 26 Mar 2009 20:22:51 -0400, Steven Schveighoffer > wrote: > >> On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund >> wrote: >> >>> Dear D community >>> >>> A new version of Tango is now av

Re: Tango 0.99.8 Sean released

2009-03-26 Thread Chad J
Lars Ivar Igesund wrote: > Dear D community > > A new version of Tango is now available for download. > ... > > Signed, > > The Tango Team > Awesome! Thank you!

Re: Tango 0.99.8 Sean released

2009-03-26 Thread Christopher Wright
Huzzah! I'm so happy for you! Let the peasants rejoice!

Re: Tango 0.99.8 Sean released

2009-03-26 Thread Steven Schveighoffer
On Thu, 26 Mar 2009 20:22:51 -0400, Steven Schveighoffer wrote: On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund wrote: Dear D community A new version of Tango is now available for download. Just an FYI, the Win32 binary version is not working yet, stay tuned. -Steve Should be

Re: Tango 0.99.8 Sean released

2009-03-26 Thread Moritz Warning
On Fri, 27 Mar 2009 00:45:42 +0100, Lars Ivar Igesund wrote: > Dear D community [..] > Signed, > > The Tango Team Great work everybody!

Re: Tango 0.99.8 Sean released

2009-03-26 Thread Steven Schveighoffer
On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund wrote: Dear D community A new version of Tango is now available for download. Just an FYI, the Win32 binary version is not working yet, stay tuned. -Steve

Re: Tango 0.99.8 Sean released

2009-03-26 Thread Lutger
Wow that's great. Thanks!

Re: Tango 0.99.8 Sean released

2009-03-26 Thread Nick Sabalausky
"Lars Ivar Igesund" wrote in message news:gqh437$2cl...@digitalmars.com... > Dear D community > > A new version of Tango is now available for download. Hooray!

Re: Tango 0.99.8 Sean released

2009-03-26 Thread Jarrett Billingsley
On Thu, Mar 26, 2009 at 7:45 PM, Lars Ivar Igesund wrote: > Dear D community > > A new version of Tango is now available for download. The release is named > after Sean Kelly for his past work on the Tango runtime and now druntime. > The release have several new features, and fairly major changes

Tango 0.99.8 Sean released

2009-03-26 Thread Lars Ivar Igesund
Dear D community A new version of Tango is now available for download. The release is named after Sean Kelly for his past work on the Tango runtime and now druntime. The release have several new features, and fairly major changes to tie the IO even closer together. To make the transition easie