Closed bittner closed 3 weeks ago
This PR is a follow-up on #2183, which was accidentally closed. See there and #2160 for clarifications, as the changes were discussed in depth.
The failing of the lint job is unrelated to the changes introduced in this PR.
This PR fixes a bug. The changes have been extensively discussed.
The only thing missing it someone to press the Merge button. Please? :pray:
Can anyone clarify why for macos-11 tests are skipped, which makes the test job fail? 52 tests are skipped: (3 + 46 + 3)
Is this relevant and needs fixing, or is this an operational error or a flaky test suite?
@bittner I don't have an answer for why the macos tests do this, but it is my understanding that yes, they need fixing.
Can we first merge all the other git-alias related PRs? My hope is that after rebasing onto those changesets the tests run successfully, PRs like this one either succeed (by magic, i.e. we have flaky tests) or the reasons for failing will become clearer.
Description
Consolidates the
git rebase
aliases thus fixing the unintended overloading ofgrm
.gdel
is outphased as an unclear, non-intuitive sibling ofgbD
(git branch --delete --force).Motivation and Context
grm
is an alias forgit rebase
due to being redeclared after the firstgrm
(git rm). The redeclaration is a bug.Closes #2160.
How Has This Been Tested?
n/a
Screenshots (if appropriate):
n/a
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.