[commit: ghc] master: Rename compact to ghc-compact. (a0b4a2a)
git at git.haskell.org
git at git.haskell.org
Sun Feb 26 09:32:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a0b4a2ac5015e9accd4fb71290a68ce1a1d3d630/ghc
>---------------------------------------------------------------
commit a0b4a2ac5015e9accd4fb71290a68ce1a1d3d630
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Thu Feb 23 13:46:02 2017 -0800
Rename compact to ghc-compact.
Summary:
The plan is to release a separate library, 'compact', which gives a
friendly user-facing interface. This library is just enough so that we
can make sure the functionality is working in GHC.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: bgamari, dfeuer, austin, simonmar, hvr
Subscribers: thomie, erikd, snowleopard
Differential Revision: https://phabricator.haskell.org/D3206
>---------------------------------------------------------------
a0b4a2ac5015e9accd4fb71290a68ce1a1d3d630
configure.ac | 2 +-
ghc.mk | 2 +-
libraries/compact/Data/Compact/Internal.hs | 115 ---------------------
libraries/{compact => ghc-compact}/.gitignore | 0
.../{compact/Data => ghc-compact/GHC}/Compact.hs | 101 ++++++++++++++++--
.../Data => ghc-compact/GHC}/Compact/Serialized.hs | 6 +-
libraries/{compact => ghc-compact}/LICENSE | 0
libraries/{compact => ghc-compact}/README.md | 0
libraries/{compact => ghc-compact}/Setup.hs | 0
.../ghc-compact.cabal} | 26 ++---
.../{compact => ghc-compact}/tests/.gitignore | 0
libraries/{compact => ghc-compact}/tests/Makefile | 0
libraries/{compact => ghc-compact}/tests/all.T | 0
.../tests/compact_append.hs | 2 +-
.../tests/compact_autoexpand.hs | 3 +-
.../tests/compact_bench.hs | 3 +-
.../tests/compact_bytestring.hs | 3 +-
.../tests/compact_cycle.hs | 3 +-
.../tests/compact_cycle.stdout | 0
.../tests/compact_function.hs | 2 +-
.../tests/compact_function.stderr | 0
.../{compact => ghc-compact}/tests/compact_gc.hs | 3 +-
.../tests/compact_huge_array.hs | 3 +-
.../tests/compact_largemap.hs | 3 +-
.../tests/compact_largemap.stdout | 0
.../{compact => ghc-compact}/tests/compact_loop.hs | 3 +-
.../tests/compact_mutable.hs | 2 +-
.../tests/compact_mutable.stderr | 0
.../tests/compact_pinned.hs | 2 +-
.../tests/compact_pinned.stderr | 0
.../tests/compact_serialize.hs | 5 +-
.../tests/compact_serialize.stderr | 0
.../tests/compact_share.hs | 3 +-
.../tests/compact_share.stdout | 0
.../tests/compact_simple.hs | 2 +-
.../tests/compact_simple.stdout | 0
.../tests/compact_simple_array.hs | 3 +-
.../tests/compact_threads.hs | 3 +-
.../tests/compact_threads.stdout | 0
packages | 2 +-
40 files changed, 131 insertions(+), 171 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 a0b4a2ac5015e9accd4fb71290a68ce1a1d3d630
More information about the ghc-commits
mailing list