[commit: ghc] master, wip/disable-atomic-rename-on-windows: Add location to the extra-constraints wildcard (600a1ac)

git at git.haskell.org git at git.haskell.org
Sat Mar 16 14:45:08 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branches: master,wip/disable-atomic-rename-on-windows
Link       : http://ghc.haskell.org/trac/ghc/changeset/600a1ac3829c2b216d2cc23a1e8256841ffe6466/ghc

>---------------------------------------------------------------

commit 600a1ac3829c2b216d2cc23a1e8256841ffe6466
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.


>---------------------------------------------------------------

600a1ac3829c2b216d2cc23a1e8256841ffe6466
 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 600a1ac3829c2b216d2cc23a1e8256841ffe6466


More information about the ghc-commits mailing list