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

Refactor summarize command and options in cli.py and __main__.py. #2725

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

Stevengre
Copy link
Contributor

  • Updated the exec_summarize function to support new SummarizeOptions, allowing for opcode-specific summarization and an option to clear existing proofs.
  • Modified the CLI to replace ProveOptions with SummarizeOptions for the summarize command, enhancing argument handling.
  • Introduced a new clear_proofs function to remove existing proof files before summarization.
  • Improved documentation and help messages for the summarize command to clarify usage.

- Updated the `exec_summarize` function to support new `SummarizeOptions`, allowing for opcode-specific summarization and an option to clear existing proofs.
- Modified the CLI to replace `ProveOptions` with `SummarizeOptions` for the `summarize` command, enhancing argument handling.
- Introduced a new `clear_proofs` function to remove existing proof files before summarization.
- Improved documentation and help messages for the `summarize` command to clarify usage.
@Stevengre Stevengre self-assigned this Mar 18, 2025
@Stevengre Stevengre marked this pull request as ready for review March 18, 2025 13:24
@automergerpr-permission-manager automergerpr-permission-manager bot merged commit 710742c into master Mar 18, 2025
13 checks passed
@automergerpr-permission-manager automergerpr-permission-manager bot deleted the opt-summarize-command branch March 18, 2025 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants