Skip to content

Commit

Permalink
rename ASSIGNING → MATCHING
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed May 24, 2024
1 parent 83a3336 commit ef5f94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extension Unidoc.EditionStateReport
/// The previous build was skipped because the selected version had already been built.
case SKIPPED
/// The package is being assigned a builder and a version to build.
case ASSIGNING
case MATCHING

/// A builder is cloning some version of the package.
case ASSIGNED_CLONING_REPOSITORY
Expand Down
2 changes: 1 addition & 1 deletion Sources/UnidocAPI/Building/Unidoc.EditionStateReport.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extension Unidoc.EditionStateReport
{
switch stage
{
case .initializing: return .ASSIGNING
case .initializing: return .MATCHING
case .cloningRepository: return .ASSIGNED_CLONING_REPOSITORY
case .resolvingDependencies: return .ASSIGNED_BUILDING
case .compilingCode: return .ASSIGNED_BUILDING
Expand Down

0 comments on commit ef5f94c

Please sign in to comment.