[commit: ghc] master: Lower precedence for {-# UNPACK #-} (a78e23b)

git at git.haskell.org git at git.haskell.org
Fri Nov 2 00:34:37 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a78e23b8bb614ded2ff842e3a5c2dc51db1fa790/ghc

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

commit a78e23b8bb614ded2ff842e3a5c2dc51db1fa790
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date:   Thu Nov 1 18:20:57 2018 -0400

    Lower precedence for {-# UNPACK #-}
    
    Test Plan: Validate
    
    Reviewers: goldfire, bgamari
    
    Subscribers: osa1, mpickering, rwbarton, carter
    
    Differential Revision: https://phabricator.haskell.org/D5221


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

a78e23b8bb614ded2ff842e3a5c2dc51db1fa790
 compiler/parser/RdrHsSyn.hs                        | 120 +++++++++++++++------
 docs/users_guide/8.8.1-notes.rst                   |   9 ++
 testsuite/tests/parser/should_fail/all.T           |   3 +
 .../parser/should_fail/strictnessDataCon_A.hs      |   2 +-
 .../parser/should_fail/strictnessDataCon_A.stderr  |   2 +-
 .../parser/should_fail/strictnessDataCon_B.hs      |   2 +-
 .../parser/should_fail/strictnessDataCon_B.stderr  |   4 +-
 .../tests/parser/should_fail/unpack_before_opr.hs  |   6 ++
 .../parser/should_fail/unpack_before_opr.stderr    |   3 +
 .../tests/parser/should_fail/unpack_empty_type.hs  |   3 +
 .../parser/should_fail/unpack_empty_type.stderr    |   3 +
 .../tests/parser/should_fail/unpack_inside_type.hs |   3 +
 .../parser/should_fail/unpack_inside_type.stderr   |   3 +
 .../tests/typecheck/should_compile/T14761c.hs      |  21 ++++
 testsuite/tests/typecheck/should_compile/all.T     |   1 +
 testsuite/tests/typecheck/should_fail/T14761a.hs   |  19 +++-
 .../tests/typecheck/should_fail/T14761a.stderr     |  18 +++-
 17 files changed, 177 insertions(+), 45 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 a78e23b8bb614ded2ff842e3a5c2dc51db1fa790


More information about the ghc-commits mailing list