Re: Unreliability of the build system

2013-06-25 Thread Jan Stolarek
> Surprisingly (?), no T149 or process007. Yes, you do have these tests failing: > Unexpected passes: >perf/should_run T149 (normal) > > Unexpected failures: >../../libraries/process/tests process007 [bad stdout] (normal) I learned not to worry about performance tests - they seem to be

Re: PSA: GHC can now be built with Clang

2013-06-25 Thread Isaac Dupree
Tom Stellard is leading an effort to make dot releases for LLVM 3.3 [*]; perhaps LLVM folks could be convinced to fix the issues in a 3.3.1 release. -Isaac (just happens to be on both email lists and doesn't know anything more than this) [*] http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-June/06

Re: PSA: GHC can now be built with Clang

2013-06-25 Thread Austin Seipp
Thanks Manuel! I have an update on this work (I am also CC'ing glasgow-haskell-users, as I forgot last time.) The TL;DR is this: * HEAD will correctly work with Clang 3.4svn on both Linux, and OS X. * I have a small, 6-line patch to Clang to fix the build failure in primitive (Clang was too eag

validate results on Mac

2013-06-25 Thread 山本和彦
Hi, This is just FYI. Here is the results of validate on Mac yesterday: Unexpected passes: driver T5313 (normal) perf/should_run T149 (normal) Unexpected failures: ../../libraries/process/tests process007 [bad stdout] (normal) codeGen/should_run cgrun071 [bad

Re: PSA: GHC can now be built with Clang

2013-06-25 Thread Manuel M T Chakravarty
Austin, Thank you very much for taking care of all these clang issues — that is very helpful! Cheers, Manuel Austin Seipp : > Hi all, > > As of commit 5dc74f it should now be possible to build a working > stage1 and stage2 compiler with (an extremely recent) Clang. With some > caveats. > > Yo

RE: Unreliability of the build system

2013-06-25 Thread Simon Peyton-Jones
T149 is a CSE test. I think the CSE is now happening, but it's fragile. It's fine that it happens, so perhaps we should record it as ok, and look again if it starts failing. Simon | -Original Message- | From: ghc-devs-boun...@haskell.org [mailto:ghc-devs-boun...@haskell.org] On |

Re: Unreliability of the build system

2013-06-25 Thread Mateusz Kowalczyk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/06/13 21:06, Jan Stolarek wrote: > T149 has been failing for a very long time (a few weeks at least). > I also had process007 fail. > > Janek > > Dnia wtorek, 25 czerwca 2013, Mateusz Kowalczyk napisał: >> On 25/06/13 15:43, Jan Stolarek wrote:

Re: Unreliability of the build system

2013-06-25 Thread Jan Stolarek
T149 has been failing for a very long time (a few weeks at least). I also had process007 fail. Janek Dnia wtorek, 25 czerwca 2013, Mateusz Kowalczyk napisał: > On 25/06/13 15:43, Jan Stolarek wrote: > > I just ran validation (once without any parameters and once with > > --normal) and got no fai

Re: Unreliability of the build system

2013-06-25 Thread Mateusz Kowalczyk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/06/13 15:43, Jan Stolarek wrote: > I just ran validation (once without any parameters and once with > --normal) and got no failures, except for some tests that always > fail. Looks like the problem may be solved. > > Janek > > Dnia wtorek, 25 c

Re: Unreliability of the build system

2013-06-25 Thread Geoffrey Mainland
Great, thanks for checking! On 06/25/2013 03:43 PM, Jan Stolarek wrote: > I just ran validation (once without any parameters and once with --normal) > and got no failures, > except for some tests that always fail. Looks like the problem may be solved. > > Janek > > Dnia wtorek, 25 czerwca 2013,

Re: Unreliability of the build system

2013-06-25 Thread Jan Stolarek
I just ran validation (once without any parameters and once with --normal) and got no failures, except for some tests that always fail. Looks like the problem may be solved. Janek Dnia wtorek, 25 czerwca 2013, Geoffrey Mainland napisał: > On 06/24/2013 09:21 PM, Jan Stolarek wrote: > >> My only

RE: PROPOSAL: Literate Haskell in markdown noation

2013-06-25 Thread Simon Peyton-Jones
Certainly ok with me. Thanks! (There should be a ticket; and user-manual docs.) Simon From: Iavor Diatchki [mailto:iavor.diatc...@gmail.com] Sent: 24 June 2013 21:26 To: Trevor Elliott Cc: ghc-devs@haskell.org; Simon Peyton-Jones Subject: PROPOSAL: Literate Haskell in markdown noation Hello,