Re: Command line filtering
Johannes Zarl-Zierl <[email protected]>
| Newsgroups | gmane.comp.kde.kimdaba |
|---|---|
| Message-ID | <2549898.kTgpUf29uC@mani> |
Am Montag, 25. Februar 2019, 00:30:03 CET schrieb Johannes Zarl-Zierl: > Am Montag, 25. Februar 2019, 00:20:35 CET schrieb Robert Krawitz: > > OK, my bad at lesat with #2 and #3. I had fixed two other bugs that > > looked similar (one of which was and one wasn't). > > > > I cannot reproduce #1 (at least with my index.xml file). > > Thanks for the quick fix. I'll investigate the remaining problem > tomorrow(ish) - my perl is rather rusty, but maybe I spot the problem... I managed to find the problem by investigating my index.xml file. I could pin the issue down to a member group being a member of itself, causing your script to go into an infinite loop. Breaking this circular membership fixes the loop. Cheers, Johannes