Skip to content

fix(output): write valid JSON arrays - #4

Merged
rustfuture merged 2 commits into
mainfrom
fix/v0.1.2-json-output
Sep 14, 2026
Merged

rustfuture merged 2 commits into
mainfrom
fix/v0.1.2-json-output

Conversation

@rustfuture

Copy link
Copy Markdown
Owner

Summary

  • write one parseable JSON array instead of concatenated top-level objects
  • replace stale results on a new scan and preserve valid append behavior in follow mode
  • stop tracking generated sample output
  • align the crate and binary with v0.1.2

Verification

  • cargo fmt --check
  • cargo check --locked --all-targets
  • cargo clippy --locked --all-targets -- -D warnings
  • cargo test --locked (14 passed)
  • two real sample scans, each parsed as an 8-item JSON array

Replace concatenated top-level objects with one parseable array, keep follow-mode appends valid, and stop tracking generated sample output.

Co-Authored-By: OpenAI Codex <noreply@openai.com>
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 2f7f50a0-f6c9-48ea-973b-0fa9b0a2f3ac


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Co-Authored-By: OpenAI Codex <noreply@openai.com>
@rustfuture
rustfuture merged commit 94c99b2 into main Sep 14, 2026
6 checks passed
@rustfuture
rustfuture deleted the fix/v0.1.2-json-output branch September 14, 2026 17:56
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