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

IR: Fix false "end" matches in pragma_regions_attached utility #431

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

mlange05
Copy link
Collaborator

@mlange05 mlange05 commented Nov 7, 2024

The problem are false matches if "end" appears in pragma content after the initial end keyword.

This should also fix issue #427

The problem are false matches if "end" appears in pragma content after
the initial `end` keyword.
@reuterbal reuterbal linked an issue Nov 7, 2024 that may be closed by this pull request
@mlange05 mlange05 mentioned this pull request Nov 7, 2024
Copy link

github-actions bot commented Nov 7, 2024

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

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.07%. Comparing base (13aba08) to head (5023365).
Report is 27 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #431   +/-   ##
=======================================
  Coverage   93.07%   93.07%           
=======================================
  Files         198      198           
  Lines       39449    39449           
=======================================
  Hits        36719    36719           
  Misses       2730     2730           
Flag Coverage Δ
lint_rules 96.39% <ø> (ø)
loki 93.03% <100.00%> (ø)

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 added the ready for merge This PR has been approved and is ready to be merged label Nov 7, 2024
@reuterbal reuterbal merged commit c105ed5 into main Nov 7, 2024
13 checks passed
@reuterbal reuterbal deleted the naml-pragma-region-end-fix branch November 7, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for 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.

pragma region attach bug
2 participants