Skip to content

Rust: switch on TRAP compression - #21112

Closed
redsun82 wants to merge 2 commits into
mainfrom
redsun82/rust-compress-trap
Closed

Rust: switch on TRAP compression#21112
redsun82 wants to merge 2 commits into
mainfrom
redsun82/rust-compress-trap

Conversation

@redsun82

Copy link
Copy Markdown
Contributor

No description provided.

@github-actionsgithub-actionsBot added the Rust Pull requests that update Rust code label Jan 7, 2026
@redsun82
redsun82 marked this pull request as ready for review May 26, 2026 14:56
@redsun82
redsun82 requested review from a team as code ownersMay 26, 2026 14:56
CopilotAI review requested due to automatic review settings May 26, 2026 14:56
@redsun82
redsun82 marked this pull request as draft May 26, 2026 14:56

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR changes the Rust extractor’s default TRAP output compression behavior by updating which Compression enum variant is used for Default.

Changes:

  • Switch Compression’s Default variant from None to Zstd (impacting the default trap_compression used by configuration loading).
Show a summary per file
FileDescription
rust/extractor/src/config.rsChanges the default TRAP compression method used when no explicit configuration is provided.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment threadrust/extractor/src/config.rs

@hvitvedhvitved left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@redsun82

Copy link
Copy Markdown
ContributorAuthor

forgot to merge this one 🙈 done again in #22375

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

RustPull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@redsun82@hvitved