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: regex works incorrectly when using -c option #2534

Merged
merged 2 commits into from
Mar 12, 2025

Conversation

quentin
Copy link
Member

@quentin quentin commented Feb 27, 2025

Make sure the c++ code generator emits raw string literals.

fixes #2532

Copy link

codecov bot commented Feb 27, 2025

Codecov Report

Attention: Patch coverage is 72.22222% with 10 lines in your changes missing coverage. Please review.

Project coverage is 81.10%. Comparing base (8ed1d22) to head (3a833b0).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/synthesiser/Synthesiser.cpp 72.22% 10 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2534      +/-   ##
==========================================
+ Coverage   81.09%   81.10%   +0.01%     
==========================================
  Files         492      492              
  Lines       33368    33369       +1     
==========================================
+ Hits        27059    27064       +5     
+ Misses       6309     6305       -4     
Files with missing lines Coverage Δ
src/synthesiser/Synthesiser.cpp 85.05% <72.22%> (+0.01%) ⬆️

... and 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@quentin quentin requested a review from julienhenry March 2, 2025 21:05
@quentin quentin merged commit 6456e43 into souffle-lang:master Mar 12, 2025
34 of 35 checks passed
@quentin quentin deleted the issue2532 branch March 12, 2025 07:36
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.

regex works incorrectly when using -c option
2 participants