|
From: William S F. <ws...@fu...> - 2025-10-14 08:58:26
|
I just have https://github.com/swig/swig/issues/3266 in the list of unresolved issues in https://github.com/swig/swig/milestone/10 for the 4.4.0 release. I think I can resolve that later this week, in which case I would like to do the actual release on the weekend. If there is any other minimally impacting change, now is the chance to merge to master. William On Fri, 5 Sept 2025 at 12:24, Jitka Plesnikova via Swig-devel < swi...@li...> wrote: > > > On 9/4/25 23:11, Olly Betts wrote: > > Some I can answer. Probably useful to open issues for anything we can't > easily sort out here. > > Thank you for the quick response. I've created pull requests with fixes > for libCombine and pyscard. I will create issues for the remaining errors. > Regards, Jitka > > On Thu, Sep 04, 2025 at 11:46:07AM +0200, Jitka Plesnikova via Swig-devel wrote: > > ### libCombine > > /builddir/build/BUILD/libCombine-0.2.20-build/libCombine-0.2.20/redhat-linux-build/src/bindings/python/libcombine_wrap.cpp:7858:7: error: ?$function? was not declared in this scope; did you mean ?PyCFunction?? > 7858 | $function > | ^~~~~~~~~ > | PyCFunction > > Finally removed having been deprecated since 2008; replace with $action > (search for $funtion in CHANGES.current). > > > ### pyscard > > src/smartcard/scard/scard_wrap.c: In function ?_wrap_SCardAddReaderToGroup?: > src/smartcard/scard/scard_wrap.c:4534:5: error: unknown type name ?$function?; did you mean ?PyCFunction?? > 4534 | $function > | ^~~~~~~~~ > | PyCFunction > > Ditto. > > > ### subversion > > subversion/bindings/swig/python/svn_client.c: In function '_wrap_svn_client_get_simple_prompt_provider': > subversion/bindings/swig/python/svn_client.c:4259:7: error: implicit declaration of function 'SWIG_Python_TypeError'; did you mean 'SWIG_Python_TypeQuery'? [-Wimplicit-function-declaration] > 4259 | SWIG_Python_TypeError(SWIG_TypePrettyName(SWIGTYPE_p_apr_pool_t), obj2); > | ^~~~~~~~~~~~~~~~~~~~~ > | SWIG_Python_TypeQuery > > Removed in 9c2a1bc39c43dfe8958af36a5168412c67b467a9 as "not used". Not > sure what the replacement in user typemaps would be. We probably should > note this removal in CHANGES.current along with a suggestion for how to > deal with such uses. William? > > > ### unbound > > libunbound/python/libunbound_wrap.c: In function '_wrap_ub_resolve': > libunbound/python/libunbound_wrap.c:5889:3: error: unknown type name '$function'; did you mean 'PyCFunction'? > 5889 | $function > | ^~~~~~~~~ > | PyCFunction > > Ditto. > > Cheers, > Olly > > > > -- > Jitka Plesnikova > Senior Software Engineer > Red Hat > > _______________________________________________ > Swig-devel mailing list > Swi...@li... > https://lists.sourceforge.net/lists/listinfo/swig-devel > |