johnynek / bosatsu

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

Support comments in headers #1168

Closed johnynek closed 3 months ago

johnynek commented 3 months ago

this allows comments in headers, but discards them: it does not retain them in the parsed AST.

This is convenient when we are really strict about imports and exports.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.60%. Comparing base (04a0e87) to head (6e9219a). Report is 9 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1168 +/- ## ========================================== + Coverage 91.32% 91.60% +0.28% ========================================== Files 96 96 Lines 11846 12010 +164 Branches 2675 2778 +103 ========================================== + Hits 10818 11002 +184 + Misses 1028 1008 -20 ```

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