Re: Phabricator new behavior regarding submitting patches for reviews

2018-03-30 Thread Ömer Sinan Ağacan
> I assume you worked this out? I think you can just "request review" in > the actions menu at the bottom of the page. This seems to work, although it's still one extra step compared to the previous version. Ömer 2018-03-30 21:04 GMT+03:00 Ben Gamari : > Ömer Sinan Ağacan

Re: Phabricator new behavior regarding submitting patches for reviews

2018-03-30 Thread Ömer Sinan Ağacan
Thanks Ben. Is there anything I can do about the existing tickets stuck in "draft" state? Ömer 2018-03-30 17:41 GMT+03:00 Ben Gamari : > Ömer Sinan Ağacan writes: > >> Hi, >> >> One of the changes with the recent Phabricator update is that we can no

Re: Memory usage exploding for complex pattern matching

2018-03-30 Thread Ben Gamari
"Victor Miraldo (UU)" writes: > Hello, > > I have just tried compiling my code with 8.4.2 and using > -fmax-pmcheck-iterations=0, > I gave GHC 12GB of ram and it still ran out (through `ulimit > -v$((1024*1024*12))`). > Hmmm, I'm a bit confused.

Re: Memory usage exploding for complex pattern matching

2018-03-30 Thread Victor Miraldo (UU)
Hello, I have just tried compiling my code with 8.4.2 and using -fmax-pmcheck-iterations=0, I gave GHC 12GB of ram and it still ran out (through `ulimit -v$((1024*1024*12))`). >>> Hmmm, I'm a bit confused. Why are our results so different? How >>> precisely are you

Re: Memory usage exploding for complex pattern matching

2018-03-30 Thread Ben Gamari
"Victor Miraldo (UU)" writes: > Hello, > >>> I have just tried compiling my code with 8.4.2 and using >>> -fmax-pmcheck-iterations=0, >>> I gave GHC 12GB of ram and it still ran out (through `ulimit >>> -v$((1024*1024*12))`). >>> >> Hmmm, I'm a bit confused. Why are our

Re: Phabricator new behavior regarding submitting patches for reviews

2018-03-30 Thread Ben Gamari
Ömer Sinan Ağacan writes: > Hi, > > One of the changes with the recent Phabricator update is that we can no longer > submit a patch for reviews until the build bot successfully builds it. I can't > even ping people in the comment section until the patch builds. It says: >