-
Notifications
You must be signed in to change notification settings - Fork 227
Refactor env_preferences to host_info #7113
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
base: main
Are you sure you want to change the base?
Conversation
7b7864e
to
84e83fe
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.
API overall looks quite straightforward
I'll need help figuring out how to avoid enabling |
//! | Date format | ⚠️ | ⚠️ | ⚠️ | ⚠️ | ⚠️ | | ||
//! | Number format | ⚠️ | ⚠️ | ⚠️ | ⚠️ | ⚠️ | | ||
//! | ||
//! <sup>(1)</sup> In case of Linux different DE's such as Gnoem and KDE are supported together. |
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.
what's a "DE"?
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.
Desktop Environment
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.
please spell out. also Gnome has a typo
🎉 All dependencies have been resolved ! |
Thanks all. Applied feedback and rebased on top of main. I'm still not sure how to handle working around |
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.
lgtm, I also don't know how to fix the --all-features test. Does the gio
provide any guidance for use in libraries?
Depends on #7112 .
Partially resolves #5869 implementing refactor plus documentation, and fixing #6574 .