beanshell / beanshell

Beanshell scripting language
Apache License 2.0
815 stars 183 forks source link

Fix for parsing long tokens #734 #755

Open opeongo opened 4 months ago

opeongo commented 4 months ago

This PR patches the output from javacc to correct a bug that prevented the parsing of long tokens. The fix for the bug was submitted to upstream but has not been packaged up yet. Consider this to be a temporary patch until the fixed version becomes available.

codecov[bot] commented 4 months ago

Codecov Report

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

Comparison is base (b35aac4) 74.24% compared to head (8ecb06f) 74.26%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #755 +/- ## ============================================ + Coverage 74.24% 74.26% +0.02% - Complexity 3042 3043 +1 ============================================ Files 108 108 Lines 9357 9357 Branches 1857 1857 ============================================ + Hits 6947 6949 +2 + Misses 2070 2069 -1 + Partials 340 339 -1 ``` | [Flag](https://app.codecov.io/gh/beanshell/beanshell/pull/755/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beanshell) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/beanshell/beanshell/pull/755/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beanshell) | `74.26% <ø> (+0.02%)` | :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=beanshell#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.