Re: svn commit: r985514 - stream_move_mark()

2010-08-18 Thread Stefan Fuhrmann
Julian Foad wrote: On Wed, 2010-08-18, Stefan Sperling wrote: On Tue, Aug 17, 2010 at 11:57:11PM +0200, Stefan Fuhrmann wrote: I overgeneralized my use-case here: I actually needed "move forward" only. The concept of "skip N bytes", however, is perfectly in line with the general stream

Re: svn commit: r985514 - stream_move_mark()

2010-08-18 Thread Julian Foad
On Wed, 2010-08-18, Stefan Sperling wrote: > On Tue, Aug 17, 2010 at 11:57:11PM +0200, Stefan Fuhrmann wrote: > > I overgeneralized my use-case here: I actually needed "move forward" only. > > The concept of "skip N bytes", however, is perfectly in line with > > the general > > stream semantics. Be

Re: svn commit: r985514 - stream_move_mark()

2010-08-18 Thread Stefan Sperling
On Tue, Aug 17, 2010 at 11:57:11PM +0200, Stefan Fuhrmann wrote: > I overgeneralized my use-case here: I actually needed "move forward" only. > The concept of "skip N bytes", however, is perfectly in line with > the general > stream semantics. Because this also fits my needs, I changed the API in >

Re: svn commit: r985514 - stream_move_mark()

2010-08-17 Thread Stefan Fuhrmann
Stefan Sperling wrote: On Mon, Aug 16, 2010 at 10:04:31AM +0100, Julian Foad wrote: On Mon, 2010-08-16 at 09:55 +0100, Julian Foad wrote: On Sat, 2010-08-14, stef...@apache.org wrote: Log: Extend the stream API by three functions: svn_stream_move_mark() to move an existing mark

Re: svn commit: r985514 - stream_move_mark()

2010-08-16 Thread Stefan Sperling
On Mon, Aug 16, 2010 at 10:04:31AM +0100, Julian Foad wrote: > On Mon, 2010-08-16 at 09:55 +0100, Julian Foad wrote: > > On Sat, 2010-08-14, stef...@apache.org wrote: > > > Log: > > > Extend the stream API by three functions: > > > svn_stream_move_mark() to move an existing mark by some delta > >

Re: svn commit: r985514 - stream_move_mark()

2010-08-16 Thread Julian Foad
On Mon, 2010-08-16 at 09:55 +0100, Julian Foad wrote: > On Sat, 2010-08-14, stef...@apache.org wrote: > > Log: > > Extend the stream API by three functions: > > svn_stream_move_mark() to move an existing mark by some delta > > Hi Stefan. > > Unfortunately this is not a logical extension to the st

Re: svn commit: r985514 - stream_move_mark()

2010-08-16 Thread Julian Foad
On Sat, 2010-08-14, stef...@apache.org wrote: > Log: > Extend the stream API by three functions: > svn_stream_move_mark() to move an existing mark by some delta Hi Stefan. Unfortunately this is not a logical extension to the stream API. Subversion's svn_stream_t streams support arbitrary "filteri