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

Callback-based subclass for the proof trace writer #1142

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

theo25
Copy link
Collaborator

@theo25 theo25 commented Sep 6, 2024

This PR adds a new subclass of proof_trace_writer that is intended to use callbacks into Python code to synchronously communicate proof trace events, instead of serializing them to a file. For now the implementation contains placeholder calls into empty functions. A future PR will replace those placeholders with actual callbacks into Python code.

@rv-jenkins rv-jenkins changed the base branch from master to develop September 6, 2024 17:45
@dwightguth dwightguth self-requested a review September 6, 2024 19:06
@dwightguth dwightguth merged commit 9d21e4d into develop Sep 9, 2024
11 checks passed
@dwightguth dwightguth deleted the callback-event-writer-2 branch September 9, 2024 16:46
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