-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Removed BB dep from url service #14939
Conversation
Codecov Report
@@ Coverage Diff @@
## main #14939 +/- ##
=======================================
Coverage 52.56% 52.56%
=======================================
Files 1392 1392
Lines 89276 89265 -11
Branches 10142 10142
=======================================
- Hits 46926 46922 -4
+ Misses 42299 42292 -7
Partials 51 51
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hey @Dave3of5, thank you for this PR, really appreciate you taking the time to help out. I've just updated the original issue to be a bit clearer that we need to remove catch predicates first (and why). I'll hold onto this PR and merge it once that work is done. |
@ErisDS Got it, I'll look at creating some PR's for removing the catch predicates then first. |
48da6fd
to
9ea75b3
Compare
@daniellockyer this looks good to me, and like it will prob improve debuggability of issues with the url service, but can you also cast your eyes over before I merge it? Thanks! |
5371dc4
to
2e5401e
Compare
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.
@ErisDS this should be fine now 🙂
My first PR for the project. Started off with a small change for #14882. It's only a single file (two actually) change as was mentioned in the Issue.
I also fixed a typo in a function name.