Skip to content

Commit

Permalink
Can't put the warning in the middle, break compile
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jan 13, 2024
1 parent 5e93b38 commit 5c13e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ValidatorCore/Commands/CheckDependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ public struct CheckDependencies: AsyncParsableCommand {
}

// merge with existing and sort result
#warning("This is a temporary fix!")
let packageList = try inputSource.packageURLs()
let server = serverPackages.map(\.packageURL)
#warning("This is a temporary fix!")
let deleted = Set(server).subtracting(packageList)
let merged = Array(newPackages.map(\.value.packageURL))
.mergingWithExisting(urls: server)
Expand Down

0 comments on commit 5c13e89

Please sign in to comment.