The GitHub Actions job "CMake" on subversion.git has failed. Run started by GitHub user asfgit (triggered by asfgit).
Head commit for run: 464ae326191a54e48877fc2323459883c5f49d47 / Timofei Zhakov <rin...@apache.org> Follow-up to r1921602: Fix argument sequence of svn_client__get_diff_writer_svn to much its declaration with its implementation. When the use_git_diff_format argument was introduced to the function, it was added incorrectly to its declaration. This commit adjust the declaration to the implementation. The sequence of args used in the implementation is more correct, because it repeats the svn_client_diff7 family. * subversion/include/private/svn_client_private.h (svn_client__get_diff_writer_svn): Swap use_git_diff_format and pretty_print_mergeinfo args. * subversion/svn/shelf-cmd.c (shelf_diff): Update the usage to fit with the updated function. * subversion/svn/shelf2-cmd.c (shelf_diff): Ditto. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922647 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/12468556049 With regards, GitHub Actions via GitBox