klauer / blark

Beckhoff TwinCAT ST (IEC 61131-3) code parsing in Python using Lark (Earley)
https://klauer.github.io/blark/
GNU General Public License v2.0
42 stars 5 forks source link

FIX: init arguments for pointer type specifications #95

Closed klauer closed 9 months ago

klauer commented 9 months ago

Closes #85

codecov-commenter commented 9 months ago

Codecov Report

Merging #95 (2250af6) into master (5e20aa3) will increase coverage by 0.1%. The diff coverage is 100.0%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/klauer/blark/pull/95/graphs/tree.svg?width=650&height=150&src=pr&token=QZDTKF30TH&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ken+Lauer)](https://app.codecov.io/gh/klauer/blark/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ken+Lauer) ```diff @@ Coverage Diff @@ ## master #95 +/- ## ======================================== + Coverage 81.4% 81.6% +0.1% ======================================== Files 27 27 Lines 5829 5838 +9 ======================================== + Hits 4748 4766 +18 + Misses 1081 1072 -9 ``` | [Files](https://app.codecov.io/gh/klauer/blark/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ken+Lauer) | Coverage Δ | | |---|---|---| | [blark/tests/test\_transformer.py](https://app.codecov.io/gh/klauer/blark/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ken+Lauer#diff-YmxhcmsvdGVzdHMvdGVzdF90cmFuc2Zvcm1lci5weQ==) | `94.7% <ø> (ø)` | | | [blark/transform.py](https://app.codecov.io/gh/klauer/blark/pull/95?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ken+Lauer#diff-YmxhcmsvdHJhbnNmb3JtLnB5) | `98.3% <100.0%> (+<0.1%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/klauer/blark/pull/95/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ken+Lauer)
klauer commented 9 months ago

Mind taking a look and giving this a shot with your code, @engineerjoe440?

klauer commented 9 months ago

I'll push this through as it's either "release today or not for a long while"

🤞 this should fix the original issue...