uv
1f626bfc
- Move `ExcludeNewer` into its own type (#3041)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Comment Changes
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
1 year ago
Move `ExcludeNewer` into its own type (#3041) ## Summary This makes it easier to add (e.g.) JSON Schema derivations to the type. If we have support for other dates in the future, we can generalize it to a `UserDate` or similar.
References
#3041 - Move `ExcludeNewer` into its own type
Author
charliermarsh
Parents
37a43f4b
Files
12
crates
uv-dev/src
resolve_cli.rs
uv-resolver
src
exclude_newer.rs
lib.rs
options.rs
resolver
provider.rs
version_map.rs
tests
resolver.rs
uv
src
cli.rs
commands
pip_compile.rs
pip_install.rs
venv.rs
tests
pip_compile.rs
Loading