On Mon, Dec 15, 2025 at 5:25 PM GitBox <[email protected]> wrote:

>
> The GitHub Actions job "CMake" on subversion.git/trunk has failed.



Hmm, this CI failure appears to stem from the linker unable to find
svn_xml__make_parse_stream(), but I am on mobile right now so I can't
investigate until a little later. Did something need to be updated in the
CMake files to account for the new file?


> 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