Mailinglist Archive: zypp-devel (57 mails)

< Previous Next >
Re: [zypp-devel] We're going to loose resolvables of kind 'Language'.
  • From: Michael Andres <ma@xxxxxxx>
  • Date: Tue, 29 Jan 2008 21:25:00 +0100
  • Message-id: <20080129202500.GA16387@xxxxxxx>
On Tue, Jan 29, Katarina Machalkova wrote:

We're going to loose resolvables of kind 'Language'.


The sat solver allows to handle language supporting packages the way as
e.g. hardware supporting packages, via namespaces.

I hope this does not mean that we should remove filtering packages by
language
from (all 3) package selectors.
Or will there be any convenient methods in zypp:
i) returning an iterator over all available languages
ii) for selected language, returning an it. over all its related packages ?

The Pool will provide access to a collection of items providing
an interface like:
{
Locale locale() const;
bool isRequested() const;
bool isAvailable() const;

bool setRequested( bool yesno );
}

The related items will either be available via an iterator provided by
this class, or as pool query, or both.


Anyway, it will be a collection of something Locale-like and no longer a
collection of ResObjects.



If so, could you please post them to this list together with some examples of
usage?

As soon as they are available.


--

cu,
Michael Andres

+------------------------------------------------------------------+
Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4
+------------------------------------------------------------------+
Michael Andres YaST Development ma@xxxxxxxxxx
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0
+------------------------------------------------------------------+

--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx

< Previous Next >