Thread overview | ||||||
---|---|---|---|---|---|---|
|
January 03, 2011 [phobos] phobos commit, revision 2273 | ||||
---|---|---|---|---|
| ||||
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 [phobos] phobos commit, revision 2273 | ||||
---|---|---|---|---|
| ||||
Posted in reply to dsource.org | 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 [phobos] phobos commit, revision 2273 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | 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 [phobos] phobos commit, revision 2273 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | 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
|
Copyright © 1999-2021 by the D Language Foundation