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

inconsistent treatment of enabled rules #490

Open
tballmsft opened this issue Oct 31, 2023 · 0 comments
Open

inconsistent treatment of enabled rules #490

tballmsft opened this issue Oct 31, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tballmsft
Copy link
Contributor

Creating a program with two actions on the same resource triggered by the same event (press button A) yields different results:

  • for change page, show icon, show number, the first action runs, the second does not
  • for variable update, the second action fires fi

For all such rules, we would like them to run in order on the page. If a later action is in direct conflict with earlier (like switch page or displaying on 5x5 screen), the later one takes precedence, interrupting the first. For variables, assignments are just done sequentially in order on page.

@tballmsft tballmsft added the bug Something isn't working label Oct 31, 2023
@tballmsft tballmsft self-assigned this Oct 31, 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
Projects
None yet
Development

No branches or pull requests

1 participant