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

Wrong alignment in incorrect results representation #9

Closed
alefedor opened this issue Aug 2, 2019 · 0 comments
Closed

Wrong alignment in incorrect results representation #9

alefedor opened this issue Aug 2, 2019 · 0 comments

Comments

@alefedor
Copy link
Contributor

alefedor commented Aug 2, 2019

Currently a wrong alignment is added to init and post parts (additional meaningless spaces).

Example of wrong representation:

= Invalid execution results: =
Init part:
[getAmount(4):     0, transfer(3,1,-9): void, getAmount(2):     0, transfer(3,2,-7): void, setAmount(2,7):   void]
Parallel part:
| setAmount(1,1):   void | setAmount(4,-8): void | setAmount(4,6):  void |
| setAmount(4,-4):  void | setAmount(3,9):  void | setAmount(2,-1): void |
| transfer(4,3,10): void | setAmount(4,4):  void | getAmount(3):    12   |
| transfer(3,4,7):  void | setAmount(1,-8): void | getAmount(4):    -7   |
| setAmount(2,4):   void | setAmount(3,1):  void | getAmount(3):    12   |
Post part:
[transfer(4,4,7):  void, getAmount(1):     -8, getAmount(3):     12, getAmount(1):     -8, transfer(1,4,-7): void]

There are odd spaces in third and last lines.

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