drmingdrmer / drmingdrmer/codeq
Support embedding other type to `Segment`
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Segment already provide a type parameter C.
But Segment does not use it yet.
Segment should store C in a field and the instance of C in it should be a chunk of data that is bound to this Segment.
Improve the fields and methods of Segment
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
Start by locating the Segment definition and reading its existing fields and methods. Determine how the generic type parameter C should be stored and how an instance of C is bound to each segment; done means the fields and methods consistently support that association.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100