Re: WebUI for GHC/Haskell tooling (eventlog)

2020-09-08 Thread David Eichmann
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

Re: Perf notes

2020-06-27 Thread David Eichmann
itlab.haskell.org/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 l

Re: Perf notes

2020-06-26 Thread David Eichmann
am I doing wrong? Simon ___ 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, OC3358

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 in

Re: performance testing

2020-03-11 Thread David Eichmann
l.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 mail

Re: GHC perf

2020-01-20 Thread David Eichmann
ll always be used as the 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://ww

Re: Extended Dependency Generation Proposal

2019-07-30 Thread David Eichmann
P #include 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

Extended Dependency Generation Proposal

2019-07-30 Thread David Eichmann
ear from 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 1

Re: Try haskell-ide-engine on GHC!

2019-07-26 Thread David Eichmann
f the year. 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, OC33589

Re: Processing MRs very slow?

2019-05-27 Thread David Eichmann
How to fix a bug * How to add a feature both as pages of their own, but both pointing to a single pate * The mechanics of contributing a patch (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

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
terms and conditions available at http://www.digitalasset.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:

Re: Processing MRs very slow?

2019-05-22 Thread David Eichmann
d but not assigned to Marge-bot, and so was not in the merge queue. I'm not sure who has permission to do this, but you can always ping the approvers. In this case I've assigned to Marge-bot for you, and it will hopefully be merge soon. David Eichmann On 5/22/19 5:09 PM, Iavor Diatchk

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,

Re: Question about Gitlab MR workflow.

2019-05-09 Thread David Eichmann
d you 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
page 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 -- Davi

Re: Hadrian Transitive Dependencies

2019-03-28 Thread David Eichmann
ssing dependencies in > 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 2N

Re: Hadrian Transitive Dependencies

2019-03-27 Thread David Eichmann
pendency 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 Transitive Dependencies

2019-03-27 Thread David Eichmann
d this 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 *Subject:*

Hadrian Transitive Dependencies

2019-03-27 Thread David Eichmann
lt in fewer dependencies but requires a bit more work in recovering dependent 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 woul

Re: Validate has died

2019-02-19 Thread David Eichmann
ssage- | 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, |

Re: Validate has died

2019-02-19 Thread David Eichmann
verted asap. David 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 ; Davi

Re: Unused imports

2018-11-23 Thread David Eichmann
m ‘Data.Foldable’     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/mail

Re: More teststuite woes

2018-11-17 Thread David Eichmann
:55, Simon 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 tests

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. d

Re: Feedback request: GHC performance test-suite

2018-10-10 Thread David Eichmann
ghc-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.

Re: Feedback request: GHC performance test-suite

2018-09-13 Thread David Eichmann
ing some programs run 20x slower in a few years. I think it'd also be better if we could highlight this change more in the proposal as I think it's an important one. Ömer David Eichmann , 13 Eyl 2018 Per, 11:25 tarihinde şunu yazdı: Hello all, I've recently resumed some work s

Feedback request: GHC performance test-suite

2018-09-13 Thread David Eichmann
more 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 Engla