-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Feature Description
As a developer, I would like to be able to import PVValue from a central location anywhere in the project without needing to import Genie Python.
Explanation
Genie python is a large import, and so in some cases it has been avoided to import when just the PVValue type is required, this has lead to multiple definitions of PVValue in the project, these should be removed and replaced with a central definition in ibex-non-ca-helpers so that if needed the type can be modified in a single location, and code duplication is avoided.
Additional Information
As well as the changes in genie python and other locations where PVValue is defined, all imports of PVValue will need to be pointed at the new location.
Acceptance Criteria
-
PVValueis defined in a central location where it can easily be imported for all uses. - All current definitions of
PVValueand imports of them are replaced with an import of this central definition.
How to Review
Before making a PR...
- Provide verbose instructions for the reviewer to test your changes
- Describe how you have implemented testing for this feature
- Provide screenshots of the feature to help the reviewer if relevant
If not applicable, write "Not applicable"
...
To the reviewer: Make sure to update submodules!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status