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

Remove config-node-meta structure, ErtImplType & EnkfVarType enums #5451

Merged
merged 3 commits into from
May 25, 2023

Conversation

andreas-el
Copy link
Contributor

@andreas-el andreas-el commented May 22, 2023

Issue
Resolves #5445
Resolves #5446

Fixup for Semeio
equinor/semeio#519

Pre review checklist

  • Added appropriate release note label
  • PR title captures the intent of the changes, and is fitting for release notes.
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Updated documentation
  • Ensured new behaviour is tested

Adding labels helps the maintainers when writing release notes. This is the list of release note labels.

@andreas-el andreas-el added the release-notes:maintenance Automatically categorise as maintenance change in release notes label May 22, 2023
@andreas-el andreas-el force-pushed the refactor_config_node_meta branch 5 times, most recently from aa55040 to 55c7aaf Compare May 23, 2023 07:58
The EnkfVarType enum was only used to locate parameters
meaning GenKwConfig, SurfaceConfig, ExtParamConfig and FieldConfig
This can be done differently, and the enum is no longer needed
Copy link
Contributor

@DanSava DanSava left a comment

Choose a reason for hiding this comment

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

Looks very good 🥇 but I think you need to update semeio as well 😿

@andreas-el andreas-el changed the title Remove config-node-meta structure Remove config-node-meta, ErtImplType & EnkfVarType May 23, 2023
@andreas-el andreas-el changed the title Remove config-node-meta, ErtImplType & EnkfVarType Remove config-node-meta structure, ErtImplType & EnkfVarType enums May 23, 2023
@andreas-el andreas-el requested a review from DanSava May 25, 2023 09:53
Copy link
Contributor

@DanSava DanSava left a comment

Choose a reason for hiding this comment

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

Magical 🪄

@andreas-el andreas-el merged commit 32a7844 into equinor:main May 25, 2023
31 of 32 checks passed
@andreas-el andreas-el deleted the refactor_config_node_meta branch May 25, 2023 09:56
@andreas-el andreas-el restored the refactor_config_node_meta branch May 25, 2023 09:58
@andreas-el andreas-el deleted the refactor_config_node_meta branch May 25, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes:maintenance Automatically categorise as maintenance change in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evaluate if EnkfVarType and ErtImplType can be merged together and refactor. Refactor ConfigNodeMeta
2 participants