alibaba / alibaba/yalantinglibs
[feat][struct_pack][struct_json] support struct bit-field
Open
enhancement
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 327
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 2
Description
example:
```
struct person {
std::string name;
int age;
int weight:16;/*bit-field*/
int height:16;
};
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the struct_pack and struct_json entry points and tracing how the example's fields are handled during serialization and deserialization. Determine the expected behavior for the bit-field members, then verify that both libraries support the example consistently and add or run the relevant coverage once the project identifies it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100