-
Notifications
You must be signed in to change notification settings - Fork 100
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
Noise: update calls to use sdf::Errors parameters #1151
Conversation
Signed-off-by: Marco A. Gutierrez <[email protected]>
Signed-off-by: Marco A. Gutierrez <[email protected]>
526ce7d
to
d9f6b5b
Compare
Signed-off-by: Marco A. Gutierrez <[email protected]>
Signed-off-by: Marco A. Gutierrez <[email protected]>
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.
LGTM!
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.
Just noticed that there is Noise_TEST.cc
, could you a few minimal tests for the function overload? Perhaps something similar to TEST(DOMNoise, ToElement)
, and another where an expected error is returned
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.
Per DM, changes are small enough, more tests not required. LGTM!
Codecov Report
@@ Coverage Diff @@
## sdf13 #1151 +/- ##
=======================================
Coverage 87.44% 87.44%
=======================================
Files 126 126
Lines 16341 16349 +8
=======================================
+ Hits 14289 14297 +8
Misses 2052 2052
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Marco A. Gutierrez <[email protected]>
Just went ahead and added a test, since the workload was not very heavy. |
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.
Thanks for adding the test!
Signed-off-by: Marco A. Gutierrez [email protected]
🎉 New feature
Work towards #820.
Depends on: #1141.
Summary
Adds missing
Errors
structure parameters in a few methods of the Noise class.Test it
Using the Noise class should report all errors through
sdf::Errors
if theerrors
parameter is used, it should print them otherwise.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.