-
-
Notifications
You must be signed in to change notification settings - Fork 175
Fix with_suffix
re-encoding entire name
#1468
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
Conversation
CodSpeed Performance ReportMerging #1468 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1468 +/- ##
=======================================
Coverage 98.91% 98.92%
=======================================
Files 32 32
Lines 6012 6045 +33
Branches 358 362 +4
=======================================
+ Hits 5947 5980 +33
Misses 62 62
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Same code as `with_name` but quotes only the new suffix, leaving the existing name as is
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.
Thanks @NTFSvolume
What do these changes do?
Make
with_suffix
only encode the new suffix instead of the entire name. The code is the same aswith_name
except that it only applies the quoter to the suffix, not the name.Are there changes in behavior for the user?
Yes
Related issue number
with_suffix
always reencode entire name #1467Checklist