-
Notifications
You must be signed in to change notification settings - Fork 399
(ticket closed) CLDR-14218 Include TestLanguageGroup in TestAll, improve infra #666
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
base: main
Are you sure you want to change the base?
Conversation
- move TestLanguageGroup.ISOLATES to isolates.json, improve err messages - add Gson to unittest classpath (oversight)
@macchiati can you take a look at this? I moved the ISOLATES to a .json file for maintenance (would like to do this for other hardcoded lists, so some machinery for that) But, TestLanguageGroup did not pass by itself. Adding Can you pick this up? |
@macchiati Oops, I didn't mean to put this on the head fork! But actually, that makes it easier for you to add commits to this branch. |
Question, can we change the author in github? That way I'll see it on my plate. |
You are now the only owner of the PR. The |
@@ -0,0 +1,3 @@ | |||
[ | |||
"ko", "qu", "root" |
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.
Question: what is this for?
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.
Delayed answer: it's to move static final Set<String> ISOLATES
out to a data file.
It was a static member in code, ISOLATES
…On Sun, Nov 15, 2020 at 1:04 PM Mark Davis ***@***.***> wrote:
***@***.**** approved this pull request.
------------------------------
In tools/java/org/unicode/cldr/util/data/languages/isolates.json
<#666 (comment)>:
> @@ -0,0 +1,3 @@
+[
+ "ko", "qu", "root"
Question: what is this for?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#666 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGQZM6HHWQEE3KP7IUJOYTSQAQ3LANCNFSM4QK2W7BA>
.
|
@macchiati I think we've moved on and can close this. |
CLDR-14218 ( was
CLDR-14116)Won't pass tests as is. See also #665