[commit: ghc] wip/ghc-8.0-det: Desugar ApplicativeDo and RecDo deterministically (f7e6362)

git at git.haskell.org git at git.haskell.org
Thu Jul 14 13:54:11 UTC 2016


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

On branch  : wip/ghc-8.0-det
Link       : http://ghc.haskell.org/trac/ghc/changeset/f7e63623c93f6f344fbcde75dcc557ebe356e8d0/ghc

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

commit f7e63623c93f6f344fbcde75dcc557ebe356e8d0
Author: Bartosz Nitka <niteria at gmail.com>
Date:   Mon Jun 6 06:08:54 2016 -0700

    Desugar ApplicativeDo and RecDo deterministically
    
    This fixes a problem described in
    Note [Deterministic ApplicativeDo and RecursiveDo desugaring].
    
    Test Plan: ./validate + new testcase
    
    Reviewers: simonpj, bgamari, austin, simonmar
    
    Reviewed By: simonmar
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2287
    
    GHC Trac Issues: #4012


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

f7e63623c93f6f344fbcde75dcc557ebe356e8d0
 compiler/basicTypes/Name.hs                        |  4 +-
 compiler/basicTypes/NameSet.hs                     |  2 +
 compiler/rename/RnExpr.hs                          | 43 +++++++++++++---
 testsuite/tests/determinism/determ019/A.hs         | 57 ++++++++++++++++++++++
 .../determinism/{determ013 => determ019}/Makefile  |  2 +-
 .../determinism/{determ007 => determ019}/all.T     |  4 +-
 .../determ019.stdout}                              |  0
 7 files changed, 101 insertions(+), 11 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 f7e63623c93f6f344fbcde75dcc557ebe356e8d0


More information about the ghc-commits mailing list