Request: move `internal/computecore` and `internal/hcs` out of `internal/`
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 694
- Forks
- 304
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 28
Description
https://github.com/microsoft/hcsshim/blob/main/internal/vmcompute/vmcompute.go https://github.com/microsoft/hcsshim/blob/main/internal/computecore/computecore.go is useful for third-party applications that call the HCS API.
Would it be possible to move internal/vmcomputeinternal/computecore (and ideally internal/hcs/... too) out of internal/ so that third-party applications can use this package without copying it?
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 with internal/computecore/computecore.go and the internal/hcs/... packages, then trace how they are used by callers of the HCS API. Work out the public package layout and the changes needed to move these packages without requiring third-party applications to copy them. Done means those applications can import the packages from outside internal/.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100