Skip to content

Commit

Permalink
Merge pull request #575 from markusthoemmes/drop-dummy
Browse files Browse the repository at this point in the history
🌱 Drop usage of dummy
  • Loading branch information
k8s-ci-robot authored Jul 15, 2021
2 parents ffa5494 + d06f8b2 commit b2ab2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (l *loader) typeCheck(pkg *Package) {

// it's possible to have a call to check in parallel to a call to this
// if one package in the package graph gets its dependency filtered out,
// but another doesn't (so one wants a "dummy" package here, and another
// but another doesn't (so one wants a "placeholder" package here, and another
// wants the full check).
//
// Thus, we need to lock here (at least for the time being) to avoid
Expand Down

0 comments on commit b2ab2dd

Please sign in to comment.