Re: GHC status report

2014-04-30 Thread George Colpitts
To elaborate, in the past, I had a lot of problems using libraries from the ghci prompt on the Mac but I haven't tried recently. As an example, on the web pagefor the book the Haskell School of Expression it says: Note for OS X users: running

Re: GHC status report

2014-04-30 Thread Gergely Risko
Hi, On Wed, 30 Apr 2014 17:45:35 +0100, Simon Marlow writes: > Dynamic linking has been a huge headache in GHC, and it's not clear > that it's an overall improvement compared with the static linker. Now > that 7.8 is out of the way, it's time to have a conversation about > whether we want to do

Re: Overloaded record fields: we ought to change the name of FldTy

2014-04-30 Thread Johan Tibell
On Wed, Apr 30, 2014 at 5:22 PM, Adam Gundry wrote: > If possible, I'd prefer to merge the existing patches more or less as > is, then I can work on the library design without continually needing to > fix merge conflicts. > Agreed. We should try to get the patches in sooner rather than later to

Re: GHC status report

2014-04-30 Thread Simon Marlow
On 30/04/2014 01:35, George Colpitts wrote: It doesn't have anything about the dynamic linking changes made for 7.8. I think it's worth mentioning the improvements we expect to get from that. The highlights of the release notes do mention it, so maybe that suffices. In particular, I'm hoping tha

Re: Overloaded record fields: we ought to change the name of FldTy

2014-04-30 Thread Adam Gundry
Thanks Johan, On 30/04/14 09:33, Johan Tibell wrote: > I'm currently watching the Skills Matter talks you gave (great!) and I'm > slightly worried that we're going to expose beginners (and intermediate > users!) to a name called FldTy, which might be OK for a GHC-internal > name, but is not very r

Re: Removing -fext-core

2014-04-30 Thread Johan Tibell
+1 ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: Removing -fext-core

2014-04-30 Thread Austin Seipp
For people keeping score, I created a branch with this already done the other day: https://github.com/ghc/ghc/tree/wip/kill-extcore Again, unless someone speaks up *real* soon, I'm probably going to get rid of it before the end of the week - so your timeframe is something like 72 hours to make a

Branch cleanup coming soon - please take inventory

2014-04-30 Thread Austin Seipp
Hello all, I was talking about this on IRC the other day, and it reminded me I wanted to do this a while back. At the moment, we have a *lot* of branches hanging out in the GHC tree: $ git branch -r | grep origin | wc -l 89 $ So I'd like to start deleting all the old ones that are merged and do

Re: GHC status report

2014-04-30 Thread Austin Seipp
Great, thanks Peter! On Wed, Apr 30, 2014 at 8:29 AM, Peter Wortmann wrote: > > > Added a few sentences about DWARF support - we should really aim to get > this done for 7.10. > > Greetings, > Peter Wortmann > > > > ___ > ghc-devs mailing list > ghc-d

Re: GHC status report

2014-04-30 Thread Peter Wortmann
Added a few sentences about DWARF support - we should really aim to get this done for 7.10. Greetings, Peter Wortmann ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: GHC status report

2014-04-30 Thread Austin Seipp
Done now. OK, unless anyone has anything else major going in, I'll look for typos closely and send it to Mihail later today. It filled up pretty fast - thanks for the haste everyone! On Tue, Apr 29, 2014 at 7:46 PM, Austin Seipp wrote: > Good idea! Definitely one of the biggest changes. > > On

Overloaded record fields: we ought to change the name of FldTy

2014-04-30 Thread Johan Tibell
Hi, I'm currently watching the Skills Matter talks you gave (great!) and I'm slightly worried that we're going to expose beginners (and intermediate users!) to a name called FldTy, which might be OK for a GHC-internal name, but is not very readable. If this is going to be exposed to users, could