Home | History | Annotate | Download | only in blueprint

Lines Matching refs:dependency

442 // RegisterTopDownMutator registers a mutator that will be invoked to propagate dependency info
1406 // TODO(ccross): what if adding a dependency with a different tag?
1422 Err: fmt.Errorf("dependency %q of %q missing variant:\n %s\navailable variants:\n %s",
1441 Err: fmt.Errorf("%q has a reverse dependency on undefined module %q",
1458 Err: fmt.Errorf("reverse dependency %q of %q missing variant:\n %s\navailable variants:\n %s",
1504 // AddVariationDependency allows adding a dependency on itself, but only if
1526 Err: fmt.Errorf("dependency %q of %q missing variant:\n %s\navailable variants:\n %s",
1730 // updateDependencies recursively walks the module dependency graph and updates
1733 // dependency links and counts of total dependencies. It also reports errors when
1734 // it encounters dependency cycles. This should called after resolveDependencies,
1750 Err: fmt.Errorf("encountered dependency cycle:"),
1775 // Add an implicit dependency ordering on all earlier modules in the same module group
2397 panic(newPanicErrorf(r, "WalkDeps(%s, %s, %s) for dependency %s",
2844 panic(newPanicErrorf(r, "VisitDirectDeps(%s, %s) for dependency %s",
2862 panic(newPanicErrorf(r, "VisitDirectDepsIf(%s, %s, %s) for dependency %s",
2882 panic(newPanicErrorf(r, "VisitDepsDepthFirst(%s, %s) for dependency %s",
2900 panic(newPanicErrorf(r, "VisitDepsDepthFirstIf(%s, %s, %s) for dependency %s",