Re: GHC development asks too much of the host system

2022-07-20 Thread Steven Shaw
Oh my, I just discovered that Cheng Shao has recently put something together for working on GHC with Gitpod: https://github.com/TerrorJack/gitpod-ghc However, it looks like it isn't using the Debian images from the GHC CI. Sorry for the noise. Cheers, Steve

Re: GHC development asks too much of the host system

2022-07-20 Thread Steven Shaw
In the meantime, you could try this Gitpod setup that Andrea Bedini has been working on: https://github.com/andreabedini/ghc/tree/andrea/gitpod Cheers, Steve ___ ghc-devs mailing list ghc-devs@haskell.org

Re: GHC development asks too much of the host system

2022-07-20 Thread Steven Shaw
Hi Hécate, What would help here is a Gitpod or GitHub Codespace for working on GHC. I've been meaning to set up a Gitpod following the recent article by Cheng Shao: https://dev.to/terrorjack/my-ghc-dev-environment-with-vscode-remote-docker-3ek4 I'll see if I can find time this weekend, but

Re: GHC code size

2022-06-14 Thread Steven Shaw
Hi Simon, If you prefer to use the old `count_lines`, you can retrieve it like this: git show 0cd989577a8b8d2666741fcac4fd3032ae212b80^:utils/count_lines/ count_lines.pl >/tmp/count_lines.pl It appears to need a list of files. The output is quite busy (not quite like your nice summary

Re: a better workflow?

2019-07-23 Thread Steven Shaw
Hi Richard, I'd second Hetzner. They are in Europe so latency should be pretty good from England. I don't build GHC regularly but I have just purchased a machine similar to this one from Hetnzer (with only a single 500GB Samsung 500GB 970

Re: Gitlab notes

2019-01-08 Thread Steven Shaw
On Wed, 9 Jan 2019 at 05:07, Iavor Diatchki wrote: > One other thing: > > At least on Github, using the button on the site to merge a request > always creates a proper merge (not a rebase), so the history won't be > straight if we do things that way. I believe the reasoning is that in this

Re: split_marker crash

2018-11-21 Thread Steven Shaw
On Thu, 22 Nov 2018 at 10:21, Ben Gamari wrote: > Steven Shaw writes: > > > Curious if the GHC libraries _are_ still built with the `-split-objs` > flag, > > as pointed out in the latest documentation. > > > Good catch; the build system uses split sect

Re: split_marker crash

2018-11-21 Thread Steven Shaw
Curious if the GHC libraries _are_ still built with the `-split-objs` flag, as pointed out in the latest documentation. https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/phases.html?highlight=split-objs#ghc-flag--split-objs ___ ghc-devs

cvs-ghc mailing list dead?

2018-01-15 Thread Steven Shaw
This email list appears to be dead but I figured it might forward to ghc-devs . Just checking... ___ ghc-devs mailing list