Skip to content

Conversation

@DaniPopes
Copy link
Contributor

@DaniPopes DaniPopes commented Oct 24, 2024

Based on #223. Only the last commit is from this PR.

Closes #220.

Implements RawStream (and the other required traits) for dyn Write + Send {,+ Sync}.

@epage epage enabled auto-merge October 24, 2024 15:37
auto-merge was automatically disabled October 24, 2024 15:39

Head branch was pushed to by a user without write access

@DaniPopes DaniPopes force-pushed the raw-stream-autotraits branch from bef49c5 to ed1dbd7 Compare October 24, 2024 15:39
@epage epage merged commit f4a1f98 into rust-cli:main Oct 24, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11502705282

Details

  • 0 of 8 (0.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 51.98%

Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/anstream/src/stream.rs 0 4 0.0%
crates/anstyle-wincon/src/stream.rs 0 4 0.0%
Totals Coverage Status
Change from base Build 11502674443: -0.2%
Covered Lines: 1221
Relevant Lines: 2349

💛 - Coveralls

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.

Using anstream with tracing_appender's RollingFileAppender

3 participants