This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [setup PATCH] Fix DEBUG mode in IniDBBuilderPackage, andimproveCategory column contents.


Robert Collins wrote:
> On Thu, 2002-09-19 at 22:20, Max Bowsher wrote:
> > I'm not that bothered, I can easily delete 3 lines at the same time as I add
> > "#define DEBUG 1", but seriously, have you ever actually clicked OK 171
times to
> > proceed through all the ldescs in setup.ini ?
>
> Yes. through 8000 packages in fact. I had some nasty escaping problems.

Ouch. OK.

> > packagemeta::categories is defined directly as a set <String,
String::caseless>.
>
> > Are you saying that I should create a categorylisttype type? Or can I just
use
> > set<String, String::caseless>::const_iterator?
>
> You can do either. set<> is less changes. If this was not going to be a
> method, I'd say create the type. As it is, it doesn't really matter.

set<> it is then.

Max.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]