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

Interplay between regenerate and interactive #77

Open
aubertc opened this issue May 1, 2023 · 0 comments
Open

Interplay between regenerate and interactive #77

aubertc opened this issue May 1, 2023 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@aubertc
Copy link
Member

aubertc commented May 1, 2023

I would expect the program to allow me to execute forward the "origin" of a process that already started its execution when I combine the --regenerate and --interactive flags.

However, this is not the case:

java -jar IRDC-*.jar --regenerate --interactive "((Tau{a}[k1].b|'b)|Tau{a}[k1].c[k4].0)"
------| Actionable Labels |------
[0] [k2]
[1] [k0]
[2] b
[3] 'b
[4] Tau{b}
[q] Quit program
------------
((Tau{a}[k0].b|'b)|Tau{a}[k0].c[k2].0)
Please input the index of the label you'd like to act on:

It seems that the --regenerate flag was completely ignored.
We can either

  1. Embrace that behavior, but document it,
  2. Try to make them play nicely together.

Also, the bug #76 is present here too.

@aubertc aubertc added bug Something isn't working documentation Improvements or additions to documentation labels May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant