escalier-lang / escalier-next

Improved type safety with tight TypeScript interop
https://escalier-lang.github.io/escalier-next/
MIT License
14 stars 0 forks source link

Generate structural placeholders so that we can handle more cases of mutual recursion #223

Closed kevinbarabash closed 6 months ago

kevinbarabash commented 6 months ago
codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 82.64%. Comparing base (54eb754) to head (ce390cf).

Files Patch % Lines
src/Escalier.TypeChecker/Infer.fs 78.26% 20 Missing :warning:
src/Escalier.TypeChecker/Graph.fs 84.21% 6 Missing :warning:
src/Escalier.Codegen/Codegen.fs 0.00% 1 Missing :warning:
src/Escalier.TypeChecker/Visitor.fs 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #223 +/- ## ========================================== - Coverage 83.00% 82.64% -0.36% ========================================== Files 22 23 +1 Lines 10149 10198 +49 Branches 1473 1481 +8 ========================================== + Hits 8424 8428 +4 - Misses 1725 1770 +45 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.