Re: New-in-1.10 editor->apply_textdelta_stream() method

2018-02-26 Thread Branko Čibej
On 26.02.2018 13:02, Julian Foad wrote: > Julian Foad wrote: >> My suspicion was raised because I tried using >> svn_delta__get_debug_editor and it wasn't implemented in there. I >> fixed that. If that was the only place it was missing, that's fine. > > That is, I implemented apply_textdelta_stream

Re: New-in-1.10 editor->apply_textdelta_stream() method

2018-02-26 Thread Julian Foad
Julian Foad wrote: My suspicion was raised because I tried using svn_delta__get_debug_editor and it wasn't implemented in there. I fixed that. If that was the only place it was missing, that's fine. That is, I implemented apply_textdelta_stream() in the debug editor in r1825145. I have now

New-in-1.10 editor->apply_textdelta_stream() method

2018-02-24 Thread Julian Foad
svn_delta_editor_t.apply_textdelta_stream() is new in 1.10... but is it backward compatible? Callers call that method unconditionally. Is that method always guaranteed to be initialized to a non-null function pointer, even when old client code is calling the new libraries? Brane just checked