[commit: ghc] master: When outputting list of available instances, sort it. (1019e3c)
git at git.haskell.org
git at git.haskell.org
Wed Nov 19 01:33:15 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1019e3c6f90e32785c6a75726282b7362e921047/ghc
>---------------------------------------------------------------
commit 1019e3c6f90e32785c6a75726282b7362e921047
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Mon Nov 10 16:25:58 2014 -0800
When outputting list of available instances, sort it.
Summary:
The intent of this commit is to make test suite cases more stable, so that
it doesn't matter what order we load interface files in, the test output
doesn't change.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: simonpj, austin
Subscribers: thomie, carter
Differential Revision: https://phabricator.haskell.org/D484
>---------------------------------------------------------------
1019e3c6f90e32785c6a75726282b7362e921047
compiler/typecheck/TcErrors.lhs | 4 ++--
compiler/types/InstEnv.lhs | 16 ++++++++++++++++
testsuite/tests/annotations/should_fail/annfail10.stderr | 16 +++++++++-------
testsuite/tests/ghci.debugger/scripts/break006.stderr | 12 ++++++------
testsuite/tests/ghci.debugger/scripts/print019.stderr | 6 +++---
testsuite/tests/ghci/scripts/Defer02.stderr | 2 +-
.../should_fail/overloadedlistsfail01.stderr | 8 ++++----
testsuite/tests/typecheck/should_compile/holes2.stderr | 6 +++---
testsuite/tests/typecheck/should_fail/T7857.stderr | 4 ++--
testsuite/tests/typecheck/should_fail/tcfail008.stderr | 2 +-
testsuite/tests/typecheck/should_fail/tcfail043.stderr | 2 +-
testsuite/tests/typecheck/should_fail/tcfail072.stderr | 5 +++--
testsuite/tests/typecheck/should_fail/tcfail133.stderr | 7 +++----
testsuite/tests/typecheck/should_fail/tcfail181.stderr | 4 ++--
14 files changed, 56 insertions(+), 38 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 1019e3c6f90e32785c6a75726282b7362e921047
More information about the ghc-commits
mailing list