gecko-dev/intl
Ricky Stewart 0ba6a8762d Bug 1645779 - Make icu_sources_data.py Python 3-compliant r=jwalden,anba
This removes a dependency on `pymake`, which is Python 2-only, and thoroughly unnecessary since we just use it to find assignments of the form `OBJECTS = ...`. We can replicate this logic by just isolating lines that begin with that literal string, and everything else can stay the same. This is definitionally more brittle than actually using a parser, but it works fine for now, and the original implementation wasn't significantly better (it didn't handle any form of dynamism, anything more complicated than a single unconditional assignment with a space-separated list of literal strings representing outputs, etc.)

Differential Revision: https://phabricator.services.mozilla.com/D79896
2020-06-18 21:01:49 +00:00
..
build
docs Bug 1599045, part 1 - untangle l10n from intl documentation, r=flod 2019-12-03 15:42:34 +00:00
encoding_glue Bug 1617369 - Reformat intl/ using rustfmt r=zbraniecki,hsivonen 2020-03-03 08:21:47 +00:00
gtest
hyphenation Bug 1616379 - Weaken the MOZ_ASSERT on failing to load a hyphenation resource to an NS_ASSERTION. r=jya 2020-05-20 12:01:50 +00:00
icu Bug 1645779 - Make icu_sources_data.py Python 3-compliant r=jwalden,anba 2020-06-18 21:01:49 +00:00
icu-patches Bug 1636984 - Part 1: Add patches to workaround ICU/CLDR issues with display names and append items. r=jwalden 2020-06-12 12:47:43 +00:00
l10n Bug 1642423: document.l10n.formatValues should accept simple strings as well as L10nKeys. r=zbraniecki 2020-06-08 18:11:00 +00:00
locale Bug 1645045 - Don`t assume the last fallback is the last locale in gtest. r=jfkthame 2020-06-11 18:40:35 +00:00
locales Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00
lwbrk Bug 1640408 - Check Unicode general category to identify punctuation marks in word-breaker. r=m_kato 2020-06-03 15:24:29 +00:00
strres Bug 1613985 - Use default for equivalent-to-default constructors/destructors in intl. r=hsivonen 2020-03-04 09:11:10 +00:00
tzdata Bug 1633331: Update tzdata in ICU data files to 2020a. r=jwalden 2020-04-28 08:47:11 +00:00
uconv Bug 1626454 - Remove nsAutoPtr usage from intl/uconv/. r=hsivonen 2020-04-03 21:05:34 +00:00
unicharutil Bug 1626761 - Fixing readability-else-after-return bug, found by clang-tidy. r=jfkthame 2020-06-01 11:48:19 +00:00
Encoding.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in intl. r=hsivonen 2020-03-04 09:11:10 +00:00
EncodingDetector.h Bug 1551276 - Autodetect legacy encodings on unlabeled pages. r=emk 2019-12-12 17:50:19 +00:00
JapaneseDetector.h
icu_sources_data.py Bug 1645779 - Make icu_sources_data.py Python 3-compliant r=jwalden,anba 2020-06-18 21:01:49 +00:00
moz.build Bug 1551276 - Autodetect legacy encodings on unlabeled pages. r=emk 2019-12-12 17:50:19 +00:00
update-icu.sh Bug 1645779 - Make icu_sources_data.py Python 3-compliant r=jwalden,anba 2020-06-18 21:01:49 +00:00
update-tzdata.sh