@@ -26,6 +26,8 @@ If the proposal does not supply LineBreak.txt:
2626---
2727New scripts only:
2828- [ ] UCD_Names — Check script name
29+ - [ ] PropertyValueAliases.txt — [ Regenerate] ( #regenerate-propertyvaluealiases )
30+ - [ ] Enums — [ Regenerate] ( #generateenums )
2931
3032---
3133- [ ] Scripts.txt — Prepend ranges (carefully mind any gaps)
@@ -36,6 +38,8 @@ New blocks only:
3638- [ ] ShortBlockNames.txt — Update, keep sorted
3739- [ ] Blocks.txt — Update, keep sorted [ TODO(egg): This one wants to be generated…]
3840- [ ] Commit
41+ - [ ] PropertyValueAliases.txt — [ Regenerate] ( #regenerate-propertyvaluealiases )
42+ - [ ] Enums — [ Regenerate] ( #generateenums )
3943
4044---
4145Joining scripts only:
@@ -56,7 +60,6 @@ reserved:
5660
5761---
5862- [ ] UCD — [ Regenerate] ( #regenerate-ucd )
59- - [ ] Enums — [ Regenerate] ( #generateenums )
6063
6164---
6265- [ ] In unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons,
@@ -189,7 +192,6 @@ Cf. https://github.com/unicode-org/unicodetools/pull/636
189192### Regenerate UCD
190193
191194eggrobin (Windows, in-source).
192- <!--FIX_FOR_NEW_VERSION-->
193195```powershell
194196mvn compile exec:java '-Dexec.mainClass="org.unicode.text.UCD.MakeUnicodeFiles"' '-Dexec.args="-c"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=.";
195197git add unicodetools/data/ucd/dev/*
@@ -199,15 +201,22 @@ git commit -m "Regenerate UCD"
199201### Regenerate LineBreak
200202
201203eggrobin (Windows, in-source).
202- <!-- FIX_FOR_NEW_VERSION-->
203204``` powershell
204- mvn compile exec:java '-Dexec.mainClass="org.unicode.text.UCD.MakeUnicodeFiles"' '-Dexec.args="-c --generate LineBreak$"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=."
205+ mvn compile exec:java '-Dexec.mainClass="org.unicode.text.UCD.MakeUnicodeFiles"' '-Dexec.args="-c --generate ^LineBreak$"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=."
206+ ```
207+
208+ ### Regenerate PropertyValueAliases
209+
210+ eggrobin (Windows, in-source).
211+ ``` powershell
212+ mvn compile exec:java '-Dexec.mainClass="org.unicode.text.UCD.MakeUnicodeFiles"' '-Dexec.args="-c --generate ^PropertyValueAliases$"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=."
213+ git add unicodetools/data/ucd/dev/PropertyValueAliases.txt
214+ git commit -m "Regenerate PropertyValueAliases"
205215```
206216
207217### GenerateEmojiData
208218
209219jowilco (Windows, in-source).
210- <!-- FIX_FOR_NEW_VERSION-->
211220``` powershell
212221mvn compile exec:java '-Dexec.mainClass="org.unicode.tools.emoji.GenerateEmojiData"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=."
213222```
@@ -224,7 +233,7 @@ git commit -m GenerateEnums
224233
225234
226235### Run comparison tests
227-
236+ <!-- FIX_FOR_NEW_VERSION -->
228237eggrobin (Windows, in-source; replace $RMG_ISSUE by the RMG issue number, or define it as that number).
229238``` powershell
230239mvn test -am -pl unicodetools "-DCLDR_DIR=$(gl|split-path -parent)\cldr\" "-DUNICODETOOLS_GEN_DIR=$(gl|split-path -parent)\unicodetools\Generated\" "-DUNICODETOOLS_REPO_DIR=$(gl|split-path -parent)\unicodetools\" "-DUVERSION=18.0.0" "-Dtest=TestTestUnicodeInvariants#testAdditionComparisons" -DfailIfNoTests=false -DtrimStackTrace=false "-DRMG_ISSUE=$RMG_ISSUE"
0 commit comments