lark-parser / lark

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

propagate_positions: Bugfix + Better documentation #1294

Closed erezsh closed 1 year ago

erezsh commented 1 year ago

Addresses issue #1293

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (623f04d) 89.22% compared to head (87d531a) 89.22%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1294 +/- ## ======================================= Coverage 89.22% 89.22% ======================================= Files 51 51 Lines 7593 7595 +2 ======================================= + Hits 6775 6777 +2 Misses 818 818 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `89.22% <100.00%> (+<0.01%)` | :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. | [Impacted Files](https://app.codecov.io/gh/lark-parser/lark/pull/1294?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser) | Coverage Δ | | |---|---|---| | [lark/lark.py](https://app.codecov.io/gh/lark-parser/lark/pull/1294?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9sYXJrLnB5) | `85.84% <ø> (ø)` | | | [lark/tree.py](https://app.codecov.io/gh/lark-parser/lark/pull/1294?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay90cmVlLnB5) | `68.08% <ø> (ø)` | | | [lark/parse\_tree\_builder.py](https://app.codecov.io/gh/lark-parser/lark/pull/1294?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZV90cmVlX2J1aWxkZXIucHk=) | `96.42% <100.00%> (+0.03%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.