This commit is contained in:
Folkert 2020-09-06 18:53:26 +02:00
parent ceb938c9af
commit 46755973d6
8 changed files with 59 additions and 13 deletions

View file

@ -617,6 +617,7 @@ fn to_relevant_branch_help<'a>(
start.extend(sub_positions);
start.extend(end);
}
Wrapped::EmptyRecord => todo!(),
}
Some(Branch {
@ -1183,7 +1184,7 @@ fn decide_to_branching<'a>(
.expect("jump not in list of jumps");
expr.clone()
}
Leaf(Inline(expr)) => expr,
Leaf(Inline(expr)) => dbg!(expr),
Chain {
test_chain,
success,