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 functors test when not using libffi #2281

Merged
merged 1 commit into from
Jun 12, 2022

Conversation

quentin
Copy link
Member

@quentin quentin commented Jun 8, 2022

Fix interface/functors test when Souffle is build without support of libffi.

@codecov
Copy link

codecov bot commented Jun 8, 2022

Codecov Report

Merging #2281 (8dd2354) into master (f1962b4) will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2281      +/-   ##
==========================================
- Coverage   76.91%   76.80%   -0.12%     
==========================================
  Files         455      455              
  Lines       28658    28658              
==========================================
- Hits        22043    22011      -32     
- Misses       6615     6647      +32     
Impacted Files Coverage Δ
src/include/souffle/profile/ProfileEvent.h 92.85% <0.00%> (-5.11%) ⬇️
src/interpreter/Engine.cpp 84.13% <0.00%> (-2.96%) ⬇️
src/interpreter/Node.h 96.75% <0.00%> (-1.30%) ⬇️
...ouffle/datastructure/ConcurrentInsertOnlyHashMap.h 82.92% <0.00%> (+1.62%) ⬆️

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 518270b into souffle-lang:master Jun 12, 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