rokucommunity / rokucommunity/brighterscript
Show what project a "this file isn't found" error came from
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 68
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 39
Description
Sometimes diagnostics can come from multiple projects (proj0, proj1, etc). But we don't show any information about that. We need to include that information in some form, even if hidden behind a verbosity flag.
This will help developers figure out which project is causing this. Sometimes the errors come from standalone projects, but it's hard to know that.
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 tracing how diagnostics for missing files are produced and formatted when multiple projects such as proj0 and proj1 are involved. Determine how standalone projects are represented and whether verbosity is already supported. Done means the error identifies its source project in a documented, usable form without obscuring the existing diagnostic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100