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

Transformations: Fix downcasing of nested InlineCall symbols #472

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

mlange05
Copy link
Collaborator

Nested calls to functions is not captured in convert_to_lower_case, which can break the Fortran-to-Python converter. This simple fix remedies this.

Nested calls to functions is not captured in `convert_to_lower_case`,
which can break the Fortran-to-Python converter. This simple fix
remedies this.
@mlange05 mlange05 requested a review from reuterbal January 15, 2025 05:02
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.03%. Comparing base (2cb393f) to head (53a8036).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #472      +/-   ##
==========================================
- Coverage   96.03%   96.03%   -0.01%     
==========================================
  Files         225      226       +1     
  Lines       40552    40581      +29     
==========================================
+ Hits        38945    38972      +27     
- Misses       1607     1609       +2     
Flag Coverage Δ
lint_rules 96.39% <ø> (ø)
loki 96.02% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reuterbal reuterbal changed the title Transformations: Fix downcaing of nested InlineCall symbols Transformations: Fix downcasing of nested InlineCall symbols Jan 15, 2025
Copy link

Documentation for this branch can be viewed at https://sites.ecmwf.int/docs/loki/472/index.html

Copy link
Collaborator

@reuterbal reuterbal left a comment

Choose a reason for hiding this comment

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

Concise and uncontroversial! GTG

@reuterbal reuterbal added the ready to merge This PR has been approved and is ready to be merged label Jan 15, 2025
@reuterbal reuterbal merged commit eff4036 into main Jan 15, 2025
13 checks passed
@reuterbal reuterbal deleted the naml-fix-downcasing-inlinefunctions branch January 15, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge This PR has been approved and is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants