Skip to content
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 array/base/take-map #1349

Merged
merged 24 commits into from
Mar 6, 2024
Merged

feat: add array/base/take-map #1349

merged 24 commits into from
Mar 6, 2024

Conversation

vr-varad
Copy link
Contributor

@vr-varad vr-varad commented Feb 22, 2024

Closes: #1321

Description

What is the purpose of this pull request?

This pull request:

  • Adds @stdlib/array/base/take-map.

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

@vr-varad
Copy link
Contributor Author

cc @Planeshifter

README.md Outdated Show resolved Hide resolved
@kgryte
Copy link
Member

kgryte commented Feb 22, 2024

@vr-varad Would you mind updating your OP to use our GitHub PR template?

Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR needs to be updated before we can review.

@vr-varad vr-varad changed the title Added take-map functionality and added namespace exmaples. Added namespace exmaples. Feb 23, 2024
@vr-varad vr-varad requested a review from kgryte February 23, 2024 03:58
@vr-varad vr-varad changed the title Added namespace exmaples. Added @stdlib/array/base/take. Feb 23, 2024
@vr-varad vr-varad changed the title Added @stdlib/array/base/take. Added @stdlib/array/base/take-map. Feb 23, 2024
@vr-varad
Copy link
Contributor Author

@kgryte any changes needed??

@vr-varad
Copy link
Contributor Author

vr-varad commented Feb 23, 2024

All tests are running succesfully. @Planeshifter

@vr-varad
Copy link
Contributor Author

@kgryte I have made some necessary changes to the document, and I would greatly appreciate it if you could take the time to review it.

@kgryte kgryte changed the title Added @stdlib/array/base/take-map. feat: array/base/take-map Feb 24, 2024
@kgryte kgryte added Feature Issue or pull request for adding a new feature. Utilities Issue or pull request concerning general utilities. labels Feb 24, 2024
@kgryte kgryte changed the title feat: array/base/take-map feat: add array/base/take-map Feb 24, 2024
@vr-varad vr-varad requested a review from kgryte February 24, 2024 03:21
@kgryte
Copy link
Member

kgryte commented Feb 25, 2024

@vr-varad I won't get to it tonight, but I will try and take another look at it tomorrow.

@vr-varad
Copy link
Contributor Author

vr-varad commented Feb 25, 2024

No problem now can I work on another issue @kgryte

Copy link
Member

@Pranavchiku Pranavchiku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are minor changes that needs to be made, once addressed this PR will be good to review.

lib/node_modules/@stdlib/array/base/take-map/README.md Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/README.md Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/README.md Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/docs/repl.txt Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/docs/repl.txt Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/test/test.js Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take/lib/main.js Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take/package.json Outdated Show resolved Hide resolved
@vr-varad
Copy link
Contributor Author

@Pranavchiku i did all the changes suggested

@vr-varad
Copy link
Contributor Author

vr-varad commented Feb 27, 2024

@kgryte @Pranavchiku any more changes to be done? Or ready to merge

@Pranavchiku
Copy link
Member

I'll review it in a while, we appreciate your contribution, thank you!

@vr-varad
Copy link
Contributor Author

@Pranavchiku can i work on another issue??

Copy link
Member

@Pranavchiku Pranavchiku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vr-varad please address previous comments, there are a lot pending. I request you to prioritise quality of PRs over number of merged.

lib/node_modules/@stdlib/array/base/take-map/README.md Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/README.md Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/README.md Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/lib/assign.js Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/lib/assign.js Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/lib/assign.js Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/lib/assign.js Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/lib/assign.js Outdated Show resolved Hide resolved
@vr-varad
Copy link
Contributor Author

sorry @Pranavchiku I will keep that in mind, I thought that all issues were resolved sorry once again can u please approve the workflow. Sorry once again

@vr-varad
Copy link
Contributor Author

@Pranavchiku can u review this are there any issue to resolve

@vr-varad
Copy link
Contributor Author

@kgryte @Pranavchiku @Planeshifter any updates on reviews??

@vr-varad
Copy link
Contributor Author

vr-varad commented Mar 2, 2024

@kgryte @Pranavchiku @Planeshifter any updates on reviews ?? actually I am interested in contributing more so could i do it??

Copy link
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.

Looked through the latest code on the PR and left a few more comments. This should be getting close to be ready for merging though. Thanks for hanging in there and persisting!

lib/node_modules/@stdlib/array/base/take-map/README.md Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/README.md Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take/package.json Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/package.json Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/docs/repl.txt Outdated Show resolved Hide resolved
lib/node_modules/@stdlib/array/base/take-map/docs/repl.txt Outdated Show resolved Hide resolved
@vr-varad
Copy link
Contributor Author

vr-varad commented Mar 2, 2024

@Planeshifter I have made the necessary changes I would like it to get reviewed @Pranavchiku @kgryte
and Please approve the workflows

@vr-varad
Copy link
Contributor Author

vr-varad commented Mar 6, 2024

hey @kgryte @Planeshifter @Pranavchiku
Just wanted to give you a heads up – my first PR is in review. Any chance I can dive into another issue while waiting? Excited to keep the momentum going!

Signed-off-by: Philipp Burckhardt <[email protected]>
@Planeshifter
Copy link
Member

@vr-varad Did one more review, sorry for the delay. This should now be ready to merge. Thank you!

Feel free to work on other issues; would love to see you continue contributing to stdlib! 🚀

@Planeshifter Planeshifter merged commit 0bc38ac into stdlib-js:develop Mar 6, 2024
7 checks passed
utkrs01 pushed a commit to utkrs01/stdlib that referenced this pull request Mar 7, 2024
PR-URL: stdlib-js#1349
Closes: stdlib-js#1321

---------

Signed-off-by: Philipp Burckhardt <[email protected]>
Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Athan Reines <[email protected]>
Reviewed-by: Pranav Goswami <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
nishant-s7 pushed a commit to nishant-s7/stdlib that referenced this pull request Mar 7, 2024
PR-URL: stdlib-js#1349
Closes: stdlib-js#1321

---------

Signed-off-by: Philipp Burckhardt <[email protected]>
Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Athan Reines <[email protected]>
Reviewed-by: Pranav Goswami <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
@Planeshifter Planeshifter removed the Needs Review A pull request which needs code review. label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issue or pull request for adding a new feature. 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/array/base/take-map
4 participants