[commit: ghc] master: Remove PatSynBuilderId (2208011)
git at git.haskell.org
git at git.haskell.org
Sat Nov 7 23:50:23 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/22080113f02f6644e2a0e3ce8adb1502346ab3b4/ghc
>---------------------------------------------------------------
commit 22080113f02f6644e2a0e3ce8adb1502346ab3b4
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Sat Nov 7 23:46:03 2015 +0000
Remove PatSynBuilderId
Summary:
It was only used to pass field labels between the typechecker and
desugarer. Instead we add an extra field the RecordCon to carry this
information.
Reviewers: austin, goldfire, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1443
GHC Trac Issues: #11057
>---------------------------------------------------------------
22080113f02f6644e2a0e3ce8adb1502346ab3b4
compiler/basicTypes/Id.hs | 11 +----------
compiler/basicTypes/IdInfo.hs | 3 ---
compiler/deSugar/Coverage.hs | 5 +++--
compiler/deSugar/DsExpr.hs | 4 +---
compiler/deSugar/DsMeta.hs | 2 +-
compiler/hsSyn/Convert.hs | 4 +++-
compiler/hsSyn/HsExpr.hs | 4 +++-
compiler/hsSyn/PlaceHolder.hs | 2 ++
compiler/parser/RdrHsSyn.hs | 4 ++--
compiler/rename/RnExpr.hs | 6 +++---
compiler/typecheck/TcExpr.hs | 5 +++--
compiler/typecheck/TcHsSyn.hs | 4 ++--
compiler/typecheck/TcPatSyn.hs | 14 ++++++--------
13 files changed, 30 insertions(+), 38 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 22080113f02f6644e2a0e3ce8adb1502346ab3b4
More information about the ghc-commits
mailing list