Re: [pygccxml-development] USE_CALLDEF_ORGANIZER
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2010-01-29 20:28:21
|
On Fri, Jan 29, 2010 at 11:25 AM, Berserker <ber...@ho...> wrote: >> I also changed the methods names, so they will not be private. All you >> need is to redefine "cmp_calldefs" and to introduce your logic. Both >> functions have same number of required arguments. You can take a look >> on pygccxml.declarations.type_traits module, which contains many >> useful functions. >> >> Enjoy. > > Shouldn't algorithm.registration_order.select_problematics be changed > according to this patch?Actually it's: > > def select_problematics( calldef ): > """Return list of problematic functions for function "calldef" """ > if 1 != len( calldef.required_args ): > return [] > ... Yes, it should. I will fix it in a few days.Thanks for noting this. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |