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-13970 ST Examples used in patterns; fix front end refresh bug #3406

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

btangmu
Copy link
Member

@btangmu btangmu commented Dec 4, 2023

-Initialize surveyNextLocaleStamp to NaN instead of 0, to avoid complication of wrap-around (however rare/unlikely)

-Bug fix: when surveyNextLocaleStamp is NaN, handle any newly received stamp as a change

-Bug fix: when newly received stamp is less than surveyNextLocaleStamp, that is also a change (however rare/unlikely)

-Add DEBUG_SHOWER, DEBUG_LOCALE_STAMP, and DISABLE_ANNOUNCEMENTS for debugging

-Additional debug logging dependent on existing CLDR_LOAD_DEBUG

-Delete obsolete code and comment about dijitInp; we no longer use Dijit/Dojo

-Comments

CLDR-13970

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

-Initialize surveyNextLocaleStamp to NaN instead of 0, to avoid complication of wrap-around (however rare/unlikely)

-Bug fix: when surveyNextLocaleStamp is NaN, handle any newly received stamp as a change

-Bug fix: when newly received stamp is less than surveyNextLocaleStamp, that is also a change (however rare/unlikely)

-Add DEBUG_SHOWER, DEBUG_LOCALE_STAMP, and DISABLE_ANNOUNCEMENTS for debugging

-Additional debug logging dependent on existing CLDR_LOAD_DEBUG

-Delete obsolete code and comment about dijitInp; we no longer use Dijit/Dojo

-Comments
@btangmu btangmu self-assigned this Dec 4, 2023
@btangmu btangmu requested a review from srl295 December 4, 2023 22:43
@btangmu btangmu merged commit 0338b1a into unicode-org:main Dec 5, 2023
11 checks passed
@btangmu btangmu deleted the t13970_c branch December 5, 2023 15:40
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