public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Zac Medico <zmedico@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Subject: [gentoo-portage-dev] Re: [PATCH] emerge: add --changed-deps/--binpkg-changed-deps (282927)
Date: Wed, 14 Jan 2015 15:26:49 -0800	[thread overview]
Message-ID: <54B6FB39.2020600@gentoo.org> (raw)
In-Reply-To: <1419367536-30393-1-git-send-email-zmedico@gentoo.org>

On 12/23/2014 12:45 PM, Zac Medico wrote:
> The @changed-deps set is useful, but it has limitations similar to the
> @installed set (see bug #387059), which can make it unsuitable for use
> when updating the whole system. Therefore, implement two new options
> that are analogous to --newuse and --binpkg-respect-use, called
> --changed-deps and --binpkg-changed-deps.
> 
> The rationale for having a separate --binpkg-* option is the same in
> both cases: depending on the situation, people may want different
> behavior for binary packages. For example, just like
> ---binpkg-respect-use is automatically enabled if the user has not
> specified --usepkgonly, so is --binpkg-changed-deps (though the user
> can explicitly override the automatic behavior). In both cases,
> inconsistencies in dependencies are automatically avoided, increasing
> the probability of a successful dependency calculation.
> 
> X-Gentoo-Bug: 282927
> X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=282927
> ---
>  man/emerge.1                                    |  22 +++-
>  pym/_emerge/create_depgraph_params.py           |  16 +++
>  pym/_emerge/depgraph.py                         | 138 ++++++++++++++++++++++--
>  pym/_emerge/main.py                             |  26 +++++
>  pym/portage/dep/_slot_operator.py               |  13 +++
>  pym/portage/tests/resolver/test_changed_deps.py | 120 +++++++++++++++++++++
>  6 files changed, 323 insertions(+), 12 deletions(-)
>  create mode 100644 pym/portage/tests/resolver/test_changed_deps.py

Any feedback on this? I think it's good to merge.
-- 
Thanks,
Zac


  reply	other threads:[~2015-01-14 23:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-23 20:45 [gentoo-portage-dev] [PATCH] emerge: add --changed-deps/--binpkg-changed-deps (282927) Zac Medico
2015-01-14 23:26 ` Zac Medico [this message]
2015-01-15  0:59   ` [gentoo-portage-dev] " Brian Dolbec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54B6FB39.2020600@gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-portage-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox