I've pushed patches that should finally fix the build. (including improved performance in the compiler itself!) Sorry about the breakage yesterday Simon
Hi, Am Freitag, den 29.08.2014, 10:04 +0000 schrieb Simon Peyton Jones:
I’ve pushed patches that should finally fix the build. (including improved performance in the compiler itself!)
oh wow, what a huge number of patches. It’ll take a few days for http://ghcspeed-nomeata.rhcloud.com/ to catch up. (And unfortunately the graphs will be less useful because of a bug¹ in codespeed, which orders commits by CommitDate, which is often wrong after rebasing. Maybe I should re-invent the wheel and write my own tool after all...) Greetings, Joachim ¹ https://github.com/tobami/codespeed -- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org
Sorry, Am Freitag, den 29.08.2014, 09:53 -0700 schrieb Joachim Breitner:
¹ https://github.com/tobami/codespeed should have been https://github.com/tobami/codespeed/issues/173
Greetings, Joachim -- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org
Phabricator complains about these two: Unexpected failures: ghc-api ghcApi [exit code non-0] (normal) simplCore/should_compile T6056 [stderr mismatch] (optasm) I doubt they are from me, as I only changed a (different) test and fixed some comments. Cheers, Gabor On 8/29/14, Simon Peyton Jones <simonpj@microsoft.com> wrote:
I've pushed patches that should finally fix the build. (including improved performance in the compiler itself!) Sorry about the breakage yesterday Simon
Hmm. Did not fail for me when I validated but I'll try again. On my laptop. S | -----Original Message----- | From: Gabor Greif [mailto:ggreif@gmail.com] | Sent: 29 August 2014 19:41 | To: Simon Peyton Jones | Cc: ghc-devs | Subject: Re: build fixes | | Phabricator complains about these two: | | Unexpected failures: | ghc-api ghcApi [exit code non-0] (normal) | simplCore/should_compile T6056 [stderr mismatch] (optasm) | | I doubt they are from me, as I only changed a (different) test and | fixed some comments. | | Cheers, | | Gabor | | On 8/29/14, Simon Peyton Jones <simonpj@microsoft.com> wrote: | > I've pushed patches that should finally fix the build. (including | improved | > performance in the compiler itself!) | > Sorry about the breakage yesterday | > Simon | >
The ghc-api one is a known issue, I've been meaning to fix it but haven't gotten around to it (the ghc-api test doesn't like being run in parallel.) Edward Excerpts from Gabor Greif's message of 2014-08-29 19:40:58 +0100:
Phabricator complains about these two:
Unexpected failures: ghc-api ghcApi [exit code non-0] (normal) simplCore/should_compile T6056 [stderr mismatch] (optasm)
I doubt they are from me, as I only changed a (different) test and fixed some comments.
Cheers,
Gabor
On 8/29/14, Simon Peyton Jones <simonpj@microsoft.com> wrote:
I've pushed patches that should finally fix the build. (including improved performance in the compiler itself!) Sorry about the breakage yesterday Simon
participants (4)
-
Edward Z. Yang -
Gabor Greif -
Joachim Breitner -
Simon Peyton Jones