Re: GitHub pull requests

2014-10-04 Thread Johan Tibell
At least for cabal there was a large uptick in contributions once we moved to GitHub. On Sun, Oct 5, 2014 at 7:03 AM, Ben Gamari wrote: > Richard Eisenberg writes: > > > I've just finished reading this: > http://www.reddit.com/r/haskell/comments/2hes8m/the_ghc_source_code_contains_1088_todos_pl

Re: GitHub pull requests

2014-10-04 Thread Carter Schonwald
@ben cool! yeah... the phab/arc workflow is probably the easiest part of the compiler patch work flow, heck, unlike a lot of projects you get ci for free! :) but thigns that make it easier are always good On Sun, Oct 5, 2014 at 1:03 AM, Ben Gamari wrote: > Richard Eisenberg writes: > > > I've

Re: GitHub pull requests

2014-10-04 Thread Ben Gamari
Richard Eisenberg writes: > I've just finished reading this: > http://www.reddit.com/r/haskell/comments/2hes8m/the_ghc_source_code_contains_1088_todos_please/ > > For better or worse, I don't read reddit often enough to hold a > conversation there, so I'll ask my question here: Is there a way we

GitHub pull requests

2014-10-04 Thread Richard Eisenberg
I've just finished reading this: http://www.reddit.com/r/haskell/comments/2hes8m/the_ghc_source_code_contains_1088_todos_please/ For better or worse, I don't read reddit often enough to hold a conversation there, so I'll ask my question here: Is there a way we can turn GitHub pull requests into

Re: Errors building GHC on iOS with LLVM >= 3.4

2014-10-04 Thread Ben Gamari
Murray Campbell writes: > Hi, > > I am trying to help solve #9125 in which an ARM build creates binaries > that mangle Float values. > > After a great deal of help from rwbarton (detailed in the comments) it > would appear that the problem is actually in LLVM 3.0. (v3.0 is > virtually insisted up

Errors building GHC on iOS with LLVM >= 3.4

2014-10-04 Thread Murray Campbell
Hi, I am trying to help solve #9125 in which an ARM build creates binaries that mangle Float values. After a great deal of help from rwbarton (detailed in the comments) it would appear that the problem is actually in LLVM 3.0. (v3.0 is virtually insisted upon in the iOS build instructions) Build