Thread overview
[phobos] please stop committing while in beta
Jul 24, 2012
Walter Bright
Jul 25, 2012
Sean Kelly
Jul 25, 2012
Jonathan M Davis
Jul 25, 2012
Jacob Carlborg
July 24, 2012
unless they are beta fixes. Now I gotta run everything again.

Merge made by recursive.
 std/algorithm.d   |    2 +-
 std/concurrency.d |    2 +-
 std/conv.d        |    2 +-
 std/ctype.d       |   32 ++++++++++++++++----------------
 std/datetime.d    |    6 +++---
 std/string.d      |   50 +++++++++++++++++++++++++-------------------------
 std/uni.d         |   10 +++++-----
 7 files changed, 52 insertions(+), 52 deletions(-)
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

July 24, 2012
On Jul 24, 2012, at 2:29 PM, Walter Bright wrote:

> unless they are beta fixes. Now I gotta run everything again.

Perhaps we should branch when the beta period starts?
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

July 24, 2012
On Tuesday, July 24, 2012 14:29:36 Walter Bright wrote:
> unless they are beta fixes. Now I gotta run everything again.

Nothing has been committed since yesterday, and the only commit which occurred after you announced that you were about to do a beta occurred a few hours before you released the beta. And all it had were some documentation fixes for deprecated stuff which was marked for removal in August and now is marked for September so that it doesn't look like it should have been removed with this release if it ends up coming out in the beginning of August (since we're close to August). There have been no commits to Phobos since the beta was released.

- Jonathan M Davis
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

July 24, 2012
On Tue, Jul 24, 2012 at 2:29 PM, Walter Bright <walter@digitalmars.com> wrote:
> unless they are beta fixes. Now I gotta run everything again.

Sounds like you want a branch and/or tag.
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

July 25, 2012
On Jul 24, 2012, at 11:29 PM, Walter Bright <walter@digitalmars.com> wrote:

> unless they are beta fixes. Now I gotta run everything again.
 
Then why don't you create a new branch ?

--
/Jacob Carlborg