open-telemetry / open-telemetry/opentelemetry-python
Consolidate eachdist logic between core and contrib
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 1k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 19
Description
Can we consolidate this logic? I know that removing/replacing eachdist has been discussed, but while we still have it, would be nice to make it as easy to use and update as possible.
https://github.com/open-telemetry/opentelemetry-python/blob/main/scripts/eachdist.py
https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/scripts/eachdist.py
Originally posted by @pmcollins in https://github.com/open-telemetry/opentelemetry-python/issues/3947#issuecomment-2148220412
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
Compare scripts/eachdist.py in the core repository with scripts/eachdist.py in opentelemetry-python-contrib, starting with the duplicated logic and how each script is invoked. Determine a shared organization that keeps eachdist easy to use and update while it remains in place. Done means the duplicated logic is consolidated without losing the behavior needed by either repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100