[gentoo-portage-dev] [PATCH] Move regex creation out of PhaseCheck constructor (Revision: 15458)

2010-02-26 Thread Sebastian Pipping
From a07a07166354e328711d1574eb06f7d357f21907 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping sebast...@pipping.org Date: Fri, 26 Feb 2010 21:19:06 +0100 Subject: [PATCH] Move regex creation out of PhaseCheck constructor --- pym/repoman/checks.py | 16 +--- 1 files changed, 9

Re: [gentoo-portage-dev] [PATCH] Move regex creation out of PhaseCheck constructor (Revision: 15458)

2010-02-26 Thread Zac Medico
Thanks, your patch is in svn r15470 (with tweaks by myself). -- Thanks, Zac

[gentoo-portage-dev] Composite exceptions?

2010-02-26 Thread Sebastian Pipping
Hello! I was wondering how to best handle a case with functions that I would like to collect several exceptions from. Is there an existing standard way to solve this? I was thinking of using the composite pattern for this allowing to throw a tree of exceptions with the option to flatten it for

[gentoo-portage-dev] VCS used for development of portage

2010-02-26 Thread Sebastian Pipping
Hello! Is moving portage development over to Git planned anytime soon? Anything keeping you from the move? Anything I can do to speed it up? Sebastian

Re: [gentoo-portage-dev] Composite exceptions?

2010-02-26 Thread Zac Medico
On 02/26/2010 07:11 PM, Sebastian Pipping wrote: Hello! I was wondering how to best handle a case with functions that I would like to collect several exceptions from. Is there an existing standard way to solve this? I was thinking of using the composite pattern for this allowing to

Re: [gentoo-portage-dev] VCS used for development of portage

2010-02-26 Thread Zac Medico
On 02/26/2010 07:18 PM, Sebastian Pipping wrote: Hello! Is moving portage development over to Git planned anytime soon? Yes, we've been discussing it on this bug: http://bugs.gentoo.org/show_bug.cgi?id=196025 Anything keeping you from the move? Well, the repository layout is somewhat

Re: [gentoo-portage-dev] Composite exceptions?

2010-02-26 Thread Sebastian Pipping
On 02/27/10 04:20, Zac Medico wrote: Do you have an example case where you want to use this? Multiple defects in metadata.xml are such a case. At some point all the exceptions will have to collected, e.g. two invalid herds are mentioned. In that case a single exception with a list of invalid

Re: [gentoo-portage-dev] Composite exceptions?

2010-02-26 Thread Brian Harring
On Sat, Feb 27, 2010 at 05:02:18AM +0100, Sebastian Pipping wrote: On 02/27/10 04:20, Zac Medico wrote: Do you have an example case where you want to use this? Multiple defects in metadata.xml are such a case. At some point all the exceptions will have to collected, e.g. two invalid herds

Re: [gentoo-portage-dev] Composite exceptions?

2010-02-26 Thread Zac Medico
On 02/26/2010 08:27 PM, Brian Harring wrote: On Sat, Feb 27, 2010 at 05:02:18AM +0100, Sebastian Pipping wrote: On 02/27/10 04:20, Zac Medico wrote: Do you have an example case where you want to use this? Multiple defects in metadata.xml are such a case. At some point all the exceptions will