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/any-own-by #819

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

[RFC]: Add @stdlib/utils/any-own-by #819

kgryte opened this issue Feb 1, 2023 · 4 comments · Fixed by #1851
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 any "own" property of a provided object satisfies a predicate function.

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

Package: @stdlib/utils/any-own-by
Alias: anyOwnBy

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. 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. Utilities Issue or pull request concerning general utilities. labels Feb 23, 2024
@Pranavbj
Copy link

Pranavbj commented Feb 27, 2024

@Pranavchiku @Planeshifter I would like to work on this issue.

@Pranavchiku
Copy link
Member

Thanks @Pranavbj for your interest! Assigned this to you.

@Rec0iL99
Copy link
Contributor

Rec0iL99 commented Mar 8, 2024

Hi @Pranavbj, are you still working on this? If not, I would like to take this on.

@Planeshifter Planeshifter assigned Rec0iL99 and unassigned Pranavbj Mar 8, 2024
@Planeshifter
Copy link
Member

@Rec0iL99 Feel free to work on this package, I just assigned the issue to you since there hasn't been any public progress on Pranav's part since being assigned on Feb 27th.

Planeshifter added a commit that referenced this issue Mar 17, 2024
PR-URL: #1851
Closes: #819

---------

Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.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.

5 participants