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

feat: record template operations to post-hook #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aliev
Copy link
Owner

@aliev aliev commented Jan 23, 2025

Sometimes it is useful to know what operations were performed by the processor after completion. This PR records all operations along with the answers to the stdout of post-hook

Sometimes it is useful to know what operations were performed by the processor after completion. This PR records all operations along with the answers to the stdout of post-hook
@aliev aliev requested a review from Copilot January 23, 2025 21:22

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/hooks.rs:22

  • [nitpick] The field name 'operations' is ambiguous. It should be renamed to 'template_operations' for better clarity.
pub operations: Option<Vec<TemplateOperation>>,

src/template/operation.rs:5

  • Ensure that the serialization of 'TemplateOperation' is covered by tests.
#[derive(Debug, Serialize, Clone)]
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.

1 participant