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 bad source location for END token #2417

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

quentin
Copy link
Member

@quentin quentin commented Jun 17, 2023

Fixes #2408

@codecov
Copy link

codecov bot commented Jun 17, 2023

Codecov Report

Merging #2417 (0813e52) into master (2914f7b) will increase coverage by 0.00%.
The diff coverage is 77.88%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #2417    +/-   ##
========================================
  Coverage   77.75%   77.76%            
========================================
  Files         474      479     +5     
  Lines       31164    31368   +204     
========================================
+ Hits        24232    24392   +160     
- Misses       6932     6976    +44     
Impacted Files Coverage Δ
src/ast/analysis/typesystem/Type.cpp 47.37% <0.00%> (-0.47%) ⬇️
src/ast/analysis/typesystem/Type.h 50.00% <ø> (ø)
...c/ast/analysis/typesystem/TypeConstrainsAnalysis.h 100.00% <ø> (ø)
src/ast2ram/seminaive/ValueTranslator.h 100.00% <ø> (ø)
src/ast2ram/utility/TranslatorContext.h 100.00% <ø> (ø)
src/include/souffle/utility/SubProcess.h 55.00% <0.00%> (ø)
src/interpreter/Node.h 96.95% <ø> (ø)
src/ram/Variable.h 45.45% <45.45%> (ø)
src/ram/Assign.h 50.00% <50.00%> (ø)
src/ast/transform/SemanticChecker.cpp 95.96% <53.84%> (-1.08%) ⬇️
... and 22 more

... and 1 file with indirect coverage changes

@quentin quentin requested a review from julienhenry June 23, 2023 06:17
@quentin quentin merged commit 8fc94d2 into souffle-lang:master Jun 23, 2023
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.

Parser: address boundary error
2 participants