-
Notifications
You must be signed in to change notification settings - Fork 257
OCPBUGS-1004: (bug) semver veneer render: dump descriptive source info on error instead of the source data #1021
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
@grokspawn: This pull request references Jira Issue OCPBUGS-1004, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #1021 +/- ##
==========================================
- Coverage 51.68% 51.66% -0.02%
==========================================
Files 102 102
Lines 9164 9164
==========================================
- Hits 4736 4735 -1
- Misses 3520 3521 +1
Partials 908 908
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
/jira refresh |
@grokspawn: This pull request references Jira Issue OCPBUGS-1004, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Jordan Keister <[email protected]>
0a622e3
to
9379c57
Compare
/lgtm |
@grokspawn: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-1004 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…rator-framework#1021) (#1) Signed-off-by: Jordan Keister <[email protected]> Signed-off-by: Jordan Keister <[email protected]> Signed-off-by: Jordan Keister <[email protected]> Co-authored-by: Jordan Keister <[email protected]>
…rator-framework#1021) Signed-off-by: Jordan Keister <[email protected]> Signed-off-by: Jordan Keister <[email protected]>
Signed-off-by: Jordan Keister [email protected]
Description of the change:
when we deduce the input type, retain a descriptor of the type for use in future error messages
Motivation for the change:
previously, failed render attempt would output the input filename to let the user know where the error arose. when we expanded input to include stdin we rescoped to a datatype which is not meaningful when printed as part of the user message
Reviewer Checklist
/docs