Thread overview
[dmd-internals] github fork queue question
Sep 25, 2011
Walter Bright
Sep 25, 2011
Sean Kelly
Sep 25, 2011
Michel Fortin
Sep 25, 2011
kenji hara
Sep 25, 2011
Walter Bright
Sep 25, 2011
Michel Fortin
September 24, 2011
Consider:

https://github.com/D-Programming-Language/dmd/forkqueue

Note at the end it sez:

/"showing the first 200 of 668 pending commits"

How do I get it to show the rest?
/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-internals/attachments/20110924/6e62dd47/attachment.html>
September 24, 2011
I get a 404.

On Sep 24, 2011, at 7:40 PM, Walter Bright wrote:

> Consider:
> 
> https://github.com/D-Programming-Language/dmd/forkqueue
> 
> Note at the end it sez:
> 
> "showing the first 200 of 668 pending commits"
> 
> How do I get it to show the rest?
> 
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals

September 25, 2011
2011/9/25 Walter Bright <walter at digitalmars.com>:
> Consider:
>
> https://github.com/D-Programming-Language/dmd/forkqueue
>
> Note at the end it sez:
>
> "showing the first 200 of 668 pending commits"
>
> How do I get it to show the rest?

I saw https://github.com/blog/270-the-fork-queue .

You might temporarily ignore some cumbersome commits, and apply commits that you want.

Kenji Hara
September 24, 2011

On 9/24/2011 8:01 PM, kenji hara wrote:
> 2011/9/25 Walter Bright<walter at digitalmars.com>:
>> Consider:
>>
>> https://github.com/D-Programming-Language/dmd/forkqueue
>>
>> Note at the end it sez:
>>
>> "showing the first 200 of 668 pending commits"
>>
>> How do I get it to show the rest?
> I saw https://github.com/blog/270-the-fork-queue .
>
>

Thanks, but it says nothing about showing the rest of the commits.
September 25, 2011
Le 2011-09-24 ? 23:30, Walter Bright a ?crit :

> On 9/24/2011 8:01 PM, kenji hara wrote:
>> 2011/9/25 Walter Bright<walter at digitalmars.com>:
>>> Consider:
>>> 
>>> https://github.com/D-Programming-Language/dmd/forkqueue
>>> 
>>> Note at the end it sez:
>>> 
>>> "showing the first 200 of 668 pending commits"
>>> 
>>> How do I get it to show the rest?
>> I saw https://github.com/blog/270-the-fork-queue .
> 
> Thanks, but it says nothing about showing the rest of the commits.


It seems the only way is to select some commits, select 'Ignore' from the oopup menu (they'll disappear and go to the "Ignored commit" page) and reload the page.

-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/



September 25, 2011
Le 2011-09-24 ? 22:52, Sean Kelly a ?crit :

> I get a 404.

Me too. But I can go to my personal fork and see the fork queue there.

I suspect they're limiting access because the page is computationally intensive. Probably it's the same reason they're only showing 200 commits. This page tries to cherry-pick each commit to the current head and tell you whether it'll apply cleanly or you'll have conflicts.

-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/