12-13-2015, 12:31 AM 
(This post was last modified: 12-17-2015, 02:45 AM by LogicParrot.)
		
	
	
		Currently, a single accepted merge blocks out all other PRs until their owners either rebase or merge "master" into their branch. This slows things down a lot. e.g. this
I think fixing this is extra urgent. It's significantly bottlenecking merges and a queue is building up.
This is making simple operations really hard. For instance, @Gargaj has 5 open PRs. He'll have to keep rebasing them after each merge in order for me to merge his next PR. That's at least 5 rebases.
	
	
	
	
I think fixing this is extra urgent. It's significantly bottlenecking merges and a queue is building up.
This is making simple operations really hard. For instance, @Gargaj has 5 open PRs. He'll have to keep rebasing them after each merge in order for me to merge his next PR. That's at least 5 rebases.

 

 




