-
-
Notifications
You must be signed in to change notification settings - Fork 739
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 iter/cartesian-square
#1371
base: develop
Are you sure you want to change the base?
feat: add iter/cartesian-square
#1371
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.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
iter/cartesian-square
Signed-off-by: vinayak <fobo401@gmail.com>
lib/node_modules/@stdlib/iter/cartesian-square/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/iter/cartesian-square/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/iter/cartesian-square/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
…with the package Signed-off-by: vinayak <fobo401@gmail.com>
…with package Signed-off-by: vinayak <fobo401@gmail.com>
I have made the changes you mentioned. Thanks for the review. |
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.
The tests currently won't run in environments lacking Symbol.iterator
support. See the tests for other iterator packages such as https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/iter/head/test/test.js for how to ensure that tests can run in older environments lacking Symbols. This is currently blocking merging this PR.
@vinayak-00017 Are you still interested in working on this PR? |
I apologise, I might not be able to complete it. |
Resolves #1334 .
Description
This pull request:
Related Issues
This pull request:
@stdlib/iter/cartesian-square
#1334Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers