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

refactor[next]: cleaner toolchain #1537

Merged
merged 38 commits into from
May 21, 2024
Merged

Conversation

DropD
Copy link
Contributor

@DropD DropD commented Apr 23, 2024

Description

Added:

  • otf.workflow:

    • new workflow type: NamedStepSequenceWithArgs
      takes an InputWithArgs and dispatches .args and .kwargs to steps that set take_args = True in the field metadata
    • new data type InputWithArgs wraps a workflow stage and call args
  • backend: Replace *ArgsInjector using the new NamedStepSequenceWithArgs infrastructure

Requirements

  • All fixes and/or new features come with corresponding tests.
  • Important design decisions have been documented in the approriate ADR inside the docs/development/ADRs/ folder.

DropD added 30 commits March 26, 2024 16:57
@DropD DropD marked this pull request as ready for review April 30, 2024 11:38
@DropD DropD requested review from havogt and egparedes May 14, 2024 08:46
Copy link
Contributor

@havogt havogt left a comment

Choose a reason for hiding this comment

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

lgtm

@DropD DropD merged commit 32dde79 into GridTools:main May 21, 2024
51 checks passed
@DropD DropD deleted the c21-cleaner-toolchain branch May 21, 2024 08:07
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.

None yet

2 participants