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

feat: scoping of direct references to declarations in same file #580

Merged
merged 28 commits into from
Sep 28, 2023

refactor: minor changes

92f003a
Select commit
Loading
Failed to load commit list.
Merged

feat: scoping of direct references to declarations in same file #580

refactor: minor changes
92f003a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 28, 2023 in 1s

100.00% (+0.00%) compared to 2e6be9f

View this Pull Request on Codecov

100.00% (+0.00%) compared to 2e6be9f

Details

Codecov Report

Merging #580 (92f003a) into main (2e6be9f) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main      #580    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           27        29     +2     
  Lines         2997      3253   +256     
  Branches       502       530    +28     
==========================================
+ Hits          2997      3253   +256     
Files Coverage Δ
src/language/ast/shortcuts.ts 100.00% <100.00%> (ø)
src/language/ast/utils.ts 100.00% <100.00%> (ø)
src/language/partialEvaluation/model.ts 100.00% <100.00%> (ø)
src/language/scoping/safe-ds-scope-provider.ts 100.00% <100.00%> (ø)
src/language/validation/names.ts 100.00% <100.00%> (ø)
...anguage/validation/other/expressions/references.ts 100.00% <100.00%> (ø)
src/language/validation/safe-ds-validator.ts 100.00% <100.00%> (ø)