Re: WebUI for GHC/Haskell tooling (eventlog)

2020-09-08 Thread David Eichmann
g http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 118 Wymering Mansions, Wymering Road, London W9 2NF, England ___ ghc-devs ma

Re: Perf notes

2020-06-27 Thread David Eichmann
rg/ghc/ghc/-/jobs/378487 -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 118 Wymering Mansions, Wymering Road, London W9 2NF, England ___ ghc-devs mailing list ghc-devs@ha

Re: Perf notes

2020-06-26 Thread David Eichmann
imon ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 118 Wymering Mans

Re: performance testing

2020-03-11 Thread David Eichmann
Forwarded Message Subject:Re: performance testing Date: Wed, 11 Mar 2020 12:08:52 + From: David Eichmann To: Richard Eisenberg Ah yes -- very helpful. So the baseline is always (implicitly) the parent commit, if that commit has performance info

Re: performance testing

2020-03-11 Thread David Eichmann
n/listinfo/ghc-devs -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 118 Wymering Mansions, Wymering Road, London W9 2NF, England ___ ghc-devs mailing list ghc-devs@ha

Re: GHC perf

2020-01-20 Thread David Eichmann
baseline. You can also then chart the results: |python3 testsuite/driver/perf_notes.py --chart chart.html --test-env local ..| Sorry if this is a bit unoptimal, but I Hope that helps - David E -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registe

Re: Extended Dependency Generation Proposal

