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

Support dependent types in variable #1226

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

resolve: save dependencies in GeneralizedVar; print cycle

c76c7da
Select commit
Loading
Failed to load commit list.
Open

Support dependent types in variable #1226

resolve: save dependencies in GeneralizedVar; print cycle
c76c7da
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 17, 2025 in 1s

83.24% (-0.17%) compared to 858c1d6

View this Pull Request on Codecov

83.24% (-0.17%) compared to 858c1d6

Details

Codecov Report

Attention: Patch coverage is 60.43956% with 36 lines in your changes missing coverage. Please review.

Project coverage is 83.24%. Comparing base (858c1d6) to head (c76c7da).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ain/java/org/aya/resolve/visitor/StmtResolver.java 53.84% 9 Missing and 3 partials ⚠️
...a/resolve/visitor/VariableDependencyCollector.java 66.66% 7 Missing and 4 partials ⚠️
...a/org/aya/resolve/error/CyclicDependencyError.java 0.00% 8 Missing ⚠️
...ain/java/org/aya/resolve/visitor/ExprResolver.java 75.00% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1226      +/-   ##
============================================
- Coverage     83.41%   83.24%   -0.17%     
- Complexity     4228     4239      +11     
============================================
  Files           385      387       +2     
  Lines         12243    12328      +85     
  Branches       1411     1427      +16     
============================================
+ Hits          10213    10263      +50     
- Misses         1282     1307      +25     
- Partials        748      758      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.