fix: handle names with endings that might parse as versions better#4897
fix: handle names with endings that might parse as versions better#4897rjsparks merged 7 commits intoietf-tools:mainfrom
Conversation
|
Either should also try to fix #4898 at the same time. |
Codecov Report
@@ Coverage Diff @@
## main #4897 +/- ##
=======================================
Coverage 88.47% 88.47%
=======================================
Files 296 296
Lines 39795 39805 +10
=======================================
+ Hits 35208 35218 +10
Misses 4587 4587
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Let's use this one as a base, will close #4862. |
|
OK - I've looked more closely and there's not a quick refactor that would let us test the small bit of logic that's in this functions dispatch, there are already tests of the fuzzy matcher that cover what caused the pain that led to this PR, and #4898 is a symptom of the much more general issue with viewing the last version of a draft before it became RFC. Lets solve the last one after the RFC-as-type-of-document major refactor. Thus, I think this simple fix should go forward so the oauth wg's issue gets resolved. |
fixes #4855