[commit: ghc] master: Make calling conventions in template haskell Syntax.hs consistent with those in ghc ForeignCall.hs this impliments #9703 from ghc trac (c6e12e6)
git at git.haskell.org
git at git.haskell.org
Thu Nov 20 01:49:48 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c6e12e69fa348328d58540a1ea8abed35d0dda32/ghc
>---------------------------------------------------------------
commit c6e12e69fa348328d58540a1ea8abed35d0dda32
Author: Luite Stegeman <stegeman at gmail.com>
Date: Wed Nov 19 18:38:58 2014 -0600
Make calling conventions in template haskell Syntax.hs consistent with those in ghc ForeignCall.hs
this impliments #9703 from ghc trac
Test Plan: still needs tests
Reviewers: cmsaperstein, ekmett, goldfire, austin
Reviewed By: goldfire, austin
Subscribers: goldfire, thomie, carter, simonmar
Differential Revision: https://phabricator.haskell.org/D353
GHC Trac Issues: #9703
>---------------------------------------------------------------
c6e12e69fa348328d58540a1ea8abed35d0dda32
compiler/deSugar/DsMeta.hs | 57 +++++++++++++---------
compiler/hsSyn/Convert.lhs | 7 ++-
compiler/prelude/ForeignCall.lhs | 1 +
libraries/template-haskell/Language/Haskell/TH.hs | 3 +-
.../template-haskell/Language/Haskell/TH/Lib.hs | 9 ++--
.../template-haskell/Language/Haskell/TH/Syntax.hs | 3 +-
testsuite/tests/th/TH_foreignCallingConventions.hs | 24 +++++++++
.../tests/th/TH_foreignCallingConventions.stderr | 30 ++++++++++++
testsuite/tests/th/all.T | 3 ++
9 files changed, 106 insertions(+), 31 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 c6e12e69fa348328d58540a1ea8abed35d0dda32
More information about the ghc-commits
mailing list