Help with #14140

2017-09-07 Thread David Feuer
Could you maybe point me toward where the constant folding is happening in this context? I'd like to take a glance and see if I can guess how to upgrade it to deal with what we know things *aren't*. Thanks in advance. David FeuerWell-Typed, LLP___ ghc

RE: A newcomer: how to start

2017-09-07 Thread Simon Peyton Jones via ghc-devs
Yes, welcome! Do join ghc-devs and watch the fun. There is a learning curve, but as Ara says, everyone is friendly. Simon From: ghc-devs [mailto:ghc-devs-boun...@haskell.org] On Behalf Of Ara Adkins Sent: 05 September 2017 13:47 To: Sergey Bykov Cc: ghc-devs@haskell.org Subject: Re: A newcomer

Re: [GHC] #13716: Move CI to Jenkins

2017-09-07 Thread Joe Hillenbrand
Docker is not a solution for multi-platform testing. On Thu, Sep 7, 2017 at 12:24 AM, Alexander Kjeldaas wrote: > I find that using gitlab with a docker swarm is a good compromise. > > Then gitlab runs all the infrastructure for the UI part, access control ++, > and all you have to do is to run t

Re: [GHC] #13716: Move CI to Jenkins

2017-09-07 Thread Alexander Kjeldaas
I find that using gitlab with a docker swarm is a good compromise. Then gitlab runs all the infrastructure for the UI part, access control ++, and all you have to do is to run the gitlab-runner docker image and register it in gitlab. This also brings other options such as having one run from scra