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

Fix parse failures with REGEX frontend due to white space in declarations #323

Conversation

reuterbal
Copy link
Collaborator

This fixes #318. Thanks @piotrows for reporting this and providing a small reproducer.

Copy link

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

Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.15%. Comparing base (77114a9) to head (ae54830).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #323   +/-   ##
=======================================
  Coverage   95.14%   95.15%           
=======================================
  Files         167      168    +1     
  Lines       35374    35404   +30     
=======================================
+ Hits        33657    33687   +30     
  Misses       1717     1717           
Flag Coverage Δ
lint_rules 96.38% <ø> (ø)
loki 95.12% <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.

Copy link
Collaborator

@mlange05 mlange05 left a comment

Choose a reason for hiding this comment

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

Looks sensible and cleanly tested. GTG from me.

@reuterbal reuterbal added the ready for merge This PR has been approved and is ready to be merged label Jun 11, 2024
@reuterbal reuterbal merged commit 844c5d1 into main Jun 11, 2024
12 checks passed
@reuterbal reuterbal deleted the 318-wrong-parsing-at-configure-of-the-space-sign-prevents-loki-from-attributing-the-type branch June 11, 2024 09:41
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.

Wrong parsing (at configure) of the space sign prevents Loki from attributing the type
2 participants