-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-tech-debtIssues that slow or block desirable development paths for Dartdoc, or create such problems for usersIssues that slow or block desirable development paths for Dartdoc, or create such problems for users
Description
Currently pub run test
prints > 2400 lines to stdout/stderr. This makes it hard to follow when one test case fails, as the stack trace can scroll up pretty far.
There are a few places which can reduce this count, something like Package.warn, the print
function on the zone, etc. The integration tests may be harder.
I'd say the acceptance criteria can be something like < 500 lines.
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-tech-debtIssues that slow or block desirable development paths for Dartdoc, or create such problems for usersIssues that slow or block desirable development paths for Dartdoc, or create such problems for users