linksplatform / linksplatform/Collections
bug in method
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
[the case when the old array size is the same as the new size is not handled](https://github.com/linksplatform/Collections/blob/5b1923f622d01ac376e4d0cef7b25e89f46030ad/csharp/Platform.Collections/Arrays/ArrayPool%5BT%5D.cs#L34).
Contributor guide
No contributing guide indexed for this repository
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
Open csharp/Platform.Collections/Arrays/ArrayPool[T].cs at the linked line and inspect the method behavior when the old and new array sizes are equal. Done means that this equal-size case is handled correctly; the issue does not mention a test file, so inspect the surrounding implementation for the relevant verification point.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100