BioJulia / Automa.jl

A julia code generator for regular expressions
Other
188 stars 15 forks source link

Breaking changes for V1 #95

Closed jakobnissen closed 1 year ago

jakobnissen commented 2 years ago

Superseded by #119

Todo

Closes #71 Closes #80 Closes #82 Closes #91 Closes #111 Closes #115 Closes #116

codecov[bot] commented 2 years ago

Codecov Report

Patch coverage: 92.50% and project coverage change: +4.92 :tada:

Comparison is base (7c6a696) 89.48% compared to head (071b549) 94.40%.

:exclamation: Current head 071b549 differs from pull request most recent head d2b4a1c. Consider uploading reports for the commit d2b4a1c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #95 +/- ## ========================================== + Coverage 89.48% 94.40% +4.92% ========================================== Files 14 15 +1 Lines 1683 1735 +52 ========================================== + Hits 1506 1638 +132 + Misses 177 97 -80 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `94.40% <92.50%> (+4.92%)` | :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=BioJulia#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia) | Coverage Δ | | |---|---|---| | [src/Automa.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL0F1dG9tYS5qbA==) | `100.00% <ø> (ø)` | | | [src/action.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL2FjdGlvbi5qbA==) | `97.43% <ø> (ø)` | | | [src/dot.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL2RvdC5qbA==) | `95.78% <ø> (ø)` | | | [src/precond.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL3ByZWNvbmQuamw=) | `86.36% <ø> (+2.27%)` | :arrow_up: | | [src/codegen.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL2NvZGVnZW4uamw=) | `90.60% <84.78%> (-0.98%)` | :arrow_down: | | [src/workload.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL3dvcmtsb2FkLmps) | `88.88% <88.88%> (ø)` | | | [src/re.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL3JlLmps) | `93.56% <94.73%> (+0.88%)` | :arrow_up: | | [src/machine.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL21hY2hpbmUuamw=) | `81.81% <96.15%> (+2.77%)` | :arrow_up: | | [src/tokenizer.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-c3JjL3Rva2VuaXplci5qbA==) | `96.92% <96.72%> (+4.87%)` | :arrow_up: | | [ext/AutomaStream.jl](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#diff-ZXh0L0F1dG9tYVN0cmVhbS5qbA==) | `96.92% <96.92%> (ø)` | | | ... and [9 more](https://codecov.io/gh/BioJulia/Automa.jl/pull/95?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia)

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