-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Improve CURIE and URI handling #791
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #791 +/- ##
==========================================
+ Coverage 39.78% 39.95% +0.17%
==========================================
Files 132 132
Lines 7530 7490 -40
Branches 1741 1730 -11
==========================================
- Hits 2996 2993 -3
+ Misses 4354 4312 -42
- Partials 180 185 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
This PR does the following:
prefix_map
option from parsing URIs/IRIs and bumps by a minor version. Also removes some related code in the public API that was used to support this functionality, including theensure_prefix_list()
function. This probably wasn't used by anyone.Manager
classuse_preferred
on the relevant functions as suggested in Broader support for use_preferred in CURIE/prefix normalization #790