Re: GitLab status

2020-06-20 Thread Ben Gamari
Ben Gamari writes: > Hi everyone, > > As you may have noticed, yesterday was marked by rather consistent CI > failures. I believe I have now fixed the root cause but do let me know > if you see any further issues. > > Below I have included a brief post-mortem describing the incident and > what we

GitLab status

2020-06-20 Thread Ben Gamari
Hi everyone, As you may have noticed, yesterday was marked by rather consistent CI failures. I believe I have now fixed the root cause but do let me know if you see any further issues. Below I have included a brief post-mortem describing the incident and what we plan to do to prevent it recurring

Re: [ghc-lib] internal error after removal of integer-simple

2020-06-20 Thread Shayne Fletcher via ghc-devs
On Sat, Jun 20, 2020 at 6:56 AM Shayne Fletcher wrote: > > > On Sat, Jun 20, 2020 at 5:43 AM Sylvain Henry wrote: > >> I would think it's more related to the linear types patch given that it >> added ghc-prim:GHC.Types.One (wired-in). Could you open a ticket with a way >> to reproduce the failur

Re: [ghc-lib] internal error after removal of integer-simple

2020-06-20 Thread Ben Gamari
Ben Gamari writes: > On June 19, 2020 5:55:01 PM EDT, Shayne Fletcher via ghc-devs > wrote: >>With the recent MR that removes integer-simple in favor of ghc-bignum, >>I >>find that I get a runtime failure when I try to use ghc-lib to generate >>core: >>``` >># Running: stack --no-terminal e

Re: [ghc-lib] internal error after removal of integer-simple

2020-06-20 Thread Ben Gamari
Ben Gamari writes: > On June 19, 2020 5:55:01 PM EDT, Shayne Fletcher via ghc-devs > wrote: ... >> >>Anyone have any pointers on what is going wrong and what I should be >>looking at? > > I have a hypothesis for what might be happening here. Investigating My initial hypothesis was a unique co

Re: [ghc-lib] internal error after removal of integer-simple

2020-06-20 Thread Shayne Fletcher
On Fri, Jun 19, 2020 at 9:23 PM Shayne Fletcher < shayne.fletcher...@gmail.com> wrote: > > > On Fri, Jun 19, 2020 at 6:27 PM Ben Gamari wrote: > >> On June 19, 2020 5:55:01 PM EDT, Shayne Fletcher via ghc-devs < >> ghc-devs@haskell.org> wrote: >> >With the recent MR that removes integer-simple in

Re: [ghc-lib] internal error after removal of integer-simple

2020-06-20 Thread Shayne Fletcher via ghc-devs
On Sat, Jun 20, 2020 at 5:43 AM Sylvain Henry wrote: > I would think it's more related to the linear types patch given that it > added ghc-prim:GHC.Types.One (wired-in). Could you open a ticket with a way > to reproduce the failure? > That makes a lot of sense Sylvain. Thanks, will do. -- *Sha

Re: [ghc-lib] internal error after removal of integer-simple

2020-06-20 Thread Sylvain Henry
Hi, I would think it's more related to the linear types patch given that it added ghc-prim:GHC.Types.One (wired-in). Could you open a ticket with a way to reproduce the failure? Thanks, Sylvain On 19/06/2020 23:55, Shayne Fletcher via ghc-devs wrote: With the recent MR that removes integer-