microsoft / microsoft/typescript-error-deltas
Try to create minimal reproductions of new errors, possibly crashes
Open
@armanio123 is already working on this.
Since Jul 1, 2024.
enhancement
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 14
- Avg merge
- 8m
- Merged PRs (30d)
- 6
Description
While it is helpful to have the error reporter give precise context on why TypeScript introduces an error (or what led up to its crash), it would be much easier for us if we could get a minimal repro of code to quickly understand what changed, and in the case of crashes, what's the number of commands to hit the crash.
We wouldn't necessarily want this on every run (this could take some time). @armanio123 has already mentioned maybe this can be toggled only for specific runs and done on our weekly runs.
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.
Assessment
This issue has not been assessed yet.