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

Partially fix page width problem #806

Merged
merged 3 commits into from
Dec 11, 2022
Merged

Partially fix page width problem #806

merged 3 commits into from
Dec 11, 2022

Conversation

imkiva
Copy link
Member

@imkiva imkiva commented Dec 11, 2022

fix #805

Just fixed the case with Doc.english, you can still construct a counterexample with Doc.sep(Doc.plain(), Doc.plain(), ...)

@imkiva imkiva changed the title Try to fix page width Partially fix page width problem Dec 11, 2022
@codecov
Copy link

codecov bot commented Dec 11, 2022

Codecov Report

Merging #806 (be5b7a9) into main (e15eeff) will increase coverage by 0.11%.
The diff coverage is 90.36%.

@@             Coverage Diff              @@
##               main     #806      +/-   ##
============================================
+ Coverage     82.50%   82.61%   +0.11%     
- Complexity     3178     3181       +3     
============================================
  Files           268      268              
  Lines         10000     9962      -38     
  Branches       1202     1189      -13     
============================================
- Hits           8250     8230      -20     
+ Misses         1095     1082      -13     
+ Partials        655      650       -5     
Impacted Files Coverage Δ
...src/main/java/org/aya/concrete/stmt/ClassDecl.java 0.00% <0.00%> (ø)
base/src/main/java/org/aya/concrete/stmt/Decl.java 100.00% <ø> (ø)
base/src/main/java/org/aya/core/def/CtorDef.java 93.33% <0.00%> (+10.72%) ⬆️
.../src/main/java/org/aya/core/repr/ShapeMatcher.java 78.46% <0.00%> (ø)
base/src/main/java/org/aya/core/term/Term.java 92.00% <ø> (ø)
...src/main/java/org/aya/core/visitor/TermFolder.java 63.15% <ø> (-0.48%) ⬇️
...e/src/main/java/org/aya/distill/BaseDistiller.java 87.59% <ø> (ø)
base/src/main/java/org/aya/tyck/pat/PatTycker.java 92.03% <ø> (ø)
base/src/main/java/org/aya/tyck/unify/Unifier.java 68.49% <ø> (ø)
...in/java/org/aya/concrete/visitor/StmtConsumer.java 76.92% <66.66%> (ø)
... and 34 more

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

@imkiva
Copy link
Member Author

imkiva commented Dec 11, 2022

Codecov is really buggy....

@imkiva imkiva marked this pull request as ready for review December 11, 2022 14:00
@imkiva
Copy link
Member Author

imkiva commented Dec 11, 2022

bors merge

@bors
Copy link
Contributor

bors bot commented Dec 11, 2022

Build succeeded:

@bors bors bot merged commit a4d3c26 into main Dec 11, 2022
@bors bors bot deleted the ppwidth branch December 11, 2022 14:03
@ice1000 ice1000 added this to the v0.26 milestone Dec 12, 2022
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.

Doc page width problem
2 participants