-
Notifications
You must be signed in to change notification settings - Fork 96
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
Introduce Golang examples #390
Conversation
… have issues. Example works with AddBeam() without any issues
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #390 +/- ##
===========================================
- Coverage 66.30% 59.08% -7.23%
===========================================
Files 400 64 -336
Lines 45639 23589 -22050
===========================================
- Hits 30262 13937 -16325
+ Misses 15377 9652 -5725 ☔ View full report in Codecov by Sentry. |
The only solution that worked was bumping the Golang binding version to 2.4.1. It seems that the Golang package server caches the version, making it immutable. |
This PR introduces 7 golang examples (same as Python examples)
It currently imports the lib3mf library from https://github.com/3MFConsortium/lib3mf.go
Once ACT is patched / a decision is made on patching the bindings in the repo, examples can be adapted to work with local binding files
This PR also tests the
create_cube.go
script in Windows, Linux and OSX as a part of the deploy stage.