Thread overview
[phobos] [GitHub] Lstat64 for FreeBSD [D-Programming-Language/phobos GH-2]
Feb 03, 2011
Masahiro Nakagawa
Feb 03, 2011
Walter Bright
February 03, 2011
Thanks sohgo!

I just pushed this change by using git stash which is really cool. My branch contained some other changes that I didn't want to commit yet, so I said:

git stash

Then I followed github's instructions to merge sohgo's changes, and then:

git stash pop

and I was back where I was working. Cool!


Andrei

On 2/3/11 5:54 AM, GitHub wrote:
> sohgo wants someone to pull from sohgo:lstat64:
>
> http://d.puremagic.com/issues/show_bug.cgi?id=5512
>
> View Pull Request: https://github.com/D-Programming-Language/phobos/pull/2
February 04, 2011
Yeah! git stash is very useful command :)

And, thanks sohgo.
He sometimes helps me about FreeBSD related thing.


Masahiro

On Fri, 04 Feb 2011 03:46:17 +0900, Andrei Alexandrescu <andrei at erdani.com> wrote:

> Thanks sohgo!
>
> I just pushed this change by using git stash which is really cool. My branch contained some other changes that I didn't want to commit yet, so I said:
>
> git stash
>
> Then I followed github's instructions to merge sohgo's changes, and then:
>
> git stash pop
>
> and I was back where I was working. Cool!
>
>
> Andrei
>
> On 2/3/11 5:54 AM, GitHub wrote:
>> sohgo wants someone to pull from sohgo:lstat64:
>>
>> http://d.puremagic.com/issues/show_bug.cgi?id=5512
>>
>> View Pull Request: https://github.com/D-Programming-Language/phobos/pull/2
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
February 03, 2011

Masahiro Nakagawa wrote:
> Yeah! git stash is very useful command :)
>
> And, thanks sohgo.
> He sometimes helps me about FreeBSD related thing.
>

The D2 FreeBSD port is moving ahead nicely. I don't know if it'll get done in time for the next release, but it's part of my build/test system now, and so regularly gets tried until it hits some break.