UnitTestBot / UnitTestBot/usvm
[TS] Extract parts of TsState into specific data structures
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 33
- Forks
- 27
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 15
Description
We need to extract the parts of TsState into specific data structures for each use case. For example, all ptr-call-related maps could go into one separate class, similar for promise-related state.
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 definition and usages of TsState, then identify which state belongs to ptr-call and promise use cases. Done means those concerns are held in separate data structures without changing existing behavior, but the issue does not name files or tests to verify.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100