Since the beginning of the development of UAST there were some features that got introduced to master. Since porting them all in a single PR to UAST is a big endeavor, we will use a multi master setup with two branches:
series/0.0
We will rename the current master to series/0.0. In this branch we will try not to introduce new functionality apart of fixes to code being used by other applications.
series/0.1
Once we all aggree on uast branch, we will rename it to series/0.1. All new functionality should go to this branch.
Since the beginning of the development of UAST there were some features that got introduced to
master. Since porting them all in a single PR to UAST is a big endeavor, we will use a multi master setup with two branches:series/0.0
We will rename the current
mastertoseries/0.0. In this branch we will try not to introduce new functionality apart of fixes to code being used by other applications.series/0.1
Once we all aggree on
uastbranch, we will rename it toseries/0.1. All new functionality should go to this branch.