uv
1f626bfc - Move `ExcludeNewer` into its own type (#3041)

Comment changes are shownComment changes are hidden
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.
Author
Parents
  • crates
    • uv-dev/src
      • File
        resolve_cli.rs
    • uv-resolver
      • src
        • File
          exclude_newer.rs
        • File
          lib.rs
        • File
          options.rs
        • resolver
          • File
            provider.rs
        • File
          version_map.rs
      • tests
        • File
          resolver.rs
    • uv
      • src
        • File
          cli.rs
        • commands
          • File
            pip_compile.rs
          • File
            pip_install.rs
          • File
            venv.rs
      • tests
        • File
          pip_compile.rs