[commit: ghc] master: Refactoring: Delete copied function in backpack/NameShape (6e9a51c)

git at git.haskell.org git at git.haskell.org
Sat Oct 22 20:24:29 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6e9a51c06642d01b52a35d1e6a29c9aa5798f1e8/ghc

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

commit 6e9a51c06642d01b52a35d1e6a29c9aa5798f1e8
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Sat Oct 22 15:40:51 2016 -0400

    Refactoring: Delete copied function in backpack/NameShape
    
    Also moved a few utility functions which work with Avails into
    the Avail module to avoid import loops and increase discoverability.
    
    Reviewers: austin, bgamari, ezyang
    
    Reviewed By: ezyang
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2629


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

6e9a51c06642d01b52a35d1e6a29c9aa5798f1e8
 compiler/backpack/NameShape.hs | 27 ++-------------
 compiler/basicTypes/Avail.hs   | 74 +++++++++++++++++++++++++++++++++++++++++-
 compiler/rename/RnNames.hs     | 60 ----------------------------------
 3 files changed, 75 insertions(+), 86 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 6e9a51c06642d01b52a35d1e6a29c9aa5798f1e8


More information about the ghc-commits mailing list