-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat(core): initial normalization 🙀 #9728
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcb6796 - Browse repository at this point
Copy the full SHA dcb6796View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c4642a - Browse repository at this point
Copy the full SHA 8c4642aView commit details -
chore(core): dx: improve test output 🙀
- colorize ldml test For: #9468
Configuration menu - View commit details
-
Copy full SHA for 15e6fb6 - Browse repository at this point
Copy the full SHA 15e6fb6View commit details
Commits on Oct 11, 2023
-
feat(core): ldml normalization 🙀
- 0 steps forward, 4294967294 steps back For: #9468
Configuration menu - View commit details
-
Copy full SHA for daa0523 - Browse repository at this point
Copy the full SHA daa0523View commit details
Commits on Oct 12, 2023
-
feat(core): ldml normalization 🙀
- change tests to NFD for now For: #9468
Configuration menu - View commit details
-
Copy full SHA for 522d2ef - Browse repository at this point
Copy the full SHA 522d2efView commit details -
feat(core): ldml normalization 🙀
- split out 'process_key_string' For: #9468
Configuration menu - View commit details
-
Copy full SHA for e64f596 - Browse repository at this point
Copy the full SHA e64f596View commit details -
feat(core): ldml normalization 🙀
- change more tests to NFD for now For: #9468
Configuration menu - View commit details
-
Copy full SHA for 736af4b - Browse repository at this point
Copy the full SHA 736af4bView commit details -
feat(core): ldml normalization 🙀
- more progress in the normalization pipeline. Trying to keep it from leaking. - normalize output to NFC. - normalize json test data to NFC (both context and expected). - we do NOT try to normalize the 'embedded' strings currently. - yet more test data fixes (turns out u+00e0 ≠ u+00e8) For: #9468
Configuration menu - View commit details
-
Copy full SHA for a577bd2 - Browse repository at this point
Copy the full SHA a577bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b4836 - Browse repository at this point
Copy the full SHA 84b4836View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3de1ff - Browse repository at this point
Copy the full SHA b3de1ffView commit details -
feat(core): ldml normalization 🙀
- fix unnecessary test churn. For: #9468
Configuration menu - View commit details
-
Copy full SHA for 95ad1c4 - Browse repository at this point
Copy the full SHA 95ad1c4View commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf15feb - Browse repository at this point
Copy the full SHA bf15febView commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79f37f7 - Browse repository at this point
Copy the full SHA 79f37f7View commit details -
fix(core): ldml update to normalization per review 🙀
- simplify normalize_nfc and normalize_nfd functions For: #9468
Configuration menu - View commit details
-
Copy full SHA for 9ee183c - Browse repository at this point
Copy the full SHA 9ee183cView commit details
Commits on Oct 17, 2023
-
fix(core): ldml update to normalization per review 🙀
For: #9468 Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for 93e1c18 - Browse repository at this point
Copy the full SHA 93e1c18View commit details
Commits on Oct 18, 2023
-
fix(core): ldml more updates to normalization per review 🙀
- verify marker string as it's popped off - add a missing pragma to debuglog.h - move UErrorCode out of ldml_processor, change normalization functions to return true on success For: #9468
Configuration menu - View commit details
-
Copy full SHA for 9dbf70c - Browse repository at this point
Copy the full SHA 9dbf70cView commit details -
fix(core): ldml more updates to normalization per review 🙀
- refactor internal normalization call For: #9468
Configuration menu - View commit details
-
Copy full SHA for f1b12a1 - Browse repository at this point
Copy the full SHA f1b12a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c7361 - Browse repository at this point
Copy the full SHA c4c7361View commit details -
fix(core): ldml more updates to normalization per review 🙀
- consistency For: #9468
Configuration menu - View commit details
-
Copy full SHA for 3723e6b - Browse repository at this point
Copy the full SHA 3723e6bView commit details
Commits on Oct 19, 2023
-
fix(core): ldml more updates to normalization per review 🙀
- move meat of uassert_success() into an inline For: #9468
Configuration menu - View commit details
-
Copy full SHA for 4afe038 - Browse repository at this point
Copy the full SHA 4afe038View commit details -
fix(core): ldml more updates to normalization per review 🙀
- improve assert failure handling- fix a potential heap leak For: #9468
Configuration menu - View commit details
-
Copy full SHA for 1d9820b - Browse repository at this point
Copy the full SHA 1d9820bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9292410 - Browse repository at this point
Copy the full SHA 9292410View commit details -
fix(core): ldml more updates to normalization per review 🙀
- reduce function depth - catch another gotcha (valid was being overwritten) For: #9468
Configuration menu - View commit details
-
Copy full SHA for 4cdc2c3 - Browse repository at this point
Copy the full SHA 4cdc2c3View commit details