-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Implement regress
#774
Implement regress
#774
Conversation
- TODO: Fix methods using capture groups - Hopefully everything still works with the refactor other than capture groups
Test: Improve string::tests::replace_with_function and fix minor typo Can be improved once ridiculousfish/regress#7 is closed
Match::groups simplifies some code.
- TODO: Fix methods using capture groups - Hopefully everything still works with the refactor other than capture groups
Test: Improve string::tests::replace_with_function and fix minor typo Can be improved once ridiculousfish/regress#7 is closed
Match::groups simplifies some code.
Codecov Report
@@ Coverage Diff @@
## master #774 +/- ##
==========================================
- Coverage 59.13% 59.10% -0.04%
==========================================
Files 155 155
Lines 9842 9837 -5
==========================================
- Hits 5820 5814 -6
- Misses 4022 4023 +1
Continue to review full report at Codecov.
|
It seems that this reduces our conformance for something like 19.01% to 18.99%. some of the issues I find are that things like this one fail: It seems that regress is not 100% spec compliant. We should check issues like this one and report them upstream. I will also add some comments, an invalid regex should never panic. |
This Pull Request fixes/closes #478.
It changes the following:
regress
crate in place of theregex
crate