[commit: ghc] master: Desugar ApplicativeDo and RecDo deterministically (e684f54)
git at git.haskell.org
git at git.haskell.org
Mon Jun 6 13:46:01 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e684f5469399b9d239693eb54f9d1b4d55253ac4/ghc
>---------------------------------------------------------------
commit e684f5469399b9d239693eb54f9d1b4d55253ac4
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
>---------------------------------------------------------------
e684f5469399b9d239693eb54f9d1b4d55253ac4
compiler/basicTypes/Name.hs | 4 +-
compiler/basicTypes/NameSet.hs | 2 +
compiler/rename/RnExpr.hs | 43 +++++++++++++---
testsuite/driver/extra_files.py | 1 +
testsuite/tests/determinism/determ019/A.hs | 57 ++++++++++++++++++++++
.../determinism/{determ018 => determ019}/Makefile | 2 +-
.../determinism/{determ010 => determ019}/all.T | 4 +-
.../determ019.stdout} | 0
8 files changed, 102 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 e684f5469399b9d239693eb54f9d1b4d55253ac4
More information about the ghc-commits
mailing list