Skip to content

Rename dependencies type to available and unavailable (#216) #910

Rename dependencies type to available and unavailable (#216)

Rename dependencies type to available and unavailable (#216) #910

Triggered via push May 7, 2024 21:38
Status Failure
Total duration 1m 4s
Artifacts

ci.yml

on: push
Tests pass
56s
Tests pass
No warnings from Clippy
18s
No warnings from Clippy
Source code is formatted
10s
Source code is formatted
Documentation builds successfully
15s
Documentation builds successfully
Commit messages follow project guidelines
15s
Commit messages follow project guidelines
Fit to window
Zoom out
Zoom in

Annotations

1 error
Commit messages follow project guidelines
You have commit messages with errors ⧗ input: Rename dependencies type to available and unavailable (#216) In uv, dependencies are either available or unavailable. They are not unknown, but rather missing due to some brokenness: We're offline but the dep is not cached, the version list failed to deserialize, etc. (https://github.com/astral-sh/uv/blob/0b84eb01408eb0e90b5720b027359aac10708665/crates/uv-resolver/src/resolver/mod.rs#L945-L996). This change is a rename of the variants of `Dependencies` to reflect that, upstreaming the change from uv. ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ⚠ footer's lines must not be longer than 72 characters [footer-max-line-length] ✖ found 2 problems, 1 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint