[commit: ghc] master: Switch from recording IsBootInterface to recording full HscSource. (0b12aca)

git at git.haskell.org git at git.haskell.org
Wed Jul 22 20:03:36 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0b12aca09efd4c151a8c2682b7534bda9bdc99ad/ghc

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

commit 0b12aca09efd4c151a8c2682b7534bda9bdc99ad
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Jul 21 16:51:51 2015 -0700

    Switch from recording IsBootInterface to recording full HscSource.
    
    Note: ModIface format change is BC, no need to recompile.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

0b12aca09efd4c151a8c2682b7534bda9bdc99ad
 compiler/deSugar/Desugar.hs   |  2 +-
 compiler/ghci/Linker.hs       |  2 +-
 compiler/iface/LoadIface.hs   |  7 ++++---
 compiler/iface/MkIface.hs     | 12 ++++++------
 compiler/main/DriverPhases.hs | 12 ++++++++++++
 compiler/main/HscMain.hs      |  2 +-
 compiler/main/HscTypes.hs     | 21 +++++++++++++--------
 7 files changed, 38 insertions(+), 20 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 0b12aca09efd4c151a8c2682b7534bda9bdc99ad


More information about the ghc-commits mailing list