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: show error if own declaration has same name as core one #762

feat: show an error if an own declaration has the same name as a core…

9795309
Select commit
Loading
Failed to load commit list.
Merged

feat: show error if own declaration has same name as core one #762

feat: show an error if an own declaration has the same name as a core…
9795309
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2023 in 1s

100.00% (+0.00%) compared to 36663ca

View this Pull Request on Codecov

100.00% (+0.00%) compared to 36663ca

Details

Codecov Report

Merging #762 (9795309) into main (36663ca) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #762   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           80        80           
  Lines        11492     11529   +37     
  Branches      2394      2401    +7     
=========================================
+ Hits         11492     11529   +37     
Files Coverage Δ
...safe-ds-lang/src/language/builtins/packageNames.ts 100.00% <100.00%> (ø)
...afe-ds-lang/src/language/validation/inheritance.ts 100.00% <100.00%> (ø)
...ages/safe-ds-lang/src/language/validation/names.ts 100.00% <100.00%> (ø)
...-lang/src/language/validation/safe-ds-validator.ts 100.00% <100.00%> (ø)