Add codegen support for basic sequence type properties
Open
Nobody has claimed this yet.
codegen
- Dominant language
- Python
- Stars
- 128
- Forks
- 110
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 10
Description
Description of issue
Currently, there are properties that are returned as comma-delimited string:
- driver_setup
- group_capabilities
- supported_instrument_models
Codegen support should be added so that these properties can be returned as list of str, which is semantically more correct.
This needs to fixed for #1417 and #1418.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the code-generation handling for the driver_setup, group_capabilities, and supported_instrument_models properties, then read the related context for issues #1417 and #1418. The work is done when generated APIs expose these properties as lists of strings rather than comma-delimited strings, with the affected generated outputs verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100