--grouped truncates long build output
Open
@kenotron is already working on this.
Since Nov 20, 2020.
- Dominant language
- TypeScript
- Stars
- 816
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
With the --grouped option and a task with very long output, some of the output is getting truncated (at least on errors). This is a problem because it can make determining the source of an error impossible--2 examples in this build. I've disabled grouped builds in Fluent UI for now (https://github.com/microsoft/fluentui/pull/16019) so that we can actually debug these issues, but I'd like to re-enable the option since it's a better experience in general.
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.
Assessment
This issue has not been assessed yet.