Skip to content

feat: add iter/cartesian-square#1371

Closed
vinayak-00017 wants to merge 4 commits into
stdlib-js:developfrom
vinayak-00017:feature/iterCartesianSquare
Closed

feat: add iter/cartesian-square#1371
vinayak-00017 wants to merge 4 commits into
stdlib-js:developfrom
vinayak-00017:feature/iterCartesianSquare

Conversation

@vinayak-00017
Copy link
Copy Markdown

@vinayak-00017 vinayak-00017 commented Feb 24, 2024

Resolves #1334 .

Description

What is the purpose of this pull request?
implements the package @stdlib/iter/cartesian-square.

This pull request:

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

Copy link
Copy Markdown
Contributor

@stdlib-bot stdlib-bot left a 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. 🏃 💨

@kgryte kgryte added Feature Issue or pull request for adding a new feature. Needs Review A pull request which needs code review. Utilities Issue or pull request concerning general utilities. labels Feb 24, 2024
@kgryte kgryte changed the title feat: added iterCartesianSquare feat: add iter/cartesian-square Feb 24, 2024
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/lib/main.js Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/lib/main.js Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/lib/main.js Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/lib/main.js Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/lib/main.js Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/test/test.js Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/test/test.js
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/docs/types/index.d.ts Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/docs/repl.txt Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/docs/repl.txt Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/benchmark/benchmark.js Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/benchmark/benchmark.js Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/README.md Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/README.md Outdated
Comment thread lib/node_modules/@stdlib/iter/cartesian-square/README.md Outdated
@kgryte kgryte added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Feb 25, 2024
…with the package

Signed-off-by: vinayak <fobo401@gmail.com>
…with package

Signed-off-by: vinayak <fobo401@gmail.com>
@vinayak-00017
Copy link
Copy Markdown
Author

I have made the changes you mentioned. Thanks for the review.

Copy link
Copy Markdown
Member

@Planeshifter Planeshifter left a 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.

@kgryte
Copy link
Copy Markdown
Member

kgryte commented Jun 11, 2024

@vinayak-00017 Are you still interested in working on this PR?

@vinayak-00017
Copy link
Copy Markdown
Author

@vinayak-00017 Are you still interested in working on this PR?

I apologise, I might not be able to complete it.

@stdlib-bot stdlib-bot added the Potential Duplicate There might be another pull request resolving the same issue. label Mar 30, 2026
@github-actions github-actions Bot mentioned this pull request Mar 30, 2026
@stdlib-bot stdlib-bot removed the Potential Duplicate There might be another pull request resolving the same issue. label May 20, 2026
@kgryte kgryte added the autoclose: Stale Pull request which should be auto-closed as considered stale. label May 20, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

This pull request has been automatically closed because it has been inactive for an extended period after changes were requested. If you still wish to pursue this contribution, feel free to reopen the pull request or submit a new one.

We appreciate your interest in contributing to stdlib!

@stdlib-bot stdlib-bot closed this May 20, 2026
@stdlib-bot stdlib-bot added the Good First PR A pull request resolving a Good First Issue. label May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autoclose: Stale Pull request which should be auto-closed as considered stale. Feature Issue or pull request for adding a new feature. Good First PR A pull request resolving a Good First Issue. Needs Changes Pull request which needs changes before being merged. Utilities Issue or pull request concerning general utilities.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC]: add @stdlib/iter/cartesian-square

4 participants