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(parser): preproc operator mixed with line cont #399

Merged
merged 3 commits into from
May 19, 2024
Merged

Conversation

gnikit
Copy link
Member

@gnikit gnikit commented May 18, 2024

The logical operator && present in the preprocessor
expressions interfered with the line continuation operator
& thus resulting into invalid syntax

Fixed #398

The logical operator `&&` present in the preprocessor
expressions interfered with the line continuation operator
`&` thus resulting into invalid syntax

Fixed #398
Copy link

codecov bot commented May 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.14%. Comparing base (a5fc5ed) to head (306e11d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #399      +/-   ##
==========================================
+ Coverage   87.99%   88.14%   +0.15%     
==========================================
  Files          35       35              
  Lines        4788     4790       +2     
==========================================
+ Hits         4213     4222       +9     
+ Misses        575      568       -7     

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

@gnikit gnikit merged commit b56ff74 into master May 19, 2024
30 checks passed
@gnikit gnikit deleted the fix/pp-type-error branch May 19, 2024 21:39
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.

Fortls 3.0 crashes
1 participant