Skip to content

Add trace_fs feature gate for conditional DebugLogProvider bound#760

Open
wdcui wants to merge 1 commit intomainfrom
wdcui/pr3j-trace-fs
Open

Add trace_fs feature gate for conditional DebugLogProvider bound#760
wdcui wants to merge 1 commit intomainfrom
wdcui/pr3j-trace-fs

Conversation

@wdcui
Copy link
Copy Markdown
Member

@wdcui wdcui commented Apr 7, 2026

Summary

  • Add trace_fs feature to litebox/Cargo.toml.
  • Gate the DebugLogProvider bound on RawSyncPrimitivesProvider behind #[cfg(feature = "trace_fs")], so platforms that don't need filesystem tracing can avoid the dependency.
  • Add explanatory comment for why the feature gate exists.

Split from #743.

Add trace_fs feature to litebox Cargo.toml. When enabled (without
lock_tracing), RawSyncPrimitivesProvider additionally requires
DebugLogProvider, allowing filesystem tracing code to log through
the platform's debug output.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

🤖 SemverChecks 🤖 No breaking API changes detected

Note: this does not mean API is unchanged, or even that there are no breaking changes; simply, none of the detections triggered.

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