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

.include honors -I (include dir) options #2276

Merged
merged 1 commit into from
May 18, 2022

Conversation

quentin
Copy link
Member

@quentin quentin commented May 18, 2022

Use -I include directory options when searching for files included with .include.
Added a test.

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #2276 (bec3083) into master (5f32557) will increase coverage by 0.02%.
The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2276      +/-   ##
==========================================
+ Coverage   76.89%   76.92%   +0.02%     
==========================================
  Files         455      455              
  Lines       28652    28658       +6     
==========================================
+ Hits        22033    22045      +12     
+ Misses       6619     6613       -6     
Impacted Files Coverage Δ
src/parser/ParserDriver.cpp 90.24% <84.61%> (+1.00%) ⬆️
src/include/souffle/profile/ProfileEvent.h 97.95% <0.00%> (+5.10%) ⬆️

Copy link
Member

@b-scholz b-scholz left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@b-scholz b-scholz merged commit 2e8dddc into souffle-lang:master May 18, 2022
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.

2 participants