Skip to content
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

CLDR-17465 Dashboard/XPathTable #3738

Merged
merged 1 commit into from
May 21, 2024

Conversation

srl295
Copy link
Member

@srl295 srl295 commented May 21, 2024

  • remove duplicate StringId table within XPathTable
  • improve error messaging in cldrDash.mjs

CLDR-17465

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

- remove duplicate StringId table within XPathTable
- improve error messaging in cldrDash.mjs
@srl295 srl295 self-assigned this May 21, 2024
// it may be
return null;
final String getByStringID(long l) {
return StringId.getStringFromId(l);
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the core problem. I don't know why XPathTable had its own StringId cache.

@srl295 srl295 merged commit 4bfec42 into unicode-org:main May 21, 2024
11 checks passed
@srl295 srl295 deleted the cldr-17465/dashboard2 branch May 21, 2024 22:34
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.

2 participants