-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
chore(resources): ldml: update to keyboard3 🙀 #9588
Conversation
- unicode-org/cldr:bd40148d4c8675d0fb2db8c36cfb9f8e328250a8
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
implements unicode-org/cldr#3274 |
timeout like it's dumping core here… strange. |
upstream is merged, will re-update |
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.
Whew a lot of fiddly there, hope you had fun making that change!
# delete old files, no reason to keep them | ||
rm -vf dtd/{ldmlKeyboard,ldmlPlatform}.{xsd,dtd} |
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.
This won't be needed for long, of course
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.
# delete old files, no reason to keep them | |
rm -vf dtd/{ldmlKeyboard,ldmlPlatform}.{xsd,dtd} | |
# delete old draft spec files, no reason to keep them | |
rm -vf dtd/{ldmlKeyboard,ldmlPlatform}.{xsd,dtd} |
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.
The "rm" will be needed because these are the files requested to be re added to CLDR. The pre 3.0 that the CLDR ticket requested to be reinstated.
Looks like you may need to throw the failing unit tests into a debugger to find out what is causing them to abort. At least it seems consistent cross-platform |
|
it was just the test runner that needed an update. |
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.
lgtm
I'll make sure they are expected failures then merge. |
Changes in this pull request will be available for download in Keyman version 17.0.179-alpha |
@keymanapp-test-bot skip
Fixes: #9604