fix: resolve absolute path to package with trailing slash#942
Conversation
How to use the Graphite Merge QueueAdd the label merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #942 +/- ##
=======================================
Coverage 94.45% 94.45%
=======================================
Files 17 17
Lines 3321 3321
=======================================
Hits 3137 3137
Misses 184 184 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merge activity
|
closes #938 `Path::as_os_str` is used in various places for faster compare, the comparison fails when there is a trailing slash.
56b1950 to
3a0575e
Compare
CodSpeed Performance ReportMerging #942 will degrade performance by 3.15%Comparing Summary
Benchmarks breakdown
Footnotes
|

closes #938
Path::as_os_stris used in various places for faster compare,the comparison fails when there is a trailing slash.