summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/BadTelescope3.stderr
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2017-07-25 16:14:27 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2017-07-25 16:14:27 -0400
commit6bb32ba78580271921e3d5c3c98afac2c1b68de4 (patch)
tree6ed5c55ec28f127d534d504829ec277b6ec5739b /testsuite/tests/dependent/should_fail/BadTelescope3.stderr
parent36b270a94e689220c77ab49a863435dda6b60621 (diff)
downloadhaskell-6bb32ba78580271921e3d5c3c98afac2c1b68de4.tar.gz
Fix #10684 by processing deriving clauses with finer grain
Summary: Previously, one could experience error cascades with deriving clauses when one class in a set of many failed to derive, causing the other derived classes to be skipped entirely and resulting in other errors down the line. The solution is to process each class in a data type's set of deriving clauses individually, and engineer it so that failure to derive an individual class within that set doesn't cancel out the others. Test Plan: make test TEST="T10684 T12801" Reviewers: austin, bgamari, simonpj Reviewed By: simonpj Subscribers: simonpj, rwbarton, thomie GHC Trac Issues: #10684, #12801 Differential Revision: https://phabricator.haskell.org/D3771
Diffstat (limited to 'testsuite/tests/dependent/should_fail/BadTelescope3.stderr')
0 files changed, 0 insertions, 0 deletions