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

Feature/tclune/#3264 producer consumer swap #3266

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

tclune
Copy link
Collaborator

@tclune tclune commented Dec 23, 2024

Types of change(s)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Trivial change (affects only documentation or cleanup)
  • Refactor (no functional changes, no api changes)

Checklist

  • Tested this change with a run of GEOSgcm
  • Ran the Unit Tests (make tests)

Description

See commit.

Related Issue

StateItemExtensions now own the consumers rather than the producers.
This change was motivated by the fact that imports and "final"
extensions need to share the producer, whereas consumers always
associated with a unique item - the one that generates the extension.

Various other interfaces needed to be updated. Primarily many
references to GriddedComponentDriver now need to be refrences to the
abstract parent: ComponentDriver, which is actually a good thing in
and of itself.
@tclune tclune added 0 Diff The changes in this pull request have verified to be zero-diff with the target branch. 🛠️ Refactor This is code refactoring 📈 MAPL3 MAPL 3 Related Changelog Skip Skips the Changelog Enforcer labels Dec 23, 2024
@tclune tclune requested a review from a team as a code owner December 23, 2024 01:29
@tclune tclune merged commit a69894f into release/MAPL-v3 Dec 23, 2024
39 checks passed
@tclune tclune deleted the feature/tclune/#3264-producer-consumer-swap branch December 23, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 Diff The changes in this pull request have verified to be zero-diff with the target branch. Changelog Skip Skips the Changelog Enforcer 📈 MAPL3 MAPL 3 Related 🛠️ Refactor This is code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants