[Request] Add NoneTerminatedInspectableQueue
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- Scala
- Stars
- 2.5k
- Forks
- 636
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 7
Description
It looks like the InspectableQueue constructors offer most of the behaviors that the Queue constructors offer, but it doesn't offer noneBounded versions - I had a use case recently where this would have been convenient
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
The request names InspectableQueue and Queue constructors as the relevant entry points; compare their available constructor variants to confirm which noneBounded forms are missing. The work is done when InspectableQueue offers the requested noneBounded behavior consistently with Queue and the relevant queue coverage passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100