Re: Gitlab labels

2022-08-05 Thread Douglas Wilson
ry straightforward. [1] https://gitlab.haskell.org/help/user/project/quick_actions Regards, Douglas Wilson On 7/28/22, Bryan Richter via ghc-devs wrote: > I haven't looked into it yet. > > As I haven't seen this problem on any other instance of GitLab, I have a > hunch it's uniq

Re: Hadrian problem

2022-07-12 Thread Douglas Wilson
5.20220628/environments/default. You can safely delete .ghc/x86_64-linux-9.5.20220628/environments/default. Although without knowing how it got there, it may re-appear. You can set `export GHC_ENVIRONMENT=-` or pass `-package-env -` on your command line to disable the reading of environment files. Regard

Re: Windows build broken -- help!

2018-02-07 Thread Douglas Wilson
ably it’s these commits > > commit 00f1a4ab80b201ce15c509126f89c5a108786f32 > > Author: Douglas Wilson <douglas.wil...@gmail.com> > > Date: Tue Feb 6 17:27:32 2018 -0500 > > > > rts: fix some barf format specifiers. > > > > Reviewers:

Fwd: compiling GHC: undefined references

2018-01-18 Thread Douglas Wilson
-- Forwarded message -- From: Douglas Wilson <douglas.wil...@gmail.com> Date: Fri, Jan 19, 2018 at 5:23 PM Subject: Re: compiling GHC: undefined references To: Németh Boldizsár <nbo...@elte.hu> Hi Boldizsár, I infer from the path names that you are on windows?

New core profiling mode

2017-11-14 Thread Douglas Wilson
Hi ghc-devs, I've been working on a new mode of adding cost-centres to programs and I'd like to ask some questions and solicit some feedback. The code is here [fn:1], it works, provided one enables -fprof-core on all modules. I've recently been trying to pick some low hanging fruit from ghc