Codegenerator should error when an unsupported repeated capability is used in property or method parameter metadata
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
If a repeated_capability_type key is used in property or method parameter metadata that is not present in repeated_capabilities listed in config.py, codegen should error.
Encountered in #1520.
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 reading config.py to find the repeated_capabilities configuration and then trace how property and method parameter metadata is handled by the code generator. Done means codegen reports an error when repeated_capability_type is not listed in repeated_capabilities.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100