On Mon, Dec 15, 2025 at 4:27 PM Evgeny Kotkov via dev < [email protected]> wrote:
> Hi all, > > I completed reviewing the changes in the Subversion 1.15 public API and > committed a few tweaks (r1930586, r1930587). > Thanks! Great! > In general, I think we're in a good shape, but here are the things that > caught my attention: > > 1) svn_xml_make_parse_stream() > > This is discussed elsewhere, and the currently expressed opinion is that > this public API should not be included in 1.15: > > "Also, after some API review, I'm considering that the XML parser stream > should not be included in the 1.15, because there are no real usages up > till this point -- only the test-suite." > > I can suggest that we temporarily convert it into a private function > (svn_xml__make_parse_stream) or use any other way to remove it from > public API for the scope of 1.15.x. I went ahead and made it private in r1930607. I believe now we can consider this part fully resolved. -- Timofei Zhakov

