Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
drop-ron-and-yaml.patch | drop alternate confy backends for RON and YAML output. serde_yaml is deprecated upstream (see https://github.com/rust-cli/confy/issues/103). And confy depends on ron 0.8, but debian currently only has ron 0.7, and upgrading it would trigger a bigger cascade of changes. The packages that i am working on that depend on confy don't need either the YAML or the RON formats. When upstream fixes the serde_yaml dependency, or debian's ron packaging is synchronized with upstream's ron dependency, please drop these changes. In that case, there will probably be some adjustments needed for the test suite, because an --all-features test will fail. Confy needs to be built with exactly one of toml_conf, ron_conf, or yaml_conf features enabled. |
Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no |