[commit: ghc] ghc-7.10: Rename NamedWildcards flag to NamedWildCards (f748ccd)

git at git.haskell.org git at git.haskell.org
Tue Dec 23 14:56:12 UTC 2014


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/f748ccd3f8be3e62f7d1c2aebee9b8e66ce52088/ghc

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

commit f748ccd3f8be3e62f7d1c2aebee9b8e66ce52088
Author: Thomas Winant <thomas.winant at cs.kuleuven.be>
Date:   Tue Dec 23 08:48:29 2014 -0600

    Rename NamedWildcards flag to NamedWildCards
    
    Summary:
    Mind the capital C. As there is already a flag RecordWildCards with a capital
    C, we should at least try to be consistent in the spelling of WildCards.
    
    Test Plan: validate
    
    Reviewers: goldfire, simonpj, austin
    
    Reviewed By: simonpj, austin
    
    Subscribers: carter, thomie
    
    Differential Revision: https://phabricator.haskell.org/D584
    
    (cherry picked from commit 089222c9d6798c79179264e5c77c31d5c460a880)


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

f748ccd3f8be3e62f7d1c2aebee9b8e66ce52088
 compiler/main/DynFlags.hs                                           | 4 ++--
 compiler/parser/Parser.y                                            | 2 +-
 docs/users_guide/flags.xml                                          | 4 ++--
 docs/users_guide/glasgow_exts.xml                                   | 6 +++---
 testsuite/tests/driver/T4437.hs                                     | 2 +-
 testsuite/tests/partial-sigs/should_compile/Either.hs               | 2 +-
 testsuite/tests/partial-sigs/should_compile/EveryNamed.hs           | 2 +-
 testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.hs   | 2 +-
 testsuite/tests/partial-sigs/should_compile/GenNamed.hs             | 2 +-
 testsuite/tests/partial-sigs/should_compile/Meltdown.hs             | 2 +-
 testsuite/tests/partial-sigs/should_compile/NamedTyVar.hs           | 2 +-
 testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.hs | 2 +-
 .../tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.hs   | 2 +-
 testsuite/tests/partial-sigs/should_compile/ShowNamed.hs            | 2 +-
 testsuite/tests/partial-sigs/should_compile/SomethingShowable.hs    | 2 +-
 testsuite/tests/partial-sigs/should_compile/UncurryNamed.hs         | 2 +-
 .../partial-sigs/should_compile/WarningWildcardInstantiations.hs    | 2 +-
 .../should_fail/InstantiatedNamedWildcardsInConstraints.hs          | 2 +-
 .../tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs | 2 +-
 testsuite/tests/partial-sigs/should_fail/NamedWildcardsEnabled.hs   | 2 +-
 .../tests/partial-sigs/should_fail/NamedWildcardsNotInMonotype.hs   | 2 +-
 .../partial-sigs/should_fail/NestedNamedExtraConstraintsWildcard.hs | 2 +-
 testsuite/tests/partial-sigs/should_fail/ScopedNamedWildcardsBad.hs | 2 +-
 testsuite/tests/partial-sigs/should_fail/TidyClash2.hs              | 2 +-
 testsuite/tests/partial-sigs/should_fail/WildcardInADTContext2.hs   | 2 +-
 testsuite/tests/partial-sigs/should_fail/WildcardInstantiations.hs  | 2 +-
 .../tests/partial-sigs/should_fail/WildcardsInPatternAndExprSig.hs  | 2 +-
 27 files changed, 31 insertions(+), 31 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 f748ccd3f8be3e62f7d1c2aebee9b8e66ce52088


More information about the ghc-commits mailing list