-
-
Notifications
You must be signed in to change notification settings - Fork 823
feat: add C implementation for math/base/assert/is-odd
#1670
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
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 @Shashankss1205 for PR! Iterating again we will prioritise quality over number of PRs merged. This PR could have been better with minor observations from your end. I appreciate your efforts, looking forward to more contributions :)
lib/node_modules/@stdlib/math/base/assert/is-odd/test/test.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Pranav <[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.
This is good to merge with a quick review. Thank you!
@stdlib/math/base/assert/is-odd
math/base/assert/is-odd
cc @stdlib-js/reviewers |
lib/node_modules/@stdlib/math/base/assert/is-odd/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-odd/examples/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-odd/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-odd/include/stdlib/math/base/assert/is_odd.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-odd/include/stdlib/math/base/assert/is_odd.h
Outdated
Show resolved
Hide resolved
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 @Shashankss1205 for working on this. Most comments are related to formatting. You'll benefit from installing EditorConfig, as mentioned in the developer guide.
Okay I'll follow the above mentioned formatting skills in further code changes and have now installed EditorConfig. Thank You @Pranavchiku for the rectification commits in this PR. |
@kgryte @Planeshifter can you please review this and see if it can be merged? |
Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[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. Thanks, @Shashankss1205 and @Pranavchiku!
Closes: stdlib-js#1668 PR-URL: stdlib-js#1670 Co-authored-by: Athan Reines <[email protected]> Co-authored-by: Pranav Goswami <[email protected]> Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Pranav Goswami <[email protected]> Signed-off-by: Pranav Goswami <[email protected]> Signed-off-by: Athan Reines <[email protected]>
Resolves #1668 .
Description
Added C implementation for
@stdlib/math/base/assert/is-odd
Related Issues
No
This pull request:
@stdlib/math/base/assert/is-odd
#1668Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers