-
Notifications
You must be signed in to change notification settings - Fork 326
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
Expose Unicode normalization methods on Texts #6201
Comments
Greg Travis reports a new STANDUP for today (2023-07-31): Progress: added normalization modes It should be finished by 2023-08-01. Next Day: round builtin |
Greg Travis reports a new 🔴 DELAY for today (2023-08-01): Summary: There is 1 days delay in implementation of the Expose Unicode normalization methods on Texts (#6201) task. Delay Cause: review |
Greg Travis reports a new STANDUP for today (2023-08-01): Progress: review; round builtin benchmarking; column round It should be finished by 2023-08-02. Next Day: column round |
Greg Travis reports a new 🔴 DELAY for today (2023-08-02): Summary: There is 1 days delay in implementation of the Expose Unicode normalization methods on Texts (#6201) task. Delay Cause: no widgets in IDE |
Greg Travis reports a new STANDUP for today (2023-08-02): Progress: convert to new benchmarks; try to get widgets to appear, again; two-level index approach in cross-tab It should be finished by 2023-08-03. Next Day: try again to get widgets; finish two-level index and benchmark |
Expose standard Java string Unicode normalization methods, in Text.
Motivation: the Truffle regex engine does not transparently handle Unicode normalization, so we should let users use it explicitly before using regex operations.
The text was updated successfully, but these errors were encountered: