Skip to content

Conversation

@nilsdeppe
Copy link
Member

Proposed changes

This PR focuses on changes to generic code to support both the current hard-coded ID and to also support reading from the input file. Once the individual systems are converted we will have significant fewer executables and can much more easily add input file tests to CI since they won't increase build costs.

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

Copy link
Member

@kidder kidder left a comment

Choose a reason for hiding this comment

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

you can squash the one requested change

you can optionally add test coverage for the clone functions

db::get<::Tags::AnalyticSolutionOrData>(box));
} else {
ERROR(
"Either ::Tags::AnalyticSolutionOrData or BLAH must be in the "
Copy link
Member

Choose a reason for hiding this comment

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

what is BLAH?

@nilsdeppe nilsdeppe force-pushed the analytic_solutions_from_input_file_0 branch from da73fba to ebc58bd Compare October 24, 2022 20:54
@nilsdeppe
Copy link
Member Author

I've rebased, filled in the tag name, and added tests of the clone functions. Thanks for the review!

@kidder
Copy link
Member

kidder commented Oct 25, 2022

ignoring clang-tidy boost error

@kidder kidder merged commit bcb8471 into sxs-collaboration:develop Oct 25, 2022
@nilsdeppe nilsdeppe deleted the analytic_solutions_from_input_file_0 branch December 2, 2022 01:21
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.

2 participants