[commit: ghc] wip/exceptions-note, wip/splice-parsing, wip/trac-16270: Remove ExnStr and ThrowsExn business (ef6b283)
git at git.haskell.org
git at git.haskell.org
Sat Feb 2 09:00:12 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/exceptions-note,wip/splice-parsing,wip/trac-16270
Link : http://ghc.haskell.org/trac/ghc/changeset/ef6b28339b18597a2df1ce39116f1d4e4533804c/ghc
>---------------------------------------------------------------
commit ef6b28339b18597a2df1ce39116f1d4e4533804c
Author: Sebastian Graf <sgraf1337 at gmail.com>
Date: Fri Feb 1 06:46:32 2019 -0500
Remove ExnStr and ThrowsExn business
>---------------------------------------------------------------
ef6b28339b18597a2df1ce39116f1d4e4533804c
compiler/basicTypes/Demand.hs | 330 ++++++++-------------
compiler/coreSyn/CoreArity.hs | 4 +-
compiler/coreSyn/MkCore.hs | 5 +-
compiler/prelude/primops.txt.pp | 15 +-
compiler/simplCore/Simplify.hs | 4 +-
compiler/stranal/WwLib.hs | 2 +-
.../tests/deSugar/should_compile/T2431.stderr | 2 +-
.../simplCore/should_compile/spec-inline.stderr | 2 +-
testsuite/tests/stranal/should_run/T14171.hs | 16 +
testsuite/tests/stranal/should_run/all.T | 1 +
testsuite/tests/stranal/sigs/UnsatFun.stderr | 8 +-
11 files changed, 149 insertions(+), 240 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 ef6b28339b18597a2df1ce39116f1d4e4533804c
More information about the ghc-commits
mailing list