lark-parser / lark

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
MIT License
4.8k stars 409 forks source link

Docs: Added Indenter #1423

Closed erezsh closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 89.53%. Comparing base (53c3964) to head (8464e3f). Report is 2 commits behind head on master.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1423 +/- ## ========================================== + Coverage 89.41% 89.53% +0.11% ========================================== Files 52 52 Lines 7744 7813 +69 ========================================== + Hits 6924 6995 +71 + Misses 820 818 -2 ``` | [Flag](https://app.codecov.io/gh/lark-parser/lark/pull/1423/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/lark-parser/lark/pull/1423/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser) | `89.53% <ø> (+0.11%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#carryforward-flags-in-the-pull-request-comment) to find out more.

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

erezsh commented 3 months ago

Good idea, thanks.

dangduomg commented 3 months ago

the changes don't appear in readthedocs.io https://lark-parser.readthedocs.io/en/stable/classes.html there is no Indenter reference in there

erezsh commented 3 months ago

True, but they are now on latest: https://lark-parser.readthedocs.io/en/latest/classes.html#indenter

Once we release 1.2.0, I'll update stable too.