Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Predicativity assumption for terck #908

Merged
merged 2 commits into from
Feb 13, 2023
Merged

Predicativity assumption for terck #908

merged 2 commits into from
Feb 13, 2023

Conversation

ice1000
Copy link
Member

@ice1000 ice1000 commented Feb 13, 2023

This partially addresses #907. There are two issues left:

  • Unfold some simple decls before tercking. This cannot be done because TermConsumer does not allow blocking a sub-tree traversal. /cc @wsx-ucb
  • Predicativity assumption for Type

@ice1000 ice1000 added this to the v0.28 milestone Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #908 (531579e) into main (b46ac96) will decrease coverage by 0.03%.
The diff coverage is 70.00%.

@@             Coverage Diff              @@
##               main     #908      +/-   ##
============================================
- Coverage     82.46%   82.44%   -0.03%     
- Complexity     3392     3393       +1     
============================================
  Files           283      283              
  Lines         10340    10345       +5     
  Branches       1247     1248       +1     
============================================
+ Hits           8527     8529       +2     
- Misses         1102     1103       +1     
- Partials        711      713       +2     
Impacted Files Coverage Δ
base/src/main/java/org/aya/terck/CallResolver.java 81.42% <70.00%> (-3.19%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ice1000
Copy link
Member Author

ice1000 commented Feb 13, 2023

bors merge

@bors
Copy link
Contributor

bors bot commented Feb 13, 2023

Build succeeded:

@bors bors bot merged commit 66e0060 into main Feb 13, 2023
@bors bors bot deleted the topology branch February 13, 2023 20:59
@ice1000 ice1000 linked an issue Feb 13, 2023 that may be closed by this pull request
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Predicativity of extension types (obviously) for terck
1 participant