Skip to content
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 5 commits into from
May 11, 2019

Conversation

ChrisJefferson
Copy link
Contributor

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:

  • Remove obsolete '-a' option

@ChrisJefferson 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
@coveralls
Copy link

coveralls commented May 8, 2019

Coverage Status

Coverage increased (+0.0002%) to 85.153% when pulling 7755428 on ChrisJefferson:cleanup-input into 84cd55e on gap-system:master.

src/system.c Show resolved Hide resolved
@codecov
Copy link

codecov bot commented May 9, 2019

Codecov Report

Merging #3444 into master will increase coverage by <.01%.
The diff coverage is 11.11%.

@@            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
Impacted Files Coverage Δ
src/system.c 73.78% <ø> (+0.2%) ⬆️
lib/system.g 78.65% <11.11%> (ø) ⬆️
src/vars.c 94.06% <0%> (-0.01%) ⬇️

Copy link
Member

@fingolfin fingolfin left a 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" )

src/system.c Outdated Show resolved Hide resolved
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)
@fingolfin fingolfin merged commit 95224b9 into gap-system:master May 11, 2019
@ChrisJefferson ChrisJefferson deleted the cleanup-input branch May 21, 2019 08:20
@DominikBernhardt 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
@olexandr-konovalov olexandr-konovalov added this to the GAP 4.11.0 milestone Feb 15, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants