linksplatform / linksplatform/Data.Doublets.Sequences
The number of bits should be (numbers size in bits - 1), but not exactly (64 - 1) bit.
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/linksplatform/Data.Doublets.Sequences/blob/5d08a79f7bf68c692f8b617714b3b47d4fc38b9a/csharp/Platform.Data.Doublets.Sequences/Numbers/Raw/BigIntegerToRawNumberSequenceConverter.cs#L96-L98
This will not work for uint, ushort, byte.
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.Data.Doublets.Sequences/Numbers/Raw/BigIntegerToRawNumberSequenceConverter.cs at lines 96-98 and trace how the converter determines the source number's size. Verify that the bit count is correct for uint, ushort, and byte rather than assuming 64 bits.
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
- 45/100