[commit: ghc] wip/ghc-8.0-det: Desugar ApplicativeDo and RecDo deterministically (aaa4e0e)
git at git.haskell.org
git at git.haskell.org
Mon Jul 18 17:58:43 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.0-det
Link : http://ghc.haskell.org/trac/ghc/changeset/aaa4e0edfee30c6ee70d9743c35a9da629b62124/ghc
>---------------------------------------------------------------
commit aaa4e0edfee30c6ee70d9743c35a9da629b62124
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
>---------------------------------------------------------------
aaa4e0edfee30c6ee70d9743c35a9da629b62124
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 aaa4e0edfee30c6ee70d9743c35a9da629b62124
More information about the ghc-commits
mailing list