Skip to content

Redesign descent#1443

Merged
ice1000 merged 13 commits into
mainfrom
redesign-descent
Nov 30, 2025
Merged

Redesign descent#1443
ice1000 merged 13 commits into
mainfrom
redesign-descent

Conversation

@HoshinoTented

Copy link
Copy Markdown
Contributor

Fix #1440 , maybe also #1436 but I don't know how to do.

Comment thread base/src/main/java/org/aya/tyck/ExprTycker.java Outdated
Comment thread base/src/main/java/org/aya/tyck/pat/ClauseTycker.java Outdated
Comment thread syntax/src/main/java/org/aya/syntax/core/pat/Pat.java
Comment thread syntax/src/main/java/org/aya/syntax/core/term/Term.java Outdated
@ice1000 ice1000 force-pushed the redesign-descent branch 2 times, most recently from d0f62b4 to aab3641 Compare November 30, 2025 11:48
@codecov

codecov Bot commented Nov 30, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 92.85714% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.64%. Comparing base (5429129) to head (4ad204c).
⚠️ Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
...se/src/main/java/org/aya/unify/TermComparator.java 25.00% 3 Missing ⚠️
...ase/src/main/java/org/aya/normalize/Finalizer.java 81.81% 2 Missing ⚠️
base/src/main/java/org/aya/terck/CallResolver.java 92.85% 1 Missing ⚠️
base/src/main/java/org/aya/tyck/ExprTycker.java 80.00% 0 Missing and 1 partial ⚠️
...tax/src/main/java/org/aya/generic/TermVisitor.java 75.00% 1 Missing ⚠️
...x/src/main/java/org/aya/prettier/CorePrettier.java 0.00% 0 Missing and 1 partial ⚠️
.../src/main/java/org/aya/syntax/ref/SeqLocalCtx.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1443      +/-   ##
============================================
- Coverage     82.69%   82.64%   -0.05%     
+ Complexity     4541     4538       -3     
============================================
  Files           393      394       +1     
  Lines         13487    13480       -7     
  Branches       1654     1653       -1     
============================================
- Hits          11153    11141      -12     
- Misses         1471     1476       +5     
  Partials        863      863              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ice1000 ice1000 added this to the 0.41 milestone Nov 30, 2025
@ice1000 ice1000 marked this pull request as ready for review November 30, 2025 12:04
@ice1000 ice1000 merged commit fb925ab into main Nov 30, 2025
7 checks passed
@ice1000 ice1000 deleted the redesign-descent branch November 30, 2025 12:30
@ice1000 ice1000 linked an issue Nov 30, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redesign descent Make zonker use de Bruijn-closed terms instead of de Bruijn-open terms

2 participants