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

Use Java 20 language features #991

Merged
merged 2 commits into from
Aug 5, 2023
Merged

Use Java 20 language features #991

merged 2 commits into from
Aug 5, 2023

Conversation

ice1000
Copy link
Member

@ice1000 ice1000 commented Aug 5, 2023

bors r+

Written under the supervision of @imkiva and @HoshinoTented

@ice1000 ice1000 added this to the v0.30 milestone Aug 5, 2023
@ice1000 ice1000 added refactoring java Related to Java or JDK labels Aug 5, 2023
@ice1000
Copy link
Member Author

ice1000 commented Aug 5, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 5, 2023

Already running a review

@bors
Copy link
Contributor

bors bot commented Aug 5, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 89e400e into main Aug 5, 2023
3 of 4 checks passed
@codecov
Copy link

codecov bot commented Aug 5, 2023

Codecov Report

Merging #991 (641de84) into main (179d7df) will decrease coverage by 0.02%.
Report is 6 commits behind head on main.
The diff coverage is 42.50%.

@@             Coverage Diff              @@
##               main     #991      +/-   ##
============================================
- Coverage     81.46%   81.45%   -0.02%     
  Complexity     3419     3419              
============================================
  Files           281      281              
  Lines         10508    10507       -1     
  Branches       1271     1274       +3     
============================================
- Hits           8560     8558       -2     
- Misses         1229     1230       +1     
  Partials        719      719              
Files Changed Coverage Δ
...e/src/main/java/org/aya/core/term/FormulaTerm.java 60.00% <0.00%> (-4.29%) ⬇️
...e/src/main/java/org/aya/core/term/PartialTerm.java 84.00% <0.00%> (-3.50%) ⬇️
base/src/main/java/org/aya/core/visitor/Subst.java 85.71% <0.00%> (ø)
base/src/main/java/org/aya/prettier/Codifier.java 50.52% <0.00%> (+0.52%) ⬆️
...c/main/java/org/aya/tyck/tycker/UnifiedTycker.java 92.30% <0.00%> (ø)
...c/main/java/org/aya/tyck/unify/TermComparator.java 64.16% <33.33%> (-0.30%) ⬇️
pretty/src/main/java/org/aya/pretty/doc/Doc.java 94.40% <50.00%> (ø)
...e/src/main/java/org/aya/prettier/BasePrettier.java 87.05% <90.00%> (ø)
...c/main/java/org/aya/core/visitor/BetaExpander.java 78.72% <100.00%> (ø)
.../main/java/org/aya/core/visitor/DeltaExpander.java 80.00% <100.00%> (ø)

@bors bors bot deleted the happy branch August 5, 2023 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Related to Java or JDK refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant