links instructions is ignored
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 12
- Avg merge
- 3h 47m
- Merged PRs (30d)
- 5
Description
mkc ignore include instruction that allows to override dependencies with local packages.
Here is an example: https://github.com/microsoft/pxt-jacdac/blob/master/mkc.json#L7
If you build pxt-jacdac/packages/servo for example, it should not download pxt-jacdac from github, but use the local package as defined in https://github.com/microsoft/pxt-jacdac/blob/master/links.json
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 examining the mkc.json include example and the corresponding links.json in pxt-jacdac, then trace how mkc resolves dependencies when building pxt-jacdac/packages/servo. Verify the current build behavior and make the local package override work instead of downloading pxt-jacdac from GitHub.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100