-
Notifications
You must be signed in to change notification settings - Fork 218
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
Integration of my config-rs-maint fork #174
Commits on Mar 13, 2021
-
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for 2921c53 - Browse repository at this point
Copy the full SHA 2921c53View commit details -
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for 2d77910 - Browse repository at this point
Copy the full SHA 2d77910View commit details -
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for b4c8836 - Browse repository at this point
Copy the full SHA b4c8836View commit details -
As reported in hjson/hjson-rust#23 the issue of the failing tests is the serde_hjson crate. The problem can be prevented (as reported by hjson/hjson-rust#23 (comment)) by disabling the default features of the crate (namingly preservation of key order). This commit disables the default features of serde_hjson to fix our tests. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for b416544 - Browse repository at this point
Copy the full SHA b416544View commit details -
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for e813eca - Browse repository at this point
Copy the full SHA e813ecaView commit details -
Update Cargo.toml settings for maintenance fork
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for 71adf3d - Browse repository at this point
Copy the full SHA 71adf3dView commit details -
Fix clippy: Use is_empty() instead of comparing to empty string
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for fafa2ac - Browse repository at this point
Copy the full SHA fafa2acView commit details -
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for 9f430e8 - Browse repository at this point
Copy the full SHA 9f430e8View commit details -
Fix imports for new crate name
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Tested-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for bd121fa - Browse repository at this point
Copy the full SHA bd121faView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7090f - Browse repository at this point
Copy the full SHA ba7090fView commit details -
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for b84fed1 - Browse repository at this point
Copy the full SHA b84fed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 887736d - Browse repository at this point
Copy the full SHA 887736dView commit details -
Add a Config::set_once() function to set a value once (and let Config…
…::merge() overwrite it later Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for ea25d5f - Browse repository at this point
Copy the full SHA ea25d5fView commit details -
This patch adds a builder-pattern version of Config::merge(), which can be used for method-chain-building Config objects. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for e701e00 - Browse repository at this point
Copy the full SHA e701e00View commit details
Commits on Mar 14, 2021
-
Update dependency: rust-ini: 0.13 -> 0.16
Cherry picked, fixed merge conflict in Cargo.toml and ran cargo-fmt on the new tree. (cherry picked from commit 43ca83a) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for 010895c - Browse repository at this point
Copy the full SHA 010895cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b04b8 - Browse repository at this point
Copy the full SHA 05b04b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9802e2f - Browse repository at this point
Copy the full SHA 9802e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f205d - Browse repository at this point
Copy the full SHA a3f205dView commit details -
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for 48db2a1 - Browse repository at this point
Copy the full SHA 48db2a1View commit details -
Because of the clash in names with the TryInto and TryFrom traits, we're renaming the functions here to try_serialize/try_deserialize. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Configuration menu - View commit details
-
Copy full SHA for c26a941 - Browse repository at this point
Copy the full SHA c26a941View commit details -
Configuration menu - View commit details
-
Copy full SHA for def3702 - Browse repository at this point
Copy the full SHA def3702View commit details
Commits on Mar 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c06a1d - Browse repository at this point
Copy the full SHA 6c06a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5754b24 - Browse repository at this point
Copy the full SHA 5754b24View commit details -
Revert "Fix imports for new crate name"
This reverts commit bd121fa.
Configuration menu - View commit details
-
Copy full SHA for 9f58c84 - Browse repository at this point
Copy the full SHA 9f58c84View commit details -
Revert "Update Cargo.toml settings for maintenance fork"
This reverts commit 71adf3d.
Configuration menu - View commit details
-
Copy full SHA for 85faa1d - Browse repository at this point
Copy the full SHA 85faa1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f92ab1 - Browse repository at this point
Copy the full SHA 9f92ab1View commit details -
Revert "Add srht build configuration"
This reverts commit 2d77910.
Configuration menu - View commit details
-
Copy full SHA for 8eaeca3 - Browse repository at this point
Copy the full SHA 8eaeca3View commit details