aboutsummaryrefslogtreecommitdiff
path: root/test/input/issue-3315
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2019-12-05 00:59:57 +0800
committerGitHub <noreply@github.com>2019-12-05 00:59:57 +0800
commitbf7e4ca1a3b1305308c66fcdf188d31a398c4ba2 (patch)
tree4ecd673e8b914fae92d7b86efb226ee0d1f6bbd6 /test/input/issue-3315
parentd68ddc31f94074e09c661cb79ea43cef9adb44e6 (diff)
downloadtracifyjs-bf7e4ca1a3b1305308c66fcdf188d31a398c4ba2.tar.gz
tracifyjs-bf7e4ca1a3b1305308c66fcdf188d31a398c4ba2.zip
fix corner case in `collapse_vars` (#3627)
fixes #3626
Diffstat (limited to 'test/input/issue-3315')
0 files changed, 0 insertions, 0 deletions
file. * gnu/local.mk (MODULES_NOT_COMPILED): Add it. * gnu/installer/locale.scm (normalize-codeset): Remove. * gnu/system/locale.scm (localedef-command): Remove. (single-locale-directory): Use (gnu build locale). (glibc-supported-locales)[build]: Likewise, and remove 'read-supported-locales'. Ludovic Courtès 2019-05-13installer: Use 'glibc-supported-locales'....The list of locales supported by glibc is now built from source. * gnu/installer/locale.scm (locale-string->locale): Add optional 'codeset' parameter and honor it. (supported-locales->locales): Rewrite to 'read' from SUPPORTED-LOCALES. * gnu/installer.scm (compute-locale-step): Pass the result of 'glibc-supported-locales' instead of the "aux-files/SUPPORTED" file. * gnu/installer/aux-files/SUPPORTED: Remove. * gnu/local.mk (dist_installer_DATA): Remove it. Ludovic Courtès