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

Added command script and relevant script file processing #1734

Merged
merged 10 commits into from
Dec 2, 2024

Conversation

amannages
Copy link
Contributor

Addressing Issue #1694, added --command-script CLI option.

Includes adding a CLI option in F3DOptionsTools.cxx called --command-script

Added the CLI option in F3DOptionsTools.h

In F3DStarter.cxx, implemented relevant code to process the provided file and utilized interactor::triggerCommand to trigger the commands.

Added relevant comments/documentation along with a commandScript test.

Copy link
Contributor

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes needed, please also update the doc in doc/user

doc/user/OPTIONS.md Outdated Show resolved Hide resolved
Copy link
Contributor

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small changes needed

doc/user/COMMANDS.md Outdated Show resolved Hide resolved
doc/user/COMMANDS.md Outdated Show resolved Hide resolved
doc/user/COMMANDS.md Outdated Show resolved Hide resolved
doc/user/COMMANDS.md Outdated Show resolved Hide resolved
doc/user/COMMANDS.md Outdated Show resolved Hide resolved
Copy link
Contributor

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes needed by CI (you can check it yourself :) )

application/testing/CMakeLists.txt Outdated Show resolved Hide resolved
application/testing/CMakeLists.txt Outdated Show resolved Hide resolved
application/F3DStarter.cxx Outdated Show resolved Hide resolved
application/F3DStarter.cxx Outdated Show resolved Hide resolved
application/F3DStarter.cxx Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.71%. Comparing base (f3d7627) to head (93d3235).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1734      +/-   ##
==========================================
- Coverage   96.97%   95.71%   -1.27%     
==========================================
  Files         110      118       +8     
  Lines        8872     9349     +477     
==========================================
+ Hits         8604     8948     +344     
- Misses        268      401     +133     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one last change needed

Copy link
Contributor

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mwestphal mwestphal requested a review from Meakk December 2, 2024 16:49
@mwestphal mwestphal merged commit 344970e into f3d-app:master Dec 2, 2024
38 of 39 checks passed
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.

3 participants