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

fix: Add required flags to cmdline args in analysis scripts #1570

Merged

Conversation

benjaminhuth
Copy link
Member

The analysis scripts could fail with boost::any_cast errors if some arguments where not provided. However, what arguments exactely could only be found out in the source code.

This adds a few required flags that explicitly say what is needed.

@benjaminhuth benjaminhuth added Bug Something isn't working Impact - Minor Nuissance bug and/or affects only a single module Component - Examples Affects the Examples module labels Oct 3, 2022
@benjaminhuth benjaminhuth added this to the next milestone Oct 3, 2022
@benjaminhuth benjaminhuth changed the title fix: Add required flags to cmdline args to prevent nasty error messages fix: Add required flags to cmdline args in analysis scripts Oct 3, 2022
@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Merging #1570 (7bb113b) into main (9b793b2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1570   +/-   ##
=======================================
  Coverage   48.47%   48.47%           
=======================================
  Files         381      381           
  Lines       20699    20699           
  Branches     9503     9503           
=======================================
  Hits        10034    10034           
  Misses       4112     4112           
  Partials     6553     6553           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kodiakhq kodiakhq bot merged commit 1941fbc into acts-project:main Oct 5, 2022
@github-actions github-actions bot removed the automerge label Oct 5, 2022
@paulgessinger paulgessinger added the backport develop/v19.x Backport this PR to the v19.x series label Oct 7, 2022
acts-project-service pushed a commit that referenced this pull request Oct 7, 2022
The analysis scripts could fail with `boost::any_cast` errors if some arguments where not provided. However, what arguments exactely could only be found out in the source code.

This adds a few required flags that explicitly say what is needed.

(cherry picked from commit 1941fbc)
paulgessinger pushed a commit that referenced this pull request Oct 11, 2022
…1570 to develop/v19.x] (#1585)

The analysis scripts could fail with `boost::any_cast` errors if some
arguments where not provided. However, what arguments exactely could
only be found out in the source code.

This adds a few required flags that explicitly say what is needed.

Co-authored-by: Benjamin Huth <37871400+benjaminhuth@users.noreply.github.com>
@paulgessinger paulgessinger modified the milestones: next, v20.3.0 Oct 11, 2022
@benjaminhuth benjaminhuth deleted the fix/analysis-scripts-required-args branch February 22, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport develop/v19.x Backport this PR to the v19.x series Bug Something isn't working Component - Examples Affects the Examples module Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants