uv/crates/uv-settings/src
Charlie Marsh d70ea34d45
Fix settings rendering for extra-build-dependencies (#15622)
## Summary

This was fixed in https://github.com/astral-sh/uv/pull/15161, then
reverted as it regressed the error handling. I've re-applied the change
here, but moved the error handling to the runtime, rather than
parse-time. I think this is slightly worse in that we no longer include
the originating source code snippet, but it at least gives us the
expected behavior :(

Closes https://github.com/astral-sh/uv/issues/15124.
2025-09-02 09:06:21 -04:00
..
combine.rs Add file-to-CLI overrides for build isolation configuration (#15437) 2025-08-21 23:54:39 +01:00
lib.rs Treat --upgrade-package on the command-line as overriding upgrade = false in configuration (#15395) 2025-08-21 16:20:55 +01:00
settings.rs Fix settings rendering for extra-build-dependencies (#15622) 2025-09-02 09:06:21 -04:00