-
-
Notifications
You must be signed in to change notification settings - Fork 587
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
feat: add utils/every-own-by
#1413
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.
I've looked over the code and added some general styling suggestions, consider looking into them
lib/node_modules/@stdlib/utils/every-own-by/benchmark/julia/benchmark.jl
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/utils/every-own-by/benchmark/julia/benchmark.jl
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/utils/every-own-by/benchmark/julia/benchmark.jl
Outdated
Show resolved
Hide resolved
utils/every-own-by
@Planeshifter I have done the changes and also fixed benchmark.jl file can you review this PR ? |
lib/node_modules/@stdlib/utils/every-own-by/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/utils/every-own-by/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/utils/every-own-by/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
@PraneGIT Thanks! Looked good overall, but there were a bunch of small documentation fixes that had to be made. Will merge once CI has passed. |
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.
@Planeshifter Why was a Julia benchmark added to this package? Julia has no equivalent functionality. This was copied from utils/every
, but is not appropriate here.
PR-URL: stdlib-js#1413 Closes: stdlib-js#818 --------- Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com> Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Aditya Sapra <110766802+adityacodes30@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Resolves #818.
Description
adds Package: @stdlib/utils/every-own-by
This pull request:
Related Issues
This pull request:
@stdlib/utils/every-own-by
#818Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers