3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-15 11:35:42 +00:00
z3/.github/skills/static-analysis/scripts
github-actions[bot] 4dec7b1324
simplify skill scripts: expose find_repo_root, fix split string, simplify label
- z3db.py: rename _find_repo_root to find_repo_root (make public) and
  add require_repo_root helper that exits on failure; update docstring
  and internal caller; fix unnecessary string literal split in log()
- memory_safety.py: remove 13-line duplicate find_repo_root function;
  import and use require_repo_root from z3db instead
- static_analysis.py: simplify two-line label assignment in
  print_findings to a single expression using 'or'

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-08 05:59:22 +00:00
..
static_analysis.py simplify skill scripts: expose find_repo_root, fix split string, simplify label 2026-06-08 05:59:22 +00:00