-
Notifications
You must be signed in to change notification settings - Fork 570
Show more errors #524
Copy link
Copy link
Closed
Labels
Milestone
Description
We currently only show the first error seen. Using a different error applicative functor, we can accumulate a set of errors. We need to be careful about this because it is not appropriate everywhere, but we can, for example:
- collect all name resolution errors
- collect at most one error from each checked type
Reactions are currently unavailable