Tango 0.99.8 Sean released
Steven Schveighoffer
schveiguy at yahoo.com
Fri Mar 27 12:01:49 PDT 2009
On Fri, 27 Mar 2009 12:33:52 -0400, Trass3r <mrmocool at gmx.de> 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) {
> if(conn !is null)
> conn.close();
> }
Because you haven't submitted a ticket for it yet ;)
http://www.dsource.org/projects/tango/newticket
-Steve
More information about the Digitalmars-d-announce
mailing list