[commit: ghc] wip/T16418: Add location to the extra-constraints wildcard (08d5241)
git at git.haskell.org
git at git.haskell.org
Wed Mar 13 23:44:19 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T16418
Link : http://ghc.haskell.org/trac/ghc/changeset/08d5241c7c77ff945b23d453aecbc5f2ee20b739/ghc
>---------------------------------------------------------------
commit 08d5241c7c77ff945b23d453aecbc5f2ee20b739
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Mar 13 13:09:19 2019 +0000
Add location to the extra-constraints wildcard
The extra-constraints wildcard had lost its location
(issue #16431).
Happily this is easy to fix. Lots of error improvements.
>---------------------------------------------------------------
08d5241c7c77ff945b23d453aecbc5f2ee20b739
compiler/typecheck/TcHsType.hs | 7 ++++---
testsuite/tests/partial-sigs/should_compile/SuperCls.stderr | 2 +-
testsuite/tests/partial-sigs/should_compile/T10519.stderr | 2 +-
testsuite/tests/partial-sigs/should_compile/T11016.stderr | 2 +-
testsuite/tests/partial-sigs/should_compile/T12844.stderr | 2 +-
testsuite/tests/partial-sigs/should_compile/T12845.stderr | 4 ++--
testsuite/tests/partial-sigs/should_compile/T13482.stderr | 8 ++++----
testsuite/tests/partial-sigs/should_compile/T14217.stderr | 2 +-
testsuite/tests/partial-sigs/should_compile/T14643.stderr | 4 ++--
testsuite/tests/partial-sigs/should_compile/T14643a.stderr | 4 ++--
testsuite/tests/partial-sigs/should_compile/T14715.stderr | 2 +-
.../should_compile/WarningWildcardInstantiations.stderr | 8 ++++----
.../should_fail/InstantiatedNamedWildcardsInConstraints.stderr | 8 ++++----
testsuite/tests/partial-sigs/should_fail/T11515.stderr | 2 +-
.../tests/partial-sigs/should_fail/WildcardInstantiations.stderr | 8 ++++----
15 files changed, 33 insertions(+), 32 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 08d5241c7c77ff945b23d453aecbc5f2ee20b739
More information about the ghc-commits
mailing list