-
-
Notifications
You must be signed in to change notification settings - Fork 47
Unicode 15.1 version numbers #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
050c108
to
6ccba6c
Compare
6ccba6c
to
a7d88a8
Compare
@@ -43,16 +43,16 @@ jobs: | |||
run: > | |||
mkdir -pv $(pwd)/output/Generated/ && | |||
mvn -s .github/workflows/mvn-settings.xml -B exec:java | |||
-Dexec.mainClass="org.unicode.text.UCD.Main" -Dexec.args="version 15.0.0 build MakeUnicodeFiles" | |||
-Dexec.mainClass="org.unicode.text.UCD.Main" -Dexec.args="version 15.1.0 build MakeUnicodeFiles" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any way to expand this from the CURRENT_UVERSION
token in cli-build-instructions.yml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect not, since it's in a different workflow file. But I am no expert in GitHub Actions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am entirely unsure myself, but even if we needed to create a new file containing just the constant such that it could be used by the others I think it would be worth doing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--> issue #344
I ran the UCD file generator and added a second commit with minor version number changes in generated segmentation .html files. |
Updating version numbers, with latestVersion=15.1.0.
I also modified GenerateEnums.java to write
@Override
annotations that Eclipse adds automatically, so that when one touches UcdPropertyValues.java in Eclipse, the CI check does not complain about unexpected diffs.The second commit makes minor version number changes in generated segmentation .html files.