Precaching package summaries is broken #23

Closed
opened 2019-11-22 12:50:38 +00:00 by nphilipp · 2 comments

This is wrong:

[EDITCOMP] Fedora/gimp
    description changed from `GNU Image Manipulation Program` to `ogram`

It looks like the SAX handler processes things wrongly, characters() can be called multiple times per tag and it only honors the last:

...
PackageHandler.characters('GNU Image Manipulation Pr')
PackageHandler.characters('ogram')
...
This is wrong: ``` [EDITCOMP] Fedora/gimp description changed from `GNU Image Manipulation Program` to `ogram` ``` It looks like the SAX handler processes things wrongly, `characters()` can be called multiple times per tag and it only honors the last: ``` ... PackageHandler.characters('GNU Image Manipulation Pr') PackageHandler.characters('ogram') ... ```
Author

Metadata Update from @nphilipp:

  • Issue assigned to nphilipp
**Metadata Update from @nphilipp**: - Issue assigned to nphilipp

Commit 81256bdd fixes this issue

Commit [81256bdd](https://pagure.io/Fedora-Infra/distgit-bugzilla-sync/c/81256bdd) fixes this issue
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Infrastructure/distgit-bugzilla-sync#23
No description provided.