-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix B5 digest calculations for transitive dependencies
This fixes the B5 digests calculation for remote Modules when a transitive dependency is no longer a declared dependency in the target ModuleSet. The digest calculation on Module.Digest would filter declared dependencies of the remote Module to those of the parents. On creation of bufmodule.NewModuleData the given getDeclaredDepModuleKeys must return all direct and transistive dependencies. All declared dependencies must be used when calculating the digest to ensure the digests match for the Module and ModuleData.
- Loading branch information
1 parent
34d54b9
commit fdd520a
Showing
5 changed files
with
105 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters