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

Small field_delete improvement #63

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Conversation

dareg
Copy link
Collaborator

@dareg dareg commented Oct 10, 2024

When using field_api inside IAL, we write hundreds of lines similar to this one:

IF(ASSOCIATED(F_FOO))CALL FIELD_DELETE(F_FOO)

It would make the code simpler if the check was done inside field_delete.

Copy link
Collaborator

@awnawab awnawab left a comment

Choose a reason for hiding this comment

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

Looks great, a much needed convenience utility to make our lives easier 🙏 Many thanks!

@awnawab
Copy link
Collaborator

awnawab commented Oct 11, 2024

I would like to release a new tag today and it would be nice to include this PR in that tag. I'll merge this at 11:30 AM CET, please shout before then if there are any objections.

@awnawab awnawab merged commit b271068 into ecmwf-ifs:main Oct 11, 2024
4 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.

2 participants