www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - When will dmd stable branch merge back to master?

reply "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
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
Dec 10 2019
parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
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
Dec 10 2019
parent "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
On Tue, Dec 10, 2019 at 03:49:38PM -0500, Steven Schveighoffer via
Digitalmars-d wrote:
 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?
[...]
 I think it's whenever anyone feels like making a PR to do it.
[...] Ouch. Shouldn't it be automated then?? T -- Real Programmers use "cat > a.out".
Dec 10 2019