Skip to content

fix: bugs and code deduplication in processors#32

Merged
ppgranger merged 1 commit intomainfrom
fix/dedup-and-bugfixes
Mar 28, 2026
Merged

fix: bugs and code deduplication in processors#32
ppgranger merged 1 commit intomainfrom
fix/dedup-and-bugfixes

Conversation

@ppgranger
Copy link
Copy Markdown
Owner

@ppgranger ppgranger commented Mar 28, 2026

  • Fix missing @ separator in Pipfile.lock package formatting
  • Fix overly permissive tree summary regex in file_listing
  • Fix extra newlines in generic truncation message
  • Deduplicate poetry.lock/Cargo.lock parsers into _compress_toml_lock
  • Extract shared Rust compiler regex patterns to utils.py

What

Why

How

Checklist

  • ruff check . passes
  • ruff format --check . passes
  • python3 -m pytest tests/ -v passes (all 207+ tests)
  • New code has tests (if applicable)
  • No secrets or credentials in the diff

- Fix missing @ separator in Pipfile.lock package formatting
- Fix overly permissive tree summary regex in file_listing
- Fix extra newlines in generic truncation message
- Deduplicate poetry.lock/Cargo.lock parsers into _compress_toml_lock
- Extract shared Rust compiler regex patterns to utils.py
@ppgranger ppgranger force-pushed the fix/dedup-and-bugfixes branch from 8c42522 to f795261 Compare March 28, 2026 15:13
@ppgranger ppgranger merged commit e4a66de into main Mar 28, 2026
5 checks passed
@ppgranger ppgranger deleted the fix/dedup-and-bugfixes branch March 28, 2026 15:14
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