-
Notifications
You must be signed in to change notification settings - Fork 19
Replace ni.protobuf.types stubs with dependency on ni.protobuf.types package #1212
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
Conversation
… them in from ni.protobuf.types Signed-off-by: Michael Johansen <michael.johansen@ni.com>
Test Results 52 files ±0 52 suites ±0 1h 17m 1s ⏱️ - 2m 19s Results for commit a011964. ± Comparison against base commit 37355e1. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
mjohanse-emr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm unsure about these pyproject.toml changes. I did what I had to do to get poetry lock to succeed.
Signed-off-by: Michael Johansen <michael.johansen@ni.com>
packages/generator/ni_measurement_plugin_sdk_generator/client/_support.py
Show resolved
Hide resolved
…and ni.panels.v1. Signed-off-by: Michael Johansen <michael.johansen@ni.com>
…yleguide exclude list since they don't conform to the styleguide as generated. Signed-off-by: Michael Johansen <michael.johansen@ni.com>
Signed-off-by: Michael Johansen <michael.johansen@ni.com>
Signed-off-by: Michael Johansen <michael.johansen@ni.com>
Signed-off-by: Michael Johansen <michael.johansen@ni.com>
Signed-off-by: Michael Johansen <michael.johansen@ni.com>
Signed-off-by: Michael Johansen <michael.johansen@ni.com>
bkeryan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with suggestions
dixonjoel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with suggestion
What does this Pull Request accomplish?
ni/protobuf/typesni/panels/v1ni.protobuf.typespackage.ni-protobuf-typesto the generator and the service. Also to two examples.generatorto change imports to point to theni.protobuf.typespackage.ni.panels.v1, so I didn't make any changes or add a dependency on theni-panels-v1-protopackage.ni/protobuf/typesandni/panels/v1paths when generating stubs.Why should this Pull Request be merged?
AB#3229834
What testing has been done?
Unit tests, system tests, mypy, styleguide.
I have not done any manual testing.