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

Add word size info the help screen #2353

Merged
merged 4 commits into from
Nov 9, 2022
Merged

Conversation

mingodad
Copy link
Contributor

@mingodad mingodad commented Nov 3, 2022

No description provided.

src/main.cpp Outdated
Comment on lines 417 to 435
footer << "Copyright (c) 2016-22 The Souffle Developers." << std::endl;
footer << "Copyright (c) 2016-22 The Souffle Developers." << std::endl;
Copy link
Member

Choose a reason for hiding this comment

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

Could you fix the whitespace difference here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you mean add spaces at the end of the line ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry !
My bad, leading spaces removed.

@codecov
Copy link

codecov bot commented Nov 5, 2022

Codecov Report

Merging #2353 (e5549a2) into master (9abb420) will decrease coverage by 0.00%.
The diff coverage is 69.26%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2353      +/-   ##
==========================================
- Coverage   77.43%   77.43%   -0.01%     
==========================================
  Files         468      470       +2     
  Lines       29178    29339     +161     
==========================================
+ Hits        22594    22718     +124     
- Misses       6584     6621      +37     
Impacted Files Coverage Δ
src/include/souffle/SouffleInterface.h 88.99% <ø> (ø)
src/interpreter/Engine.h 100.00% <ø> (ø)
src/parser/ParserDriver.h 100.00% <ø> (ø)
src/synthesiser/Synthesiser.h 100.00% <ø> (ø)
src/reports/ErrorReport.cpp 12.50% <12.50%> (ø)
...ouffle/datastructure/ConcurrentInsertOnlyHashMap.h 87.20% <60.00%> (+4.27%) ⬆️
src/interpreter/Engine.cpp 84.58% <72.00%> (+0.51%) ⬆️
src/main.cpp 69.75% <72.41%> (+0.03%) ⬆️
src/synthesiser/Synthesiser.cpp 84.91% <81.48%> (+0.23%) ⬆️
...rc/include/souffle/datastructure/ConcurrentCache.h 92.85% <92.85%> (ø)
... and 12 more

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 amending the banner!

@b-scholz b-scholz merged commit 1817bcd into souffle-lang:master Nov 9, 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.

3 participants