Keep several plan lines of context when needed
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 32
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes to understand the context it would be better to have several lines of plan, e.g. when an action is created by calling a function defined in a plan. Include all these lines separated by ';'.
What needs to be done: change plan_line to plan_lines containing a tuple of plan_line in e3.electrolyt.plan.
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 in the e3.electrolyt.plan module and locate the current plan_line representation and its uses. Update the context representation to retain the needed plan lines separated by semicolons, then verify that actions created through functions defined in a plan preserve all relevant context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100