ignore configuration not filtering out files correctly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 816
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
Logging a bug here as this tool is effected, but the details and actual work for the bug should be done here: https://github.com/microsoft/workspace-tools/issues/95
I experience this when modifying README.md at the root and running lage build --since origin/master. It builds all packages when none should be built with ignore: ["README.md", "lage.config.js"] in lage.config.js.
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 the linked workspace-tools issue #95, then reproduce the report from the lage repository using lage build --since origin/master after changing README.md. Check the ignore entries in lage.config.js; done means an ignored root README change causes no packages to build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100