You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: