-
Notifications
You must be signed in to change notification settings - Fork 1.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
[chore] rely on strict input parsing to error out on invalid unsigned int values #10609
Conversation
a0a8a9e
to
ca47f3a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10609 +/- ##
==========================================
- Coverage 91.68% 91.68% -0.01%
==========================================
Files 404 404
Lines 18953 18947 -6
==========================================
- Hits 17377 17371 -6
Misses 1217 1217
Partials 359 359 ☔ View full report in Codecov by Sentry. |
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.
If people disable the feature gate, we would still want to have this, right?
True, maybe need to wait for the feature gate to be stable. This TODO is going to block confmap 1.0. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Blocked by #10793 |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This removes a hook for confmap that was used to handle invalid uint values, now that #9532 is fixed.