Re: Status updates

2014-09-09 Thread Sergei Trofimovich
On Tue, 9 Sep 2014 08:34:03 -0500 Austin Seipp wrote: > - Sergei spent some time filing bugs that we should fix in the > testsuite, because they fail --slow validate. I believe these are two > of them: > > - https://ghc.haskell.org/trac/ghc/ticket/9567 > - https://ghc.haskell.org/trac/ghc/t

Re: Status updates

2014-09-09 Thread Carter Schonwald
not sure why, but in the build docs, the version numbers on the module packages look... bonkers http://haskell.inf.elte.hu/docs/7.9.20140908/html/libraries/index.html eg GHC.PackageDb binpa_Juto

Re: Status updates

2014-09-09 Thread Austin Seipp
Nope, my bad again. The actual link is: http://haskell.inf.elte.hu/docs/ On Tue, Sep 9, 2014 at 8:49 AM, Karel Gardas wrote: > >>> - Gabor has set up some build documentation for us based on HEAD, >>> hooray! See here - http://haskell.inf.elte.hu/ - I still need to fix >>> haskell.org/ghc to

Re: Status updates

2014-09-09 Thread Karel Gardas
- Gabor has set up some build documentation for us based on HEAD, hooray! See here - http://haskell.inf.elte.hu/ - I still need to fix haskell.org/ghc to link to this properly (there may be other dead links, please let me know). It’s a blank page for me. Should probably be http://haskell.i

Re: Status updates

2014-09-09 Thread Austin Seipp
Yes, brainfart - sorry! Herbert kept telling me to bump base's version number after that change - so I did. But I accidentally broke part of the bootstrap process in my haste. Not AMP related, at least. :) A fix is incoming shortly. On Tue, Sep 9, 2014 at 8:43 AM, Joachim Breitner wrote: > Hi,

Re: Status updates

2014-09-09 Thread Joachim Breitner
Hi, Am Dienstag, den 09.09.2014, 08:34 -0500 schrieb Austin Seipp: > - I've merged the Applicative Monad patchset! Yay! Many thanks to > Nathan Howell for helping me out in the end there. Please let me know > if anything explodes horribly (I hope not). Not horrible, but still, it breaks: "inpl

Status updates

2014-09-09 Thread Austin Seipp
Hi *, Here are some status updates: - I've merged the Applicative Monad patchset! Yay! Many thanks to Nathan Howell for helping me out in the end there. Please let me know if anything explodes horribly (I hope not). - Gabor has set up some build documentation for us based on HEAD, hooray! See

Re: No context in error messages

2014-09-09 Thread Corentin Dupont
Anyway, I think I figured it out: Hint is using the Show instance of ErrMsg. But it is defined only in term of errMsgShortString: https://www.haskell.org/ghc/docs/7.6.3/html/libraries/ghc-7.6.3/src/ErrUtils.html#ErrMsg So we are missing the context infos. On Tue, Sep 9, 2014 at 12:01 AM, Coren

RE: Trying to fix an efficiency issue noted in a TODO in SAT.hs

2014-09-09 Thread Simon Peyton Jones
The static argument transformation is currently run only when –fstatic-argument-transformation is specified; i.e almost never. It has not received any love for some time. I note the following comment from Max Bolingbroke in DynFlags.hs -- , ([2], Opt_StaticArgumentTransformation) --