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

Refactoring actions #88

Closed
wants to merge 2 commits into from
Closed

Conversation

didierofrivia
Copy link
Member

@didierofrivia didierofrivia commented Sep 25, 2024

This PR is yet another step closer to get #58 done.

Now Actions reside within a given Rule. The logic behind this change is that actions are dependant of the rule that matches, and not a set of actions for all of them.

  • Only 1 Rule applies and provides a set of actions
  • The building of the descriptors needed for RL is not relying on Filter anymore
  • Also, the rule matching and descriptors use hostcalls::get_property directly

Notes:

  • Since we are not passing down the Filter anymore for building the descriptors, we are not logging the context_id when getting de properties.

* Building the descriptors are not relying on Filter anymore
* Getting the properties for the descriptors directly using
  `hostcalls::get_property`
* Since Filter is not passed, we are not logging `context_id` anymore

Signed-off-by: dd di cesare <[email protected]>
@didierofrivia
Copy link
Member Author

Closing this one, changes already migrated to #87

@didierofrivia didierofrivia deleted the refactoring-actions branch October 1, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant