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

Make identify::Config fields private #5660

Closed
jxs opened this issue Nov 5, 2024 · 3 comments · Fixed by #5663
Closed

Make identify::Config fields private #5660

jxs opened this issue Nov 5, 2024 · 3 comments · Fixed by #5663

Comments

@jxs
Copy link
Member

jxs commented Nov 5, 2024

Description

they don't need to be public, we should make it consistent across the project and have them private with getters and setters

Motivation

see #5574 (comment) for more information on the why
NB: We should take advantage of the minor version #5574 introduces and land this with it

Current Implementation

Current implementation has identify::Config fields public

Are you planning to do it yourself in a pull request ?

Maybe

@kamuik16
Copy link
Contributor

kamuik16 commented Nov 5, 2024

@jxs If anyone's not taking this, can I work on it?

@jxs
Copy link
Member Author

jxs commented Nov 5, 2024

thanks @kamuik16! Go for it 😁

@kamuik16
Copy link
Contributor

kamuik16 commented Nov 5, 2024

thanks @kamuik16! Go for it 😁

Already opened a PR for it!

@mergify mergify bot closed this as completed in #5663 Nov 6, 2024
mergify bot pushed a commit that referenced this issue Nov 6, 2024
## Description

Closes #5660 

## Change checklist

- [x] I have performed a self-review of my own code
- [x] I have made corresponding changes to the documentation
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] A changelog entry has been made in the appropriate crates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants