Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep several plan lines of context when needed #293

Open
enzbang opened this issue Sep 9, 2019 · 0 comments
Open

Keep several plan lines of context when needed #293

enzbang opened this issue Sep 9, 2019 · 0 comments

Comments

@enzbang
Copy link
Member

enzbang commented Sep 9, 2019

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.

enzbang added a commit to enzbang/e3-core that referenced this issue Sep 9, 2019
plan_line attribute is reused to store several plan lines separated
by ';'. Long term solution would be to rename it plan_lines and to have
a tuple of plan lines.

For AdaCore#293
enzbang added a commit to enzbang/e3-core that referenced this issue Sep 9, 2019
plan_line attribute is reused to store several plan lines separated
by ';'. Long term solution would be to rename it plan_lines and to have
a tuple of plan lines.

For AdaCore#293
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant