Vectors of bools broken
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 35
- Forks
- 14
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 1
Description
Vectors of booleans:
V: !vector
items: bool
are not handled because the .data() method is deleted from the std::vector<bool> specialization. Additionally, binary serialization should write out a bitstream where each value is a bit rather than a 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
No file or test is named. Start by locating the C++ handling for vector and the binary serialization path; compare the existing vector serialization behavior with the requested bitstream representation. Done means boolean vectors are supported despite std::vector's deleted data() method and binary output stores each value as a bit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100