[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: New API svn_stream_lazyopen_create - documentation

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 23 Apr 2013 20:23:52 +0100 (BST)

Philip Martin wrote:

> C. Michael Pilato writes:
>> Strictly speaking, though, any of the 'read',
>> 'mark', 'skip' or 'write' operations will trigger the
>> open-if-not-yet-opened() logic of the lazyopen stream.
>
> As will 'skip' and 'seek', i.e. all public operations apart from
> 'close'.  The new flag allows 'close' to trigger as well.

Thanks for the review.  I went with, "upon the first access of the returned stream (read, write, mark, seek, skip, or possibly close)."

Committed r1471107.

- Julian
Received on 2013-04-23 21:25:16 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.