Re: Interested to help with error messages

2017-06-04 Thread Gracjan Polak
Hi, Thanks for all the work on error messages, this is important. Whatever you do please remember that not only humans are recipients of these messages. Recently GHC changed 'Warning' into 'warning' and even that caused some issues: https://github.com/haskell/haskell-mode/issues/1513 2017-06-0

Re: FYI: removing `fibon`

2017-03-14 Thread Gracjan Polak
I'm not working on it and do not plan to start again. Looks like fibon never worked and wasn't used for anything, so it should be removed. Still it would make sense to replace this code with something used as part of normal nofib test cases. 2017-03-14 19:59 GMT+01:00 Michal Terepeta : > Hi all,

Re: XTypeApplication and @spaces

2017-02-21 Thread Gracjan Polak
2017-02-21 19:55 GMT+01:00 Richard Eisenberg : > As I understand pattern and expression contexts are always separate in > Haskell so the part just after 'of course' is not clear to me. > > > Sadly, this is not true. We don’t always know whether we’re parsing an > expression or a pattern. Specifica

XTypeApplication and @spaces

2017-02-21 Thread Gracjan Polak
Hi all, I was thinking about implementing @Type syntax highlight for haskell-mode and noticed a rule about spacing required before @-sign. I do no

Re: nofib on Shake

2017-01-10 Thread Gracjan Polak
only sure conclusion I came to. Everything else is up for debate. W dniu wt., 10.01.2017 o 20:43 Michal Terepeta napisał(a): > On Tue, Jan 10, 2017 at 11:35 AM Gracjan Polak > wrote: > > I was looking nearby recently and you might want to take into account my > > discove

Re: nofib on Shake

2017-01-10 Thread Gracjan Polak
I was looking nearby recently and you might want to take into account my discoveries described in https://ghc.haskell.org/trac/ghc/ticket/11501 2017-01-08 18:48 GMT+01:00 Michal Terepeta : > Hi all, > > While looking at nofib, I've found a blog post from Neil Mitchell [1], > which describes a Sha

Re: [GHC] #13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS

2016-12-23 Thread Gracjan Polak
No, `master`. 2016-12-23 23:53 GMT+01:00 GHC : > #13005: Mac OSX uses MAP_ANON in place of MAP_ANONYMOUS > -+-- > --- > Reporter: gracjan |Owner: > Type: bug |

Trying to resurrect nofib/fibon

2016-12-22 Thread Gracjan Polak
Hi all, I went into the rabbit hole that starts here https://ghc.haskell.org/trac/ghc/ticket/11501 So far I know that: 1. fibon is not built regularly by any CI and it bitrotted significantly. 2. Makefile's for fibon use undefined variables like INPLACE_HSC2HS_PGM. Probably those were s