Breaking D2 language/spec changes with D1 being discontinued in a month

Thomas Koch thomas at koch.ro
Thu Nov 29 01:48:35 PST 2012


H. S. Teoh wrote:
> Huh? Who said anything about master being stable? Obviously master is
> unstable by definition, since that's where the development work is being
> done. The whole point was to introduce a stable branch where we only
> pull in non-breaking changes from master. 

I think you mean "cherry-pick non-breaking changes from master". Cherry-
Picking in Git means to just apply one commit from a given branch to another 
one instead of merging the complete branch.

Thomas Koch


More information about the Digitalmars-d mailing list