[phobos] std.process on github
Steve Schveighoffer
schveiguy at yahoo.com
Mon Jan 24 05:50:32 PST 2011
Aside from the fact that I've never used or understood git, anything is probably better than using subversion 1.4 which has zero merging support :)
I just created a github account, and the username is ..... schveiguy (I know, very surprising). Please add me as a contributor to phobos and druntime.
Man I hate it when web sites require you to use certain characters in passwords...
-Steve
----- Original Message -----
> From:Lars Tandle Kyllingstad <lars at kyllingen.net>
> To:Phobos mailing list <phobos at puremagic.com>
> Cc:
> Sent:Monday, January 24, 2011 6:03 AM
> Subject:[phobos] std.process on github
>
> This message is mainly for Steve, but I thought I'd send it to everyone
> because it demonstrates how much more convenient it is to collaborate
> using Git.
>
> The new std.process has lain dormant for a while, waiting for some DMD
> bugs to be fixed. This has finally happened, and we can pick up where
> we left off.
>
> So I forked the Phobos repo,
>
> https://github.com/kyllingstad/phobos
>
> added a new branch, corresponding to a local branch on my computer,
>
> https://github.com/kyllingstad/phobos/tree/new-std-process
>
> and finally I operated the changes locally and pushed to the Phobos
> fork:
>
>
> https://github.com/kyllingstad/phobos/commit/347ce117eb1e0bff94c4387a0f1599a31ef8374d
>
> While I could have done all of the above before, what makes this so
> awesome is that I can now keep the development branch up-to-date with
> the main Phobos repository at all times. (I tried the same with the
> devel/new-std-process branch in the old repo, and SVN borked the whole
> thing on the first merge.)
>
>
> Steve, it should be all ready for you to pull my changes and add the
> Windows stuff at your convenience. :)
>
> Note that I dropped the UnbufferedFile stuff and reverted to using File
> everywhere. This is because a) Andrei has said he intends to add
> buffering control to File, and b) we may want to integrate pipes with
> the upcoming std.stream. Is it OK with you if we go with File for the
> time being?
>
>
> -Lars
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
More information about the phobos
mailing list