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

Plugins have access to manifest inputs #568

Closed
narekhovhannisyan opened this issue Apr 1, 2024 · 0 comments · Fixed by #565
Closed

Plugins have access to manifest inputs #568

narekhovhannisyan opened this issue Apr 1, 2024 · 0 comments · Fixed by #565
Assignees
Labels
bug Error, flaw or fault

Comments

@narekhovhannisyan
Copy link
Member

Describe the bug
In case if plugin is implemented in a way that it has to modify the input in the execute method, it affects the manifest inputs too.

To Reproduce
Steps to reproduce the behavior:

  1. Implement a plugin that mutates the input.
  2. Run the if framework
  3. See the output manifest file

Expected behavior
Inputs should stay as they were before.

Actual behavior
Inputs are the same as outputs.

@narekhovhannisyan narekhovhannisyan added the bug Error, flaw or fault label Apr 1, 2024
@narekhovhannisyan narekhovhannisyan self-assigned this Apr 1, 2024
@narekhovhannisyan narekhovhannisyan linked a pull request Apr 1, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Error, flaw or fault
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant