-
Notifications
You must be signed in to change notification settings - Fork 183
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
Update locale_core::preferences to stakeholder alignment #5729
Conversation
bed1d48
to
9bcc486
Compare
@sffc @robertbastian - can I get a high level thumbs up on that direction? |
Looks like what we agreed on |
Added list format - @sffc @robertbastian - PTAL. If you're good with that, I'll document it and we're gtg |
37921e8
to
0dab081
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ListFormatterPreferences
seems about right.
As written in a comment, I don't really see switching around how we do options right now. I guess it generates merge
functions, which is nice, but can't we add those on later?
I also don't agree with changing all constructors to use options bags just because they can. The ones that don't take options bags use positional arguments instead and are named _with_foo
or _with_foo_and_bar
. That seems fine to me.
95105d4
to
377185d
Compare
69606a3
to
3ea2a5e
Compare
Address #419 feedback