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

Add elim for Simpl Indexed Type #1263

Merged
merged 5 commits into from
Dec 29, 2024
Merged

Add elim for Simpl Indexed Type #1263

merged 5 commits into from
Dec 29, 2024

Conversation

HoshinoTented
Copy link
Contributor

Fix #1261

@HoshinoTented HoshinoTented added this to the v0.37 milestone Dec 28, 2024
Copy link
Member

@ice1000 ice1000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review

cli-impl/src/test/resources/negative/GoalAndMeta.txt Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

Attention: Patch coverage is 90.10989% with 9 lines in your changes missing coverage. Please review.

Project coverage is 82.81%. Comparing base (4025921) to head (5634d92).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
...ain/java/org/aya/resolve/visitor/StmtResolver.java 81.25% 1 Missing and 2 partials ⚠️
base/src/main/java/org/aya/tyck/StmtTycker.java 81.81% 0 Missing and 2 partials ⚠️
...e/src/main/java/org/aya/tyck/pat/ClauseTycker.java 92.30% 0 Missing and 1 partial ⚠️
...er/src/main/java/org/aya/producer/AyaProducer.java 88.88% 0 Missing and 1 partial ⚠️
...c/main/java/org/aya/prettier/ConcretePrettier.java 91.66% 0 Missing and 1 partial ⚠️
...a/org/aya/syntax/concrete/stmt/decl/MatchBody.java 94.44% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1263      +/-   ##
============================================
+ Coverage     82.79%   82.81%   +0.01%     
- Complexity     3971     3986      +15     
============================================
  Files           365      366       +1     
  Lines         11707    11755      +48     
  Branches       1365     1369       +4     
============================================
+ Hits           9693     9735      +42     
- Misses         1292     1293       +1     
- Partials        722      727       +5     

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

@HoshinoTented
Copy link
Contributor Author

no parse error test yet

@ice1000 ice1000 merged commit 50413bd into main Dec 29, 2024
6 checks passed
@ice1000 ice1000 deleted the elim-data branch December 29, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Elim in inductive types
2 participants