[gentoo-portage-dev] [PATCH] QA: Add a set of checks for bash-completion files

2014-08-31 Thread Michał Górny
Add checks for common mistakes when installing bash completion files: legacy directory, incorrect naming, missing aliases, deprecated 'have' function. Changes in v2: - silenced output (error) when sourcing completion files, - faked _have() to enable all conditional completions in the tested fi

Re: [gentoo-portage-dev] [PATCH] _slot_operator_update_probe: fix bug #520856

2014-08-31 Thread Brian Dolbec
On Sat, 30 Aug 2014 00:40:20 -0700 Zac Medico wrote: > This fixes the check_reverse_dependencies function (inside the > depgraph _slot_operator_update_probe method) to account for > irrelevant parent atoms from parents that need to be rebuilt or have > been involved in unsolved slot conflicts. >