Skip to content

fix(filters): mark truncated fallback output#2584

Open
YOMXXX wants to merge 1 commit into
rtk-ai:developfrom
YOMXXX:fix/issue-2204-truncation-marker
Open

fix(filters): mark truncated fallback output#2584
YOMXXX wants to merge 1 commit into
rtk-ai:developfrom
YOMXXX:fix/issue-2204-truncation-marker

Conversation

@YOMXXX

@YOMXXX YOMXXX commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add visible recovery hints when rtk git log reaches RTK-injected default caps
  • use parser passthrough truncation markers for ruff, ESLint, Pylint, and golangci-lint JSON parse fallbacks
  • add regression tests for hidden truncation in git log caps and parse-fail fallback paths

Fixes #2204

Verification

  • cargo +1.93.0 fmt --check
  • git diff --check
  • cargo +1.93.0 test parse_failure_marks_truncation -- --nocapture
  • cargo +1.93.0 test filter_log_output -- --nocapture
  • cargo +1.93.0 clippy --all-targets
  • cargo +1.93.0 test --all -- --skip small_grep_not_worse_than_plain

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.

passthrough_max_chars truncates output silently (no marker) — git log shows 50 of 252 commits, misleads scope

1 participant