Skip to content

Making reporters plugin aware #854

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

Merged
merged 9 commits into from
Mar 18, 2025
Merged

Conversation

marcoeilers
Copy link
Contributor

Adding a new trait PluginAwareReporter and modifying all existing Reporter implementations to implement it.

The SilFrontend, when given a PluginAwareReporter, informs it about the current plugins s.t. the reporter can let the plugins transform EntitySuccessMessages and EntityFailureMessages. Currently, these are not being transformed at all, which is why entity messages can report incorrect results.

The ActorReporter in ViperServer will have to be modified to implement the new trait as well.

@marcoeilers marcoeilers requested a review from ArquintL March 17, 2025 19:36
@marcoeilers marcoeilers merged commit d3a8f4d into master Mar 18, 2025
5 checks passed
@marcoeilers marcoeilers deleted the meilers_plugin_aware_reporter branch March 18, 2025 15:50
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

Successfully merging this pull request may close these issues.

2 participants