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

Remove the uses of unnamed parameter (JDK-8313323) #1027

Closed
wants to merge 2 commits into from

Conversation

HoshinoTented
Copy link
Contributor

JDK-8313323

@HoshinoTented HoshinoTented added the java Related to Java or JDK label Mar 17, 2024
@HoshinoTented HoshinoTented added this to the v0.30 milestone Mar 17, 2024
Copy link

codecov bot commented Mar 17, 2024

Codecov Report

Attention: Patch coverage is 51.51515% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 81.36%. Comparing base (286e718) to head (c3313cd).
Report is 1 commits behind head on main.

Files Patch % Lines
...c/main/java/org/aya/tyck/unify/TermComparator.java 44.44% 5 Missing ⚠️
base/src/main/java/org/aya/prettier/Codifier.java 0.00% 3 Missing ⚠️
...e/src/main/java/org/aya/core/term/FormulaTerm.java 0.00% 2 Missing ⚠️
...c/main/java/org/aya/core/visitor/BetaExpander.java 33.33% 1 Missing and 1 partial ⚠️
...c/main/java/org/aya/prettier/ConcretePrettier.java 50.00% 2 Missing ⚠️
base/src/main/java/org/aya/tyck/ExprTycker.java 66.66% 1 Missing ⚠️
...ain/java/org/aya/cli/literate/SyntaxHighlight.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1027   +/-   ##
=========================================
  Coverage     81.36%   81.36%           
  Complexity     3532     3532           
=========================================
  Files           291      291           
  Lines         10762    10762           
  Branches       1310     1311    +1     
=========================================
  Hits           8757     8757           
  Misses         1263     1263           
  Partials        742      742           

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

@HoshinoTented
Copy link
Contributor Author

This bug seems fixed in 21.0.1.

@HoshinoTented HoshinoTented deleted the JDK-8313323 branch March 17, 2024 17:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant