Re: How do you keep tabs on commits that fix issues?

2023-09-28 Thread davean
Yah, I get very confused with how ghc manages commits. I've ended up searching for the patches at times. I'd love a sensible approach. On Thu, Sep 28, 2023, 17:55 Justin Bailey wrote: > I would also love to know how to do this. I don't often contribute to GHC, > but I follow bug fixes closely.

Re: Deprecating Safe Haskell, or heavily investing in it?

2022-12-28 Thread davean
well, its issues have limited what I attempt, but at the end of the day it's never hurt me too bad to not have it. -davean On Wed, Dec 28, 2022 at 7:14 AM Tom Ellis < tom-lists-haskell-cafe-2...@jaguarpaw.co.uk> wrote: > On Tue, Dec 27, 2022 at 08:33:04PM -0700, Chris Sm

Re: GitLab is down: urgent

2021-03-19 Thread davean
in tends to be a high cost operation so it is done when necessary. -davean On Fri, Mar 19, 2021 at 10:00 AM Richard Eisenberg wrote: > Hi Ben, > > Thanks for getting the fix in so quickly. > > However: suppose you were unavailable to do this, due to a well-deserved > holiday per

Re: On CI

2021-03-18 Thread davean
I left the wiggle room for things like longer wall time causing more time events in the IO Manager/RTS which can be a thermal/HW issue. They're small and indirect though -davean On Thu, Mar 18, 2021 at 1:37 PM Sebastian Graf wrote: > To be clear: All performance tests that run as part of

Re: On CI

2021-03-18 Thread davean
can do that and the cost of it is the primary issue here. -davean On Wed, Mar 17, 2021 at 6:22 PM Karel Gardas wrote: > On 3/17/21 4:16 PM, Andreas Klebinger wrote: > > Now that isn't really an issue anyway I think. The question is rather is > > 2% a large enough regression to

Re: [GHC] #13716: Move CI to Jenkins

2017-09-06 Thread davean
Thats actually how this project started. On Wed, Sep 6, 2017 at 7:05 PM, GHC wrote: > #13716: Move CI to Jenkins > -+-- > --- > Reporter: bgamari |Owner: (none) >

Re: haskell.org not sending intermediate certs

2016-12-18 Thread davean
encounter any further issues. -davean On Sun, Dec 18, 2016 at 2:12 PM, Erik Hesselink <hessel...@gmail.com> wrote: > I noticed this as well, since my work VPN does fairly strict certificate > checking and didn't allow me to connect to any haskell.org urls due to > this. > > I'm not

Re: wither the Platform

2015-03-23 Thread davean
I didn't have that problem with Python or Clojure. I didn't run into it with Python until I was building enterprise-class systems. I ran into other issues that made me drop Clojure before I ran into this one. Well, it also was standard python practice to monkey patch the libraries to fix

Re: help wrt semantics / primops for pure prefetches

2014-11-27 Thread davean
. As for the array ops, davean has a couple of cases w/ those for which the prefetching operations are a 20-25% speedup, which is what motivated Carter to start playing around with these again. I don't know off hand how easily those can be turned into public test cases though. -Edward On Thu, Nov