You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version is 62.1, which is a now 3 major releases behind,
given that ICU 65 was released on Oct 3, 2019.
The version bump required an update to buildroot to fix too strict compilation
of ICU.
Previous update was here:
flutter#6097
I was advised to upgrade in the code review for this PR:
flutter#13045
This change brings in the function `icu::Locale::forLanguageTag(...)`
which is directly relevant to the work in the PR, but also updates
the library considerably.
* TODO(filmil): Release notes (will work with reviewers)
Tested:
```bash
set -x
readonly FLUTTER_ENGINE_DIR="${FLUTTER_ENGINE_DIR:-$HOME/fx/flutter/engine/src}"
readonly OUT_DIR="${FLUTTER_ENGINE_DIR}/out"
(
cd ${FLUTTER_ENGINE_DIR}
./flutter/tools/gn --unoptimized
ninja -j 100 -C "${OUT_DIR}/host_debug_unopt"
./flutter/testing/run_tests.py --type engine
)
```
0 commit comments