-
Notifications
You must be signed in to change notification settings - Fork 414
CLDR-18840 First cut at consistency checks #4882
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
Add consistency for noCurrency
|
Modified results are here: https://docs.google.com/spreadsheets/d/1t2XMmRLAAe6hFbflL_Y770bec21GJHHHqb6F2ocPeao/edit?gid=0#gid=0 |
|
This is just the tool part, but I'd like to get it merged. |
btangmu
left a comment
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.
rslgtm
Add consistency for noCurrency in first pass, more to come.
Note: while doing this, I noticed that consolecheck fails with some parameters. When the change was made to be multithreaded, the static Matchers (not thread-safe) needed to be changed to be Patterns .
This adds 3 new Subtypes (error codes), and cleans up a bit of the code.
CLDR-18840
ALLOW_MANY_COMMITS=true