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

Zimbench command-line fixes #323

Merged
merged 4 commits into from
Nov 1, 2022
Merged

Zimbench command-line fixes #323

merged 4 commits into from
Nov 1, 2022

Conversation

veloman-yunkan
Copy link
Collaborator

Fixes #322

This PR in its current form addresses only handling of unknown options. Support for long options was not added (rather the only long option --ns and its associated short option -s were dropped because of being unused).

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Base: 44.25% // Head: 44.21% // Decreases project coverage by -0.03% ⚠️

Coverage data is based on head (2dd3bb4) compared to base (d8cd616).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #323      +/-   ##
==========================================
- Coverage   44.25%   44.21%   -0.04%     
==========================================
  Files          23       23              
  Lines        2368     2370       +2     
  Branches     1318     1319       +1     
==========================================
  Hits         1048     1048              
- Misses       1304     1306       +2     
  Partials       16       16              
Impacted Files Coverage Δ
src/zimbench.cpp 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mgautierfr mgautierfr merged commit 56c3604 into master Nov 1, 2022
@mgautierfr mgautierfr deleted the zimbench_cmdline_fixes branch November 1, 2022 18:19
mgautierfr added a commit that referenced this pull request Nov 30, 2022
* zimbench: Fix command line parsing (@veloman-yunkan #323)
@mgautierfr mgautierfr mentioned this pull request Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zimbench doesn't handle --version/-V and segfaults on unknown options
2 participants