-
Notifications
You must be signed in to change notification settings - Fork 160
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
Remove '-a', other small input cleanups #3444
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ChrisJefferson
added
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: to be added
PRs introducing changes that should be (but have not yet been) mentioned in the release notes
labels
May 8, 2019
fingolfin
requested changes
May 9, 2019
ChrisJefferson
force-pushed
the
cleanup-input
branch
from
May 9, 2019 07:26
4a3a1f2
to
ed827ea
Compare
Codecov Report
@@ Coverage Diff @@
## master #3444 +/- ##
==========================================
+ Coverage 85.34% 85.34% +<.01%
==========================================
Files 699 699
Lines 346092 346082 -10
==========================================
- Hits 295374 295367 -7
+ Misses 50718 50715 -3
|
fingolfin
approved these changes
May 9, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me (except for one minor typo: "setup" is a noun, when using as a verb should be"set up" )
The list of flags which are boolean is out of date, and a full list is now very long (as it includes some options with only long name versions)
DominikBernhardt
added
release notes: added
PRs introducing changes that have since been mentioned in the release notes
and removed
release notes: to be added
PRs introducing changes that should be (but have not yet been) mentioned in the release notes
labels
Aug 21, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
release notes: added
PRs introducing changes that have since been mentioned in the release notes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This performs some small cleanups to GAP's command line arguments. The main visible difference is removing
-a
, which didn't actually do anything useful on modern OSes (it allocated, then freed, a bunch of memory).For release notes: