-
Notifications
You must be signed in to change notification settings - Fork 323
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
Update Text.replace
and Text.replace_all
.
#5122
Comments
Greg Travis reports a new STANDUP for today (2023-03-10): Progress: find, find_all It should be finished by 2023-03-15. Next Day: Regex tests |
Greg Travis reports a new STANDUP for today (2023-03-13): Progress: Regex_2_Specs, replace It should be finished by 2023-03-15. Next Day: replace |
Greg Travis reports a new STANDUP for today (2023-03-14): Progress: replace, previous PR comments It should be finished by 2023-03-15. Next Day: tests |
Greg Travis reports a new 🔴 DELAY for today (2023-03-15): Summary: There is 1 day delay in implementation of the Update Delay Cause: brutal merge problems |
Greg Travis reports a new STANDUP for today (2023-03-15): Progress: replace, previous PR comments It should be finished by 2023-03-16. Next Day: tests |
Greg Travis reports a new 🔴 DELAY for today (2023-03-16): Summary: There is 1 day delay in implementation of the Update Delay Cause: more unicode/grapheme trickiness Possible solutions: confirm theory and decide if want to expand to grapheme |
Greg Travis reports a new STANDUP for today (2023-03-16): Progress: replace Text.replace with new replace. Update tests. Debugging unicode/grapheme weirdness It should be finished by 2023-03-17. Next Day: decide about grapheme weirdness |
Greg Travis reports a new 🔴 DELAY for today (2023-03-17): Summary: There is 1 day delay in implementation of the Update Delay Cause: fixed grapheme expansion bug; docs; cleanup |
Greg Travis reports a new STANDUP for today (2023-03-17): Progress: fixed grapheme expansion bug; docs; cleanup It should be finished by 2023-03-18. Next Day: more small tasks |
Greg Travis reports a new 🔴 DELAY for today (2023-03-20): Summary: There is 1 day delay in implementation of the Update Delay Cause: Need LRU cache for Replacer |
Greg Travis reports a new 🔴 DELAY for today (2023-03-20): Summary: There is 2 day delay in implementation of the Update Delay Cause: Need LRU cache for Replacer |
Greg Travis reports a new STANDUP for today (2023-03-20): Progress: Implemented LRU cache for replacer It should be finished by 2023-03-21. Next Day: review |
Greg Travis reports a new 🔴 DELAY for today (2023-03-21): Summary: There is 1 day delay in implementation of the Update Delay Cause: More review stuff |
Greg Travis reports a new STANDUP for today (2023-03-21): Progress: More review stuff It should be finished by 2023-03-22. Next Day: review |
Greg Travis reports a new 🔴 DELAY for today (2023-03-22): Summary: There is 1 day delay in implementation of the Update Delay Cause: More review stuff |
Greg Travis reports a new STANDUP for today (2023-03-22): Progress: Making things consistent across all regex methods It should be finished by 2023-03-23. Next Day: more of the same |
Greg Travis reports a new 🔴 DELAY for today (2023-03-23): Summary: There is 1 day delay in implementation of the Update Delay Cause: More review stuff |
Greg Travis reports a new STANDUP for today (2023-03-23): Progress: Trying to run Table_Tests It should be finished by 2023-03-24. Next Day: more of the same |
Greg Travis reports a new 🔴 DELAY for today (2023-03-24): Summary: There is 1 day delay in implementation of the Update Delay Cause: table tests failing |
Greg Travis reports a new STANDUP for today (2023-03-24): Progress: table tests working It should be finished by 2023-03-25. Next Day: final review |
Greg Travis reports a new 🔴 DELAY for today (2023-03-27): Summary: There is 2 day delay in implementation of the Update Delay Cause: waiting for approval |
Greg Travis reports a new STANDUP for today (2023-03-27): Progress: split; removing old regex code; book club It should be finished by 2023-03-27. Next Day: removing old regex code |
This task is automatically imported from the old Task Issue Board and it was originally created by James Dunkerley.
Original issue is here.
Building on top of the new Regex.compile this ticket is to add
replace
andreplace_all
to the Pattern object and then retire all the old Regex modules. Note: this will include implementing replacing special target strings.The replace function loses the ability to target the last instance.
The text was updated successfully, but these errors were encountered: