On 12/14/2020 11:21 AM, Elijah Newren via GitGitGadget wrote: > if (type_changed && collision) { > /* special handling so later blocks can handle this */ > die("Not yet implemented"); > + if (source_deleted) { I didn't catch this in my earlier message, but the opening brace of the if (type_changed && collision) gets squashed here, causing a compiler break. Thanks, -Stolee