crossbeam-channel/std supplied transitively in the full workspace build
Open
Beginner friendly
Nobody has claimed this yet.
bug
CLI
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What version of Codex CLI is running?
0.151.0
What subscription do you have?
Pro
Which model were you using?
n/a
What platform is your computer?
Windows
What terminal emulator and version are you using (if applicable)?
Windows Terminal
Codex doctor report
n/a
What issue are you seeing?
crossbeam-channel/std is being supplied transitively in the full workspace build, but it's only being used by file-search.
What steps can reproduce the bug?
Building a release version
What is the expected behavior?
crossbeam-channel = { version = "0.5.15", default-features = false, features = ["std"] }
Additional information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the workspace Cargo manifests and the file-search dependency declaration that control crossbeam-channel features. Compare the release workspace build with the expected dependency configuration, then verify that crossbeam-channel/std is supplied only where file-search uses it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100