johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
222 stars 11 forks source link

add a show command #1117

Closed johnynek closed 5 months ago

johnynek commented 5 months ago

This allows you to print out compiled bosatsu code. This is useful for inspecting what the compiler has produced already shows a few issues I should improve.

codecov-commenter commented 5 months ago

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (c6cf9cd) 92.51% compared to head (f608738) 92.47%.

Files Patch % Lines
...i/src/main/scala/org/bykn/bosatsu/PathModule.scala 0.00% 11 Missing :warning:
...e/src/main/scala/org/bykn/bosatsu/MainModule.scala 57.14% 6 Missing :warning:
core/src/main/scala/org/bykn/bosatsu/Package.scala 33.33% 4 Missing :warning:
...c/main/scala/org/bykn/bosatsu/PackageCustoms.scala 91.30% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1117 +/- ## ========================================== - Coverage 92.51% 92.47% -0.05% ========================================== Files 96 96 Lines 10916 10959 +43 Branches 2588 2568 -20 ========================================== + Hits 10099 10134 +35 - Misses 817 825 +8 ```

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

johnynek commented 4 months ago

Part of #394