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

test: reference containing class from parent type list #584

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

lars-reimann
Copy link
Member

Closes #29
Closes partially #540

Summary of Changes

Test that containing classes can be referenced from the parent type list.

@github-actions
Copy link

github-actions bot commented Sep 30, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.05s
✅ TYPESCRIPT eslint 1 0 0 4.35s
✅ TYPESCRIPT prettier 1 0 0 0.7s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@lars-reimann lars-reimann force-pushed the parent-type-references-containing-classes branch from 7c3c6a6 to b458de1 Compare September 30, 2023 10:04
@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Merging #584 (b458de1) into main (1b04905) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #584   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         3281      3282    +1     
  Branches       543       543           
=========================================
+ Hits          3281      3282    +1     
Files Coverage Δ
src/language/scoping/safe-ds-scope-computation.ts 100.00% <100.00%> (ø)

@lars-reimann lars-reimann merged commit ed0aa97 into main Sep 30, 2023
6 checks passed
@lars-reimann lars-reimann deleted the parent-type-references-containing-classes branch September 30, 2023 10:06
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test scoping within class
1 participant