Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyGerber 3 Parser implementation #256

Open
wants to merge 67 commits into
base: feature/pygerber-3-vm
Choose a base branch
from

Conversation

Argmaster
Copy link
Owner

Major rewrite of parser infrastructure of PyGerber for 3.0.0 release

@Argmaster Argmaster added the enhancement New feature or request label Jul 14, 2024
@Argmaster Argmaster self-assigned this Jul 14, 2024
@Argmaster Argmaster changed the base branch from main to feature/pygerber-3-vm July 14, 2024 23:12
Copy link

codecov bot commented Jul 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 490 lines in your changes missing coverage. Please review.

Project coverage is 79.90%. Comparing base (0b40481) to head (6893a86).

Files Patch % Lines
src/pygerber/gerberx3/ast/visitor.py 0.00% 79 Missing ⚠️
src/pygerber/gerberx3/ast/nodes/model.py 0.00% 8 Missing ⚠️
src/pygerber/gerberx3/ast/nodes/base.py 0.00% 7 Missing ⚠️
...c/pygerber/gerberx3/ast/nodes/aperture/AB_close.py 0.00% 6 Missing ⚠️
...rc/pygerber/gerberx3/ast/nodes/aperture/AB_open.py 0.00% 6 Missing ⚠️
src/pygerber/gerberx3/ast/nodes/aperture/AD.py 0.00% 6 Missing ⚠️
...c/pygerber/gerberx3/ast/nodes/aperture/AM_close.py 0.00% 6 Missing ⚠️
...rc/pygerber/gerberx3/ast/nodes/aperture/AM_open.py 0.00% 6 Missing ⚠️
...c/pygerber/gerberx3/ast/nodes/aperture/SR_close.py 0.00% 6 Missing ⚠️
...rc/pygerber/gerberx3/ast/nodes/aperture/SR_open.py 0.00% 6 Missing ⚠️
... and 59 more
Additional details and impacted files
@@                    Coverage Diff                    @@
##           feature/pygerber-3-vm     #256      +/-   ##
=========================================================
- Coverage                  84.74%   79.90%   -4.84%     
=========================================================
  Files                        203      272      +69     
  Lines                       8100     8590     +490     
=========================================================
  Hits                        6864     6864              
- Misses                      1236     1726     +490     
Flag Coverage Δ
unittests 79.90% <0.00%> (-4.84%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants