Closed Bug 1344782 Opened 8 years ago Closed 8 years ago

Update in-tree version of compare-locales to 1.2.3

Categories

(Localization Infrastructure and Tools :: compare-locales, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: Pike, Assigned: Pike)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

+++ This bug was initially created as a clone of Bug #1315976 +++ Let's update to compare-locales 1.2. With bug 1344779, we'll not need a python update for this :-) I didn't actually cut the release yet, but once I do, I'll pick this up again.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b6570ef7fefde74439e6b1d8b7489a561622faa6&selectedJob=90954749 is as green as it gets, there are some job-setup related reds there, but we have a green run on each platform, so this should be good to go to prod. flod, this is ready for review
Comment on attachment 8857477 [details] bug 1344782, update compare-locales to 1.2.3, https://reviewboard.mozilla.org/r/129452/#review132058 Double checked the delta between 1.2.1 and 1.2.3, after going through the changes here since I've reviewed some of them before, and everything looks good (besides one small typo that could easily wait a next version) ::: python/compare-locales/compare_locales/compare.py:496 (Diff revision 1) > if isinstance(l10n_entities[l10n_map[item_or_pair]], > parser.Junk): > junk = l10n_entities[l10n_map[item_or_pair]] > - params = (junk.val,) + junk.span > + params = (junk.val,) + junk.position() + junk.position(-1) > self.notify('error', l10n, > - 'Unparsed content "%s" at %d-%d' % params) > + 'Unparsed content "%s" from line %d colum %d' typo: column
Attachment #8857477 - Flags: review?(francesco.lodolo) → review+
Pushed by axel@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/20f442eeb3df update compare-locales to 1.2.3, r=flod
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Nightlies are green on all platforms, and I've personally tested the mac builds to be working OK.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: