On Fri, Dec 20, 2019 at 11:30:05PM +0900, Yasuhito FUTATSUKI wrote: > On 2019/12/20 22:31, Yasuhito FUTATSUKI wrote: > > > I found that nb->shelved_func() in this line is > > svn_swig_py_client_status_func() on swig Python bindings, and it is > > incorrectly implemented that it isn't return value (i.e. void type). > > This should be svn_client_status_func_t, which returns svn_error_t *. > > > > I'll fix it. > > Done in r1871861, and waiting for result of Builder svn-bb-openbsd > Build #465. We can see the result about 15 hours later.
I expect it will succeed. I have done a quick check on OpenBSD/amd64 and all swig-py tests pass now. Thank you!