[commit: nofib] master: real: remove `rx` (02707a6)

git at git.haskell.org git at git.haskell.org
Mon Mar 13 23:44:55 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/02707a65d32269801664bdc1a35ff79a32c50e68/nofib

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

commit 02707a65d32269801664bdc1a35ff79a32c50e68
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date:   Mon Mar 13 18:33:19 2017 -0400

    real: remove `rx`
    
    The benchmark doesn't compile, but even when fixed, it doesn't seem
    very useful - it runs in mere ~100ms and there aren't easy knobs to
    make it run for longer. Considering that this hasn't been used for
    some time, it seems ok to simply remove it.
    
    Also, removing it will make the initial version of Shake-based build
    system easier.
    
    Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
    
    Test Plan: compile & run nofib
    
    Reviewers: goldfire, bgamari
    
    Reviewed By: bgamari
    
    Differential Revision: https://phabricator.haskell.org/D3159


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

02707a65d32269801664bdc1a35ff79a32c50e68
 real/Makefile               |   2 +-
 real/rx/CHANGELOG           |  16 --
 real/rx/Makefile            |   5 -
 real/rx/TODO                |  20 --
 real/rx/copying.html        | 341 ------------------------
 real/rx/copyright.html      |  53 ----
 real/rx/doc/Makefile        |  33 ---
 real/rx/doc/rxdoc.lit       |  26 --
 real/rx/doc/rxuser.lit      | 611 --------------------------------------------
 real/rx/examples/Makefile   |  35 ---
 real/rx/examples/basic.lit  |  72 ------
 real/rx/examples/check.lit  |  12 -
 real/rx/index.html          |  81 ------
 real/rx/link.html           |  49 ----
 real/rx/online.html         | 169 ------------
 real/rx/rx-MAIL             |  30 ---
 real/rx/src/BackwardS.hs    | 121 ---------
 real/rx/src/CBackwardS.hs   | 189 --------------
 real/rx/src/CForwardS.hs    | 183 -------------
 real/rx/src/CharSeq.hs      | 122 ---------
 real/rx/src/Command.hs      |  72 ------
 real/rx/src/Cross.hs        |  49 ----
 real/rx/src/Defaults.hs     |  51 ----
 real/rx/src/Exp2FA.hs       |  39 ---
 real/rx/src/ExpParse.hs     | 233 -----------------
 real/rx/src/FA.hs           | 170 ------------
 real/rx/src/FA2Exp.hs       | 111 --------
 real/rx/src/FAcheat.hs      |  32 ---
 real/rx/src/FAcmpct.hs      |  40 ---
 real/rx/src/FAcon.hs        |  46 ----
 real/rx/src/FAconv.hs       |  71 -----
 real/rx/src/FAdet.hs        |  99 -------
 real/rx/src/FAhom.hs        |  73 ------
 real/rx/src/FAintersect.hs  |  65 -----
 real/rx/src/FAkeepcons.hs   |  46 ----
 real/rx/src/FAkeepst.hs     |  52 ----
 real/rx/src/FAlquotient.hs  |  93 -------
 real/rx/src/FAmap.hs        |  41 ---
 real/rx/src/FAmin.hs        | 122 ---------
 real/rx/src/FAminus.hs      |  36 ---
 real/rx/src/FAneg.hs        |  40 ---
 real/rx/src/FArquotient.hs  |  96 -------
 real/rx/src/FAstar.hs       |  71 -----
 real/rx/src/FAsubtrans.hs   |  98 -------
 real/rx/src/FAtimes.hs      |  61 -----
 real/rx/src/FAtypes.hs      |  85 ------
 real/rx/src/FAunify.hs      |  46 ----
 real/rx/src/FAunion.hs      |  67 -----
 real/rx/src/FAuseful.hs     | 108 --------
 real/rx/src/FiniteMap.hs    | 505 ------------------------------------
 real/rx/src/ForwardS.hs     | 132 ----------
 real/rx/src/Gen.hs          |  58 -----
 real/rx/src/Gram2FA.hs      | 175 -------------
 real/rx/src/Grammar.hs      |  14 -
 real/rx/src/Heave.hs        | 288 ---------------------
 real/rx/src/Heuristic.hs    |  46 ----
 real/rx/src/IdStack.hs      |  92 -------
 real/rx/src/Ids.hs          | 283 --------------------
 real/rx/src/Instance.hs     |  64 -----
 real/rx/src/Lex.hs          |  76 ------
 real/rx/src/Loop.hs         |  77 ------
 real/rx/src/Makefile        |   6 -
 real/rx/src/Maybes.hs       | 198 --------------
 real/rx/src/Options.hs      |  94 -------
 real/rx/src/PI.hs           | 170 ------------
 real/rx/src/Parse.hs        | 272 --------------------
 real/rx/src/Prec.hs         |  80 ------
 real/rx/src/Pretty.hs       | 350 -------------------------
 real/rx/src/PrettyClass.hs  | 125 ---------
 real/rx/src/RX.hs           |  22 --
 real/rx/src/Reader.hs       |  38 ---
 real/rx/src/Reuse.hs        |  70 -----
 real/rx/src/SaturnS.hs      | 182 -------------
 real/rx/src/Semantik.hs     | 202 ---------------
 real/rx/src/Set.hs          | 124 ---------
 real/rx/src/Sorters.hs      | 138 ----------
 real/rx/src/State.hs        |  39 ---
 real/rx/src/Stuff.hs        | 134 ----------
 real/rx/src/Syntax.hs       | 218 ----------------
 real/rx/src/TA.hs           |  63 -----
 real/rx/src/Trace.hs        |   1 -
 real/rx/src/WrapSubtrans.hs |  39 ---
 real/rx/template.html       |  37 ---
 83 files changed, 1 insertion(+), 8794 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 02707a65d32269801664bdc1a35ff79a32c50e68


More information about the ghc-commits mailing list