Hi Chris, Long time no catalog questions, I'm guessing you're still the appropriate person? Anyway, I'm trying to track down the bug I posted about earlier today and reading Catalog.py (or Zope 2.4.0b3) in the process. How come lines 672 to 679 seem to duplicate lines 637 to 643? Why not just use the sort_index calculated in the latter? I'm guessign I'm missing something... cheers, Chris
Chris Withers wrote:
How come lines 672 to 679 seem to duplicate lines 637 to 643? Why not just use the sort_index calculated in the latter? I'm guessign I'm missing something...
Apologies, 672-679 deals with order, 637 to 643 deals with index. This is why I should be out getting drunk on a Friday night rather than trying to fix ZCatalog ;-( cheers, Chris
Chris, Did you get this solved? I was out on Friday, sorry. - C ----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: <zope-dev@zope.org> Cc: <chrism@digicool.com> Sent: Friday, July 20, 2001 4:11 PM Subject: ZCatalog question
Hi Chris,
Long time no catalog questions, I'm guessing you're still the appropriate person?
Anyway, I'm trying to track down the bug I posted about earlier today and reading Catalog.py (or Zope 2.4.0b3) in the process.
How come lines 672 to 679 seem to duplicate lines 637 to 643? Why not just use the sort_index calculated in the latter? I'm guessign I'm missing something...
cheers,
Chris
Chris McDonough wrote:
Chris,
Did you get this solved? I was out on Friday, sorry.
Yup, stupidity on my part :-) That said, I'm betting my patch to Catalog.py didn't make it into 2.4.0, which will be more than a little irritating :-S cheers, Chris
participants (2)
-
Chris McDonough -
Chris Withers