Re: Tango 0.99.8 Sean released

2009-03-27 Thread Nick Sabalausky
Steven Schveighoffer schvei...@yahoo.com wrote in message news:op.urfelis1eav...@steves.networkengines.com... On Thu, 26 Mar 2009 20:22:51 -0400, Steven Schveighoffer schvei...@yahoo.com wrote: On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund larsi...@igesund.net wrote: Dear D

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

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Don
Nick Sabalausky wrote: Steven Schveighoffer schvei...@yahoo.com wrote in message news:op.urfelis1eav...@steves.networkengines.com... On Thu, 26 Mar 2009 20:22:51 -0400, Steven Schveighoffer schvei...@yahoo.com wrote: On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund larsi...@igesund.net

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.

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 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 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.

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 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
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 '

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.