Closed
Bug 724825
Opened 13 years ago
Closed 13 years ago
compare-locales takes 3 minutes on the bn-IN locale, when it takes < 1s for other locales
Categories
(Mozilla Localizations :: Infrastructure, defect)
Mozilla Localizations
Infrastructure
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 672029
People
(Reporter: glandium, Unassigned)
Details
Python's re seems to choke on the PropertiesParser reKey regexp when dealing with the update.properties file. From quick testing with CLI python, it would seem that splitting the content at new lines and applying the regexp after that would make things much faster.
Comment 1•13 years ago
|
||
This is filed as bug 672029.
Not sure if the right answer is rewriting the parser logic in the backbone, or if someone can help debug that regex.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•