Closed Lestropie closed 6 months ago
clang-tidy review says "All clean, LGTM! :+1:"
clang-tidy review says "All clean, LGTM! :+1:"
I've done a manual cross-reference of the changeset against the underlying commits, and found one small glitch from manual merge conflict resolution in python/bin/mrtrix3.py
(which should disappear soon on dev
anyways as part of #2741). Going to merge this to allow its merge into other PRs to unblock them, since this addresses CI failures on dev
.
clang-tidy review says "All clean, LGTM! :+1:"
Attempting to merge the latest changes on
master
onto thedev
branch. Will need to cross-check the commits with the proposed changes, make sure that merge commit 3d4f392a75672040afeb4fb55e12f54da0a8fa17 doesn't accidentally revert anything.For the record, I accidentally created merge commit 3d4f392a75672040afeb4fb55e12f54da0a8fa17 on my local
dev
branch, pushed it, and GitHub actually accepted it, with the following message:I then couldn't force-push GitHub's
dev
back one commit because of being locked against force pushes. For now, I've gotten around this by giving myself and @jdtournier the ability to force push todev
. However GitHub should not have accepted that commit in the first place according to the branch settings.