Migrate sanitizers to transition mutators.
The logic is not 100% provably the same since HEAD was quite confusing at some points, but I did make an effort to preserve functional equivalence. In case that effort was not enough, it should be pretty easy to tweak the logic at HEAD since it's still quite malleable. Bug: 231370928 Test: Presubmits. Change-Id: I17b2efbfb5c4d0aedd922caed54ff8d857e578df
This commit is contained in:
@@ -96,10 +96,11 @@ var singletons sortableComponents
|
||||
var preSingletons sortableComponents
|
||||
|
||||
type mutator struct {
|
||||
name string
|
||||
bottomUpMutator blueprint.BottomUpMutator
|
||||
topDownMutator blueprint.TopDownMutator
|
||||
parallel bool
|
||||
name string
|
||||
bottomUpMutator blueprint.BottomUpMutator
|
||||
topDownMutator blueprint.TopDownMutator
|
||||
transitionMutator blueprint.TransitionMutator
|
||||
parallel bool
|
||||
}
|
||||
|
||||
var _ sortableComponent = &mutator{}
|
||||
|
Reference in New Issue
Block a user