December 10, 2019
When will dmd stable branch merge back to master?  There's a regression that's blocking one of my projects that has been fixed in stable, but has not been merged back to master:

	https://issues.dlang.org/show_bug.cgi?id=19884

What's the typical schedule for stable to be merged back to master?


T

-- 
I am a consultant. My job is to make your job redundant. -- Mr Tom
December 10, 2019
On 12/10/19 1:44 PM, H. S. Teoh wrote:
> When will dmd stable branch merge back to master?  There's a regression
> that's blocking one of my projects that has been fixed in stable, but
> has not been merged back to master:
> 
> 	https://issues.dlang.org/show_bug.cgi?id=19884
> 
> What's the typical schedule for stable to be merged back to master?
> 
> 
> T
> 

I think it's whenever anyone feels like making a PR to do it.

-Steve