Skip to content

Commit

Permalink
Merge branch version/0-47-0-RC1 to adopt changes from PR #3541
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Oct 15, 2024
2 parents 31e97a5 + e33e509 commit 1feb9f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/runbits/dependencies/changesummary.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ func OutputChangeSummary(out output.Outputer, newBuildPlan *buildplan.BuildPlan,

dependencies = sliceutils.UniqueByProperty(dependencies, func(i *buildplan.Ingredient) any { return i.IngredientID })
directDependencies = sliceutils.UniqueByProperty(directDependencies, func(i *buildplan.Ingredient) any { return i.IngredientID })
// Duplicate entries may occur when multiple artifacts share common dependencies.
addedLocale = sliceutils.Unique(addedLocale)
commonDependencies := directDependencies.CommonRuntimeDependencies().ToIDMap()
numIndirect := len(dependencies) - len(directDependencies) - len(commonDependencies)

Expand Down

0 comments on commit 1feb9f6

Please sign in to comment.