Skip to content

Priority of Continuation messages with AAHandled #40

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

Open
AndreVanDelft opened this issue Mar 5, 2016 · 0 comments
Open

Priority of Continuation messages with AAHandled #40

AndreVanDelft opened this issue Mar 5, 2016 · 0 comments

Comments

@AndreVanDelft
Copy link
Contributor

When showing Hello_1_World in the debugger,
I noticed that it currently behaves differently than it used to:

As I recall, after executing Hello, the AAHappened would result in a special
Continuation message at the “;” node. There it would have relatively high priority,
so that the first instantiation of “World” would be excluded.

Currently there seems to be a single Continuation message for AAHappened and other
things that happen in the LHS of “;”, e.g., Success. This results at some point
in 2 “World” instances as children of “;”.
I would think that the old behaviour was “better”; at least it looks nicer.

Could you find out what has changed exactly and why?
It may be nice to revert to the old way of handling,
in case the change had not been made to resolve a problem.

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

No branches or pull requests

1 participant