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

Allow underscore in branch init appearing in constraints #2280

Merged
merged 1 commit into from Jun 12, 2022

Conversation

quentin
Copy link
Member

@quentin quentin commented Jun 8, 2022

Allow underscore in ADT branch init appearing in constraints.
This is similar to #1508 (Allow underscores in record inits appearing in constraints).

@codecov
Copy link

codecov bot commented Jun 8, 2022

Codecov Report

Merging #2280 (f5e1e6b) into master (f1962b4) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2280      +/-   ##
==========================================
- Coverage   76.91%   76.91%   -0.01%     
==========================================
  Files         455      455              
  Lines       28658    28663       +5     
==========================================
+ Hits        22043    22045       +2     
- Misses       6615     6618       +3     
Impacted Files Coverage Δ
src/ast/transform/SemanticChecker.cpp 96.98% <100.00%> (+0.03%) ⬆️
src/include/souffle/profile/ProfileEvent.h 92.85% <0.00%> (-5.11%) ⬇️
src/include/souffle/utility/ParallelUtil.h 85.27% <0.00%> (+1.55%) ⬆️

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 4138dec 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.

None yet

2 participants