(drop)CommonPrefix: ccs call implementation

2014-06-05 Thread Maarten Faddegon
Dear list, I am reading up on cost centre stacks. Simon Marlow's solving an old problem-slides is the more recent resource I could find. On slide 43 he describes a call function implemented as: call Sapp Slam = foldr push Spre Slam’ where (Spre, Sapp’, Slam’) = commonPrefix Sapp

Status updates

2014-06-05 Thread Austin Seipp
Hello all, A cumulative status update will now appear, to summarize a few things that have happened in the past little while since I've been somewhat absent and short on time. - 7.8.3 is looming, because we have a lot of bugfixes as I said last week:

RE: Status updates

2014-06-05 Thread Simon Peyton Jones
| - 7.8.3 is looming, because we have a lot of bugfixes as I said last | week: https://ghc.haskell.org/trac/ghc/wiki/Status/GHC-7.8.3 Just to be clear, on that page: closed = done in 7.8.3 branch patch = will go in 7.8.3 branch new/infoneeded = will NOT go in 7.8.3 unless

Re: Status updates

2014-06-05 Thread Austin Seipp
Drats, I forgot that. Here's where it is: Go to the GHC Trac hompeage: https://ghc.haskell.org/trac/ghc/ and scroll down just a tiny bit. There's a section called 'Nightly builds' with the updated link to the new UI, located on Gabor's server: http://haskell.inf.elte.hu/builders/ Simon, did we

Re: 7.8.3 release - please speak up soon.

2014-06-05 Thread Jens Petersen
On 5 June 2014 23:37, Gergely Risko gerg...@risko.hu wrote: It seems reasonable to just make terminfo, haskeline and xhtml visible to the users from the ghc included packagedb. What can possible go wrong? :) +1 I am planning to do this anyway in the Fedora package [1] and haven't

can a StgRhs have NoCCS when -prof is provided?

2014-06-05 Thread Ömer Sinan Ağacan
Hi all, Can a StgRhs have `NoCCS` as cost-centre stack when -prof is provided while compiling? Or is it always oneOf [CurrentCCS, DontCareCCS, SingletonCCS]? I presume that since we have CCS constructor DontCareCCS and CCS field of StgRhs constructors are not `Maybe CostCentreStack` (so they're

Re: 7.8.3 release - please speak up soon.

2014-06-05 Thread Sergei Trofimovich
On Thu, 05 Jun 2014 16:37:36 +0200 Gergely Risko gerg...@risko.hu wrote: Probably I'm very late, and the Nix guys can hopefully workaround this on their own side, but can you take a quick look on: https://ghc.haskell.org/trac/ghc/ticket/8919 Hia! Can you write what problems are to ship

Re: can a StgRhs have NoCCS when -prof is provided?

2014-06-05 Thread Edward Z . Yang
Yes, I think all NoCCS are removed in the SCCfinal pass. NoCCS is a convenient thing to fill in when STG is initially created. Edward Excerpts from Ömer Sinan Ağacan's message of 2014-06-05 09:59:36 -0700: Hi all, Can a StgRhs have `NoCCS` as cost-centre stack when -prof is provided while

Re: Status updates

2014-06-05 Thread 山本和彦
Hi, - Also, if you have spare hardware, please email Gabor Pali (or just email the list itself, or reply to this thread) if you're willing to donate, that would be awesome. Another Mac OS X target would be especially welcome, I think (my development machine is on loan right now), and I will

Re: Status updates

2014-06-05 Thread Carter Schonwald
I can build on my Mac. Happy to do so since I'll be doing anyways :-) On Thursday, June 5, 2014, Kazu Yamamoto k...@iij.ad.jp wrote: Hi, - Also, if you have spare hardware, please email Gabor Pali (or just email the list itself, or reply to this thread) if you're willing to donate,

RFC: Phabricator for patches and code review

2014-06-05 Thread Austin Seipp
Hello all, Recently, while doing server maintenance, several of the administrators for Haskell.org set up an instance of Phabricator[1], located at https://phabricator.haskell.org For those who aren't aware, Phabricator (or Phab) is a suite of tools for software development. Think of it like a

Re: RFC: Phabricator for patches and code review

2014-06-05 Thread Carter Schonwald
while i'm a novice at using ANY code review tools, having some persistent tooling for patch reviews would be really great! theres a lot of good feedback that otherwise only exists in an email somewhere! On Fri, Jun 6, 2014 at 12:05 AM, Austin Seipp aus...@well-typed.com wrote: Hello all,