[commit: ghc] master: Axe one-shot sig-of (1d5c887)

git at git.haskell.org git at git.haskell.org
Tue Apr 7 21:58:36 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1d5c887ca0e6d1332c2655d73fab0dc72c53530d/ghc

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

commit 1d5c887ca0e6d1332c2655d73fab0dc72c53530d
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Dec 2 01:08:59 2014 -0800

    Axe one-shot sig-of
    
    Summary:
    We're getting rid of -sig-of foo:A usage, because
    it doesn't make sense in any compilation mode besides one-shot,
    and we don't expect users to use it anyway.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: simonpj, austin
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D789


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

1d5c887ca0e6d1332c2655d73fab0dc72c53530d
 compiler/main/DynFlags.hs                      | 18 +++++-------------
 docs/users_guide/separate_compilation.xml      | 10 +++++-----
 testsuite/tests/driver/recomp014/Makefile      |  4 ++--
 testsuite/tests/driver/sigof01/Makefile        |  2 +-
 testsuite/tests/driver/sigof02/Makefile        |  8 ++++----
 testsuite/tests/driver/sigof03/Makefile        |  4 ++--
 testsuite/tests/driver/sigof04/Makefile        |  2 +-
 testsuite/tests/typecheck/should_compile/all.T |  2 +-
 testsuite/tests/typecheck/should_fail/all.T    |  8 ++++----
 9 files changed, 25 insertions(+), 33 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 1d5c887ca0e6d1332c2655d73fab0dc72c53530d


More information about the ghc-commits mailing list