OpenAPITools / OpenAPITools/openapi-generator
[REQ] Show line number for INFO generated by openapi generator
Open
Nobody has claimed this yet.
Enhancement: Feature
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
I use this command with my YAML
openapi-generator-cli generate -g python-flask -i cfgsys.yaml -o py
INFO messages of the generator are printed without any indication of a line number.
It would be nice to have lines number.
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
Reproduce the issue with openapi-generator-cli generate -g python-flask -i cfgsys.yaml -o py, then trace where the generator emits INFO messages while processing the YAML input. Done means the relevant INFO output includes the source line number from the input specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100