The GitHub Actions job "CMake" on subversion.git/trunk has failed.
Run started by GitHub user asf-gitbox-commits (triggered by asf-gitbox-commits).

Head commit for run:
b20450246c71d2c708eacd7c4691ff59028a4c6c / Timofei Zhakov <[email protected]>
Exclude the svn_xml_make_parse_stream() function from the public API by making
it private.

- This function does not have any real usages (yet). That's why we don't want
  to include it into 1.15 public API. Let's keep it simple.

- This change also renames svn_xml_make_parse_stream to
  svn_xml__make_parse_stream to match naming conventions.

- The function has never been officially released, which justfies its removal
  from the public API.

* subversion/include/private/svn_xml_private.h
  (): New header file.
  (svn_xml__make_parse_stream): New function.

* subversion/include/svn_xml.h
  (svn_xml_make_parse_stream): Remove function.

* subversion/libsvn_subr/xml_stream.c
  (includes): Add private/svn_xml_private.h
  (svn_xml_make_parse_stream): Adjust name.

* subversion/tests/libsvn_subr/xml-test.c
  (includes): Add private/svn_xml_private.h
  (...): Adjust usages.


git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1930607 
13f79535-47bb-0310-9956-ffa450edef68

Report URL: https://github.com/apache/subversion/actions/runs/20248852969

With regards,
GitHub Actions via GitBox

Reply via email to