The GitHub Actions job "autoconf" on subversion.git/better-pristines has succeeded. Run started by GitHub user asf-gitbox-commits (triggered by asf-gitbox-commits).
Head commit for run: ac8525d489f262dbf924363db9e191eb920e7ff7 / Branko Čibej <[email protected]> On the better-pristines branch: Add an optional callback to spillbufs to customize how the spill file is created. * subversion/include/private/svn_subr_private.h (svn_spillbuf__create_file_t): New callback type. (svn_spillbuf__set_spill_cb): New prototype. * subversion/libsvn_subr/spillbuf.c: Include svn_error.h. (svn_spillbuf_t::create_spill_file): New struct member. (svn_spillbuf__create_extended): Initialize this struct member. (svn_spillbuf__set_spill_cb): Implement. (svn_spillbuf__write): Call the file creation callback. * subversion/tests/libsvn_subr/spillbuf-test.c: Inlcude svn_io.h. (test_spillbuf__file_attrs): Verify that the spill file is deleted when it's closed. This is behaviour is specific to the test. (create_spillbuf_file): Spillbuf file creation callback. (test_spillbuf_file_attrs_spill_callback): New test. Use the callback to create a file with delete-on-close behaviour even when the spillbuf was created without that flag. (test_funcs): Register test_spillbuf_file_attrs_spill_callback. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/better-pristines@1931527 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/21325379392 With regards, GitHub Actions via GitBox
