-
- Notifications
You must be signed in to change notification settings - Fork 34.1k
lib: enforce use of URLParse #61016
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
lib: enforce use of URLParse #61016
Conversation
There's no reason to use the user-mutable `URL.parse` in core.
| Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## main #61016 +/- ## ========================================== + Coverage 88.51% 88.54% +0.02% ========================================== Files 703 703 Lines 208432 208432 Branches 40200 40195 -5 ========================================== + Hits 184502 184548 +46 + Misses 15957 15905 -52 - Partials 7973 7979 +6
🚀 New features to boost your workflow:
|
mcollina left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
gurgunday left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
| Landed in 81e05e1 |
There's no reason to use the user-mutable
URL.parsein core.