(my $hyp, my @recheck) = $old_hyp->with_resolution(
$prop, $vdeps, $res->actions
);
+ # Failure to have a $hyp here means an action was disallowed by policy
+ # or failed - unsure if "failed" should be permitted and unsure if policy
+ # checks belong in with_resolution
unless ($hyp) {
return $old_ss->but(
next_step