Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation issues after reachability merge #3649

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

fruffy
Copy link
Collaborator

@fruffy fruffy commented Nov 1, 2022

Fix CI failure that was triggered after a stale merge.

@fruffy fruffy force-pushed the fruffy/fix_tools_compilation branch from c2c12e4 to 07ef042 Compare November 1, 2022 14:09
@@ -65,7 +65,8 @@ SmallStepEvaluator::Result SmallStepEvaluator::step(ExecutionState& state) {
return std::make_pair(rresult, branches);
}

void renginePostporcessing(ReachabilityResult& result, std::vector<Branch>* branches) {
static void renginePostporcessing(ReachabilityResult& result,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you're touching this line, could you also fix the typo? If convenient

Suggested change
static void renginePostporcessing(ReachabilityResult& result,
static void renginePostprocessing(ReachabilityResult& result,

@fruffy fruffy merged commit 95aa178 into main Nov 1, 2022
@fruffy fruffy deleted the fruffy/fix_tools_compilation branch November 3, 2022 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants