Skip to content

Conversation

@srl295
Copy link
Member

@srl295 srl295 commented Nov 21, 2025

CLDR-18671

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

- support any version of the xmlns prefix, not just the latest
- support any version of the xmlns prefix, not just the latest
- use the wrapper in more places
@srl295 srl295 changed the title Cldr 18671/noisy kbd test CLDR-18671 quell noisy kbd test Nov 21, 2025
}
} else {
System.err.println(
"Nomatch in "
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • remove debug

Comment on lines -388 to -389
DoctypeXmlStreamWrapper.wrap(is);
xmlReader.parse(is);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error, the wrap() function had no side effect (it returns a wrapped object)

}
}

private static final Pattern numberAndType = PatternCache.get("^([0-9][0-9])\\/([a-zA-Z0-9]+)");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to support any schema url including v45, etc. Ideally we would check conformsTo here, but at this level we don't typically have access to cldr-archive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant