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

Frontend: Fix bug for multi-line pragmas and add short test #221

Merged
merged 2 commits into from
Jan 27, 2024

Conversation

mlange05
Copy link
Collaborator

Small bug-fix and test to fix erroneous parsing of multi-line pragmas with missing whitespaces after the keyword. Many thanks for @ecossevin for reporting this (see issue #216).

@mlange05 mlange05 requested a review from reuterbal January 26, 2024 11:28
@mlange05 mlange05 force-pushed the naml-fix-multiline-pragma branch from 756719a to 9ae89b7 Compare January 26, 2024 11:29
Copy link

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

@mlange05 mlange05 marked this pull request as ready for review January 26, 2024 11:33
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (44fcf08) 92.26% compared to head (24dccf9) 92.26%.
Report is 14 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #221   +/-   ##
=======================================
  Coverage   92.26%   92.26%           
=======================================
  Files          96       96           
  Lines       17132    17132           
=======================================
  Hits        15807    15807           
  Misses       1325     1325           
Flag Coverage Δ
lint_rules 96.22% <ø> (ø)
loki 92.24% <100.00%> (ø)
transformations 91.52% <ø> (ø)

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 linked an issue Jan 26, 2024 that may be closed by this pull request
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.

Thanks, the fix looks straightforward and is well-tested. GTG!

@reuterbal reuterbal added the ready to merge This PR has been approved and is ready to be merged label Jan 26, 2024
@reuterbal reuterbal merged commit 4f49f1a into main Jan 27, 2024
12 checks passed
@reuterbal reuterbal deleted the naml-fix-multiline-pragma branch January 27, 2024 08:58
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.

issue with acc loop gang
2 participants