2019-07-30 Thread David Eichmann
to build-tools, no? I've always been annoyed by the fact that if such dependencies change cabal will not consider rebuilding. --Daniel On Tue, Jul 30, 2019 at 06:58:29PM +0100, David Eichmann wrote: Hello GHC Developers, I've recently been working on a proposal (found here <https://github.

Extended Dependency Generation Proposal

2019-07-30 Thread David Eichmann
the Cabal, Stack, and Shake communities. Looking forward to hearing your comments, David Eichmann [1] https://github.com/ghc-proposals/ghc-proposals/pull/245 -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 118 Wymerin

Re: Try haskell-ide-engine on GHC!

2019-07-26 Thread David Eichmann
. Cheers, Matt ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 118 Wyme

Re: Processing MRs very slow?

2019-05-27 Thread David Eichmann
h (bug or feature) That would also de-clutter the home page. Simon *From:*David Eichmann *Sent:* 23 May 2019 12:10 *To:* Simon Peyton Jones ; Ben Gamari *Cc:* iavor.diatc...@gmail.com *Subject:* Re: Processing MRs very slow? I found the email you're referring to https://mail.haskell.org/pipe

Is your MR failing CI test T9630 or haddock.base?

2019-05-27 Thread David Eichmann
Eichmann -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 118 Wymering Mansions, Wymering Road, London W9 2NF, England ___ ghc-devs mailing list ghc-devs@haskell.org

Re: Fwd: [hadrian/windows] build broken

2019-05-23 Thread David Eichmann
gitalasset.com/emaildisclaimer.html <http://www.digitalasset.com/emaildisclaimer.html>. If you are not the intended recipient, please delete this message. ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Question about Gitlab MR workflow.

2019-05-09 Thread David Eichmann
https://gitlab.haskell.org/ghc/ghc/wikis/working-conventions/fixing-bugs On 5/9/19 3:47 PM, Ben Gamari wrote: David Eichmann writes: I've added a blurb in the wiki page about rebasing MRs: Which Wiki page specifically? - Ben -- David Eichmann, Haskell Consultant Well-Typed LLP, http

Re: Question about Gitlab MR workflow.

2019-05-09 Thread David Eichmann
u see an exclamation mark and disabled "Merge" button, you must rebase manually and fix any merge conflicts. - David Eichmann On 5/9/19 9:02 AM, Simon Peyton Jones via ghc-devs wrote: It would be good to add this advice to our "how-to-contribute" pages. Simon |

Moe Bot

2019-04-26 Thread David Eichmann
to see the full commit message. Unfortunately this has triggered a large number of notification emails as Moe works to quote existing commits. *You can safely ignore emails from Moe.* I've disabled him for now. Sorry for the disturbance this morning. David Eichmann -- David Eichmann

Re: Hadrian Transitive Dependencies

2019-03-28 Thread David Eichmann
n > Hadrian with fsatrace linting. Yes, this looks like the best approach for now. Cheers, Andrey -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & Wales, OC335890 118 Wymering Mansions, Wymering Road, London W9 2NF, England

Re: Hadrian Transitive Dependencies

2019-03-27 Thread David Eichmann
y was either ‘needed’ or was reflected in the contents (perhaps via a fingerprint) another ‘needed’ thing. Simon *From:*ghc-devs *On Behalf Of *David Eichmann *Sent:* 27 March 2019 17:12 *To:* Andrey Mokhov ; Neil Mitchell *Cc:* GHC developers *Subject:* Re: Hadrian Tra

Re: Hadrian Transitive Dependencies

2019-03-27 Thread David Eichmann
s ticket, but I think Alp was looking into it at some point. Alp: do you remember it? Thank you for all your work on Hadrian! Cheers, Andrey *From:*David Eichmann [mailto:dav...@well-typed.com] *Sent:* 27 March 2019 12:54 *To:* Neil Mitchell ; Andrey Mokhov ; GHC developers *Subjec

Hadrian Transitive Dependencies

2019-03-27 Thread David Eichmann
ent packages' dependency graphs. * Perhaps transitive dependencies are not important for shared caching to work. Change shakes linting feature to allow (untracked?) transitive dependencies to be accessed. Feed back would be greatly appreciated. David Eichmann -- David Eichmann, Haskell Consultan

Re: Validate has died

2019-02-19 Thread David Eichmann
- | From: Ben Gamari | Sent: 18 February 2019 20:22 | To: Simon Peyton Jones ; David Eichmann | | Cc: GHC developers | Subject: Re: Validate has died | | Simon Peyton Jones via ghc-devs writes: | | > From master I'm getting 2052 "framework failures" in the testsuite, | > whi

Re: Validate has died

2019-02-19 Thread David Eichmann
E On 2/19/19 9:32 AM, Simon Peyton Jones wrote: OK. Meanwhile, it really is a problem for me. Could someone roll back that change temporarily? Thanks! Simon | -Original Message- | From: Ben Gamari | Sent: 18 February 2019 20:22 | To: Simon Peyton Jones ; David Eichmann | | Cc

Re: Unused imports

2018-11-23 Thread David Eichmann
   To import instances alone, use: import Data.Foldable()     | 220 | import Data.Foldable (Foldable())     | ^ ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-dev

Re: More teststuite woes

2018-11-17 Thread David Eichmann
Peyton Jones wrote: Hmm.   The second run worked fine.  That’s unhelpful from a debugging point of view, but it means I’m not stuck! Simon *From:*Simon Peyton Jones *Sent:* 17 November 2018 17:57 *To:* 'David Eichmann' *Cc:* ghc-devs@haskell.org *Subject:* RE: More teststuite woes I’ll try

Re: More teststuite woes

2018-11-17 Thread David Eichmann
Hello Simon, I had a quick look into this today, and spoke a bit with Ben about it. We don't have a clear answer as to what is causing this at the moment. We'll have to look more into this early next week. > It means I can’t validate at all. So you've tried to validate multiple times? I.e.

Re: Feedback request: GHC performance test-suite

2018-10-10 Thread David Eichmann
c-devs of significant milestones. Note I've augmented the wiki page's drift issue section and moved it to future work. Thank you, David Eichmann P.S. On 13/09/18 09:24, David Eichmann wrote: Hello all, I've recently resumed some work started by Jared Weakly on the GHC test suite. This specifically r

Feedback request: GHC performance test-suite

2018-09-13 Thread David Eichmann
detail on this wiki page: https://ghc.haskell.org/trac/ghc/wiki/Performance/Tests. I'd appreciate any feedback or questions on this. Thank you and have a great day, David Eichmann -- David Eichmann, Haskell Consultant Well-Typed LLP, http://www.well-typed.com Registered in England & W