Move containers to xrCore/Containers
Open
Nobody has claimed this yet.
Core
good first issue
Help wanted
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 536
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 3
Description
Move containers to xrCore/Containers.
Follow classes known to be in xrCore (top core directory instead of Containers subdir):
shared_container (xr_shared.* files), FixedMap, FixedSet, FixedVector.
Contributor guide
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 inspecting the xrCore top-level directory and its Containers subdirectory, then locate shared_container in the xr_shared.* files along with FixedMap, FixedSet, and FixedVector. Trace their references and build configuration before moving them. Done means these containers reside under xrCore/Containers and references still resolve.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- game-dev
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100