AdaCore / AdaCore/e3-core

Keep several plan lines of context when needed

Open
#293 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.