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

Re: I have Aphronted Phab

2016-12-23 Thread Edward Z. Yang
Hi Richard, The last time this happened to me, it was because I was accessing Phabricator on http:// rather than https://. Tkae a look. Edward Excerpts from Richard Eisenberg's message of 2016-12-23 21:46:10 -0500: > Hi Austin, Ben, > > In trying to write a comment on Phab, I got this: > >

Re: Help needed: Restrictions of proc-notation with RebindableSyntax

2016-12-23 Thread Richard Eisenberg
To clarify my comments in this thread around desugaring: I was referring to the concrete Haskell code as written in GHC, not at all to an abstract desugaring algorithm. The implementation of arrows in GHC uses fixM, which is a nuisance. And I don't understand the code well enough to be able to

Re: Trac to Phabricator (Maniphest) migration prototype

2016-12-23 Thread Richard Eisenberg
> On Dec 21, 2016, at 10:02 AM, Matthew Pickering > wrote: > > Then looking at the culprits for some fun: > > (simonpj,192) > (goldfire,123) > (bgamari,116) > (thomie,102) > (nomeata,30) > (rwbarton,28) > (RyanGlScott,19) > (simonmar,18) Ha. I also use the long

I have Aphronted Phab

2016-12-23 Thread Richard Eisenberg
Hi Austin, Ben, In trying to write a comment on Phab, I got this: Unhandled Exception ("AphrontCSRFException") You are trying to save some data to Phabricator, but the request your browser made included an incorrect token. Reload the page and try again. You may need to clear your cookies.

Re: Competing with C in a simple loop

2016-12-23 Thread Christopher Done
Oh, you're correct! It's unable to parse that file! The files is a test suite file from the XML spec, I guess hexml is unable to parse this one. I'll remove it from my benchmark suite in favor of something that does parse. Cheers! On 23 December 2016 at 14:55, Harendra Kumar

Re: Competing with C in a simple loop

2016-12-23 Thread Harendra Kumar
On 23 December 2016 at 03:23, Christopher Done wrote: > > But if you scroll down the README to the 182kb file example, you see that > hexml takes 33us and xeno takes 111us. That's surprising to me because I'm > doing just a walk across a string and hexml is doing a full

Re: Magical function to support reflection

2016-12-23 Thread Edward Kmett
I wasn't referring to Tagged itself being evil. I was referring to giving an excessively general type to reify# that can be used to generate segfaults as being evil. The existing reify combinator doesn't have that property, but can't be used to build KnownNat and KnownSymbol dictionaries. (Hence