[commit: ghc] master: Refactor Digraph to use Data.Graph when possible (6188d0a)

git at git.haskell.org git at git.haskell.org
Mon Mar 9 21:49:25 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6188d0ab4f5eaa85b5e5c743939b71f95ade688c/ghc

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

commit 6188d0ab4f5eaa85b5e5c743939b71f95ade688c
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Mar 6 13:43:31 2015 -0800

    Refactor Digraph to use Data.Graph when possible
    
    Summary: This just rewrites the IntGraph data type.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: austin
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D708


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

6188d0ab4f5eaa85b5e5c743939b71f95ade688c
 compiler/utils/Digraph.hs    | 308 +++++++------------------------------------
 compiler/utils/Outputable.hs |   5 +
 2 files changed, 50 insertions(+), 263 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 6188d0ab4f5eaa85b5e5c743939b71f95ade688c


More information about the ghc-commits mailing list