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

[RFC]: Add @stdlib/utils/every-own-by #818

Closed
3 tasks done
kgryte opened this issue Feb 1, 2023 · 2 comments · Fixed by #1413
Closed
3 tasks done

[RFC]: Add @stdlib/utils/every-own-by #818

kgryte opened this issue Feb 1, 2023 · 2 comments · Fixed by #1413
Assignees
Labels
difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Feature Issue or pull request for adding a new feature. Good First Issue A good first issue for new contributors! JavaScript Issue involves or relates to JavaScript. Needs Discussion Needs further discussion. priority: Low Low priority concern or feature request. RFC Request for comments. Feature requests and proposed changes. Utilities Issue or pull request concerning general utilities.

Comments

@kgryte
Copy link
Member

kgryte commented Feb 1, 2023

Description

This RFC proposes adding a utility to test whether every "own" property of a provided object satisfies a predicate function.

This is the object keys equivalent of @stdlib/utils/every-by.

Package: @stdlib/utils/every-own-by
Alias: everyOwnBy

Related Issues

None.

Questions

No.

Other

No.

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
@kgryte kgryte added RFC Request for comments. Feature requests and proposed changes. Feature Issue or pull request for adding a new feature. Good First Issue A good first issue for new contributors! labels Feb 1, 2023
@kgryte kgryte added Needs Discussion Needs further discussion. priority: Low Low priority concern or feature request. Utilities Issue or pull request concerning general utilities. JavaScript Issue involves or relates to JavaScript. difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. labels Feb 23, 2024
@PraneGIT
Copy link
Contributor

@kgryte assign me this please.

@Planeshifter
Copy link
Member

@PraneGIT Great, just did; looking forward to your contribution!

Planeshifter added a commit that referenced this issue Mar 3, 2024
PR-URL: #1413
Closes: #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>
PoookieCoder pushed a commit to PoookieCoder/stdlib that referenced this issue Mar 7, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Feature Issue or pull request for adding a new feature. Good First Issue A good first issue for new contributors! JavaScript Issue involves or relates to JavaScript. Needs Discussion Needs further discussion. priority: Low Low priority concern or feature request. RFC Request for comments. Feature requests and proposed changes. Utilities Issue or pull request concerning general utilities.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants