Thread overview
[phobos] phobos commit, revision 2273
Jan 04, 2011
dsource.org
Jan 04, 2011
Brad Roberts
January 03, 2011
phobos commit, revision 2273


user: braddr

msg:
disable std.functional unittest run on x86-64

http://www.dsource.org/projects/phobos/changeset/2273

paths changed:
U   trunk/phobos/posix.mak

January 03, 2011
Brad, posix.mak seems to have Windows line endings so it has big time conflicts with my version. How can we fix that?

Andrei

On 1/3/11 10:23 PM, dsource.org wrote:
> phobos commit, revision 2273
>
>
> user: braddr
>
> msg:
> disable std.functional unittest run on x86-64
>
> http://www.dsource.org/projects/phobos/changeset/2273
>
> paths changed:
> U   trunk/phobos/posix.mak
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
January 03, 2011
Fixed with:
svn propset svn:eol-style native posix.mak

When new files are created, that property needs to be set.  Apparently it wasn't when posix.mak was added.

On 1/3/2011 8:27 PM, Andrei Alexandrescu wrote:
> Brad, posix.mak seems to have Windows line endings so it has big time conflicts with my version. How can we fix that?
> 
> Andrei
> 
> On 1/3/11 10:23 PM, dsource.org wrote:
>> phobos commit, revision 2273
>>
>>
>> user: braddr
>>
>> msg:
>> disable std.functional unittest run on x86-64
>>
>> http://www.dsource.org/projects/phobos/changeset/2273
>>
>> paths changed:
>> U   trunk/phobos/posix.mak
>>

January 03, 2011
Thanks!

Andrei

On 1/3/11 10:39 PM, Brad Roberts wrote:
> Fixed with:
> svn propset svn:eol-style native posix.mak
>
> When new files are created, that property needs to be set.  Apparently it wasn't when posix.mak was added.
>
> On 1/3/2011 8:27 PM, Andrei Alexandrescu wrote:
>> Brad, posix.mak seems to have Windows line endings so it has big time conflicts with my version. How can we fix that?
>>
>> Andrei
>>
>> On 1/3/11 10:23 PM, dsource.org wrote:
>>> phobos commit, revision 2273
>>>
>>>
>>> user: braddr
>>>
>>> msg:
>>> disable std.functional unittest run on x86-64
>>>
>>> http://www.dsource.org/projects/phobos/changeset/2273
>>>
>>> paths changed:
>>> U   trunk/phobos/posix.mak
>>>
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos