Add readers for managed strings and collections
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 13
- Forks
- 16
- Avg merge
- 16d 9h
- Merged PRs (30d)
- 15
Description
The shared walk from #141 resolves classes and fields, but reading the values behind them is still raw `Process` reads at hand-derived offsets. This tracks the reader surface for managed types: strings, arrays and lists of value and reference elements, dictionaries, hashsets.
- [x] #147
- [x] #148
- [x] #150
- [x] #151
- [x] #152
- [x] #153
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 reading the shared walk described in #141 and review the managed-type reader work tracked in #147, #148, and #150–#153. The issue names no files or tests; completion would require the listed readers for strings, arrays, lists, dictionaries, and hashsets, but every checklist item is already marked done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100