Re: [pacman-dev] [PATCH v2] libalpm: process needed before group selection

2018-10-18 Thread Morgan Adamiec
On Thu, 18 Oct 2018 at 01:34, Andrew Gregory wrote: > I wasn't concerned about the misleading message for this patch, but > the failing test is another thing. If you're not testing your patches > with `make check`, please do. We could update the test, but let's > just go ahead and fix the

Re: [pacman-dev] [PATCH v2] libalpm: process needed before group selection

2018-10-17 Thread Andrew Gregory
On 10/17/18 at 04:40pm, morganamilo wrote: > When --needed is used, up to date packages are now filtered out > before showing the group select. > > Fixes FS#22870. > > Signed-off-by: morganamilo > --- > v2: Changed per Andrew's feedback. I wasn't concerned about the misleading message for this

[pacman-dev] [PATCH v2] libalpm: process needed before group selection

2018-10-17 Thread morganamilo
When --needed is used, up to date packages are now filtered out before showing the group select. Fixes FS#22870. Signed-off-by: morganamilo --- v2: Changed per Andrew's feedback. diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index b6ae7b72..05f58fad 100644 --- a/lib/libalpm/sync.c +++