Skip to content

docs(cli): scope --limits to runtime; tune make test output#532

Merged
zharinov merged 1 commit into
masterfrom
gv/06-limit-scope-docs
Jun 28, 2026
Merged

docs(cli): scope --limits to runtime; tune make test output#532
zharinov merged 1 commit into
masterfrom
gv/06-limit-scope-docs

Conversation

@zharinov

@zharinov zharinov commented Jun 27, 2026

Copy link
Copy Markdown
Member

Summary

  • --limits and --max-* control runtime resources: steps and memory.
  • The satisfiability checker added compile-time budgets, which are a separate thing.
  • Reworded the help text, doc comment, and CLI guide to say "both runtime resources" instead of "every resource".
  • make test now shows progress and reports only failures.

Why

The tool now has two kinds of limits. The runtime flags need to say which one they control.

Clarify that `--limits` and `--max-*` govern runtime resources (steps,
memory), distinct from the compile-time budgets the satisfiability checker
introduced. Reword the help text, doc comment, and CLI guide from "every
resource" to "both runtime resources". Switch `make test` to show progress
and report only failures.
@zharinov
zharinov force-pushed the gv/06-limit-scope-docs branch from ad049df to 52cce28 Compare June 28, 2026 22:22
@zharinov
zharinov merged commit 8017ea8 into master Jun 28, 2026
4 checks passed
@zharinov
zharinov deleted the gv/06-limit-scope-docs branch June 28, 2026 22:25
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