RE: [commit: base] master: Change rules for RealFrac methods to pointfree, so that they can also fire in pointfree use. (4036a1a)

I followed the link e
http://hackage.haskell.org/trac/ghc/changeset/4036a1ae7a9694c9c69749ec8e3614...
but got
No handler matched request to /changeset/4036a1ae7a9694c9c69749ec8e36143c31bce976
I wonder why?
Simon
| -----Original Message-----
| From: ghc-commits-bounces@haskell.org [mailto:ghc-commits-
| bounces@haskell.org] On Behalf Of Daniel Fischer
| Sent: 27 February 2013 13:58
| To: ghc-commits@haskell.org
| Subject: [commit: base] master: Change rules for RealFrac methods to pointfree,
| so that they can also fire in pointfree use. (4036a1a)
|
| Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
|
| On branch : master
|
| http://hackage.haskell.org/trac/ghc/changeset/4036a1ae7a9694c9c69749ec8e36
| 143c31bce976
|
| >---------------------------------------------------------------
|
| commit 4036a1ae7a9694c9c69749ec8e36143c31bce976
| Author: Daniel Fischer

On 27 February 2013 06:24, Simon Peyton-Jones
I followed the link e http://hackage.haskell.org/trac/ghc/changeset/4036a1ae7a9694c9c69749ec8e3614... but got
No handler matched request to /changeset/4036a1ae7a9694c9c69749ec8e36143c31bce976
I wonder why?
I believe it's because the commits are for the base package and the Trac version we are using only supports 'knowing' one git repo, so it can only show commits for the ghc repo. Also, I think Ian disabled this feature anyway due to issues with the server. Cheers, David
Simon
| -----Original Message----- | From: ghc-commits-bounces@haskell.org [mailto:ghc-commits- | bounces@haskell.org] On Behalf Of Daniel Fischer | Sent: 27 February 2013 13:58 | To: ghc-commits@haskell.org | Subject: [commit: base] master: Change rules for RealFrac methods to pointfree, | so that they can also fire in pointfree use. (4036a1a) | | Repository : ssh://darcs.haskell.org//srv/darcs/packages/base | | On branch : master | | http://hackage.haskell.org/trac/ghc/changeset/4036a1ae7a9694c9c69749ec8e36 | 143c31bce976 | | >--------------------------------------------------------------- | | commit 4036a1ae7a9694c9c69749ec8e36143c31bce976 | Author: Daniel Fischer
| Date: Wed Feb 13 16:10:12 2013 +0100 | | Change rules for RealFrac methods to pointfree, so that they can also fire in | pointfree use. | | GHC/Int.hs | 96 +++++++++++++++++++++++++++++------------------ | ----------- | GHC/Word.hs | 72 ++++++++++++++++++++++---------------------- | 2 files changed, 84 insertions(+), 84 deletions(-) | | | Diff suppressed because of size. To see it, use: | | git show 4036a1ae7a9694c9c69749ec8e36143c31bce976 | | _______________________________________________ | ghc-commits mailing list | ghc-commits@haskell.org | http://www.haskell.org/mailman/listinfo/ghc-commits _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
participants (2)
-
David Terei
-
Simon Peyton-Jones