Thread overview
[dmd-internals] [D-Programming-Language/dmd] afc7cf: Merge pull request #584 from 9rnsr/fix7168
Jan 01, 2012
Don Clugston
Jan 01, 2012
Walter Bright
Jan 01, 2012
Don Clugston
Jan 01, 2012
Brad Roberts
December 31, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd

  Commit: afc7cfebdd71b105e9fb78b1023ce706fc7945f5
      https://github.com/D-Programming-Language/dmd/commit/afc7cfebdd71b105e9fb78b1023ce706fc7945f5
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-12-31 (Sat, 31 Dec 2011)

  Changed paths:
    M src/dsymbol.c
  M src/mtype.c
  M src/traits.c
  M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #584 from 9rnsr/fix7168

Issue 7168 - & 7160 Fix regressions (2.057) of __traits


January 01, 2012
Breaks testmath.d on Linux32 ???? Invalid UTF sequence. That's really bizarre.

On 1 January 2012 00:36,  <noreply at github.com> wrote:
> ?Branch: refs/heads/master
> ?Home: ? https://github.com/D-Programming-Language/dmd
>
> ?Commit: afc7cfebdd71b105e9fb78b1023ce706fc7945f5
> ? ? ?https://github.com/D-Programming-Language/dmd/commit/afc7cfebdd71b105e9fb78b1023ce706fc7945f5
> ?Author: Walter Bright <walter at walterbright.com>
> ?Date: ? 2011-12-31 (Sat, 31 Dec 2011)
>
> ?Changed paths:
> ? ?M src/dsymbol.c
> ?M src/mtype.c
> ?M src/traits.c
> ?M test/runnable/xtest46.d
>
> ?Log Message:
> ?-----------
> ?Merge pull request #584 from 9rnsr/fix7168
>
> Issue 7168 - & 7160 Fix regressions (2.057) of __traits
>
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
December 31, 2011
It's working at my end.

On 12/31/2011 4:20 PM, Don Clugston wrote:
> Breaks testmath.d on Linux32 ???? Invalid UTF sequence. That's really bizarre.
>
> On 1 January 2012 00:36,<noreply at github.com>  wrote:
>>   Branch: refs/heads/master
>>   Home:   https://github.com/D-Programming-Language/dmd
>>
>>   Commit: afc7cfebdd71b105e9fb78b1023ce706fc7945f5
>>       https://github.com/D-Programming-Language/dmd/commit/afc7cfebdd71b105e9fb78b1023ce706fc7945f5
>>   Author: Walter Bright<walter at walterbright.com>
>>   Date:   2011-12-31 (Sat, 31 Dec 2011)
>>
>>   Changed paths:
>>     M src/dsymbol.c
>>   M src/mtype.c
>>   M src/traits.c
>>   M test/runnable/xtest46.d
>>
>>   Log Message:
>>   -----------
>>   Merge pull request #584 from 9rnsr/fix7168
>>
>> Issue 7168 -&  7160 Fix regressions (2.057) of __traits
January 01, 2012
The failure is on the autotester. Looks suspiciously similar to the std.datetime UTF failure in the bug314 pull request.

On 1 January 2012 03:05, Walter Bright <walter at digitalmars.com> wrote:
> It's working at my end.
>
>
> On 12/31/2011 4:20 PM, Don Clugston wrote:
>>
>> Breaks testmath.d on Linux32 ???? Invalid UTF sequence. That's really bizarre.
>>
>> On 1 January 2012 00:36,<noreply at github.com> ?wrote:
>>>
>>> ?Branch: refs/heads/master
>>> ?Home: ? https://github.com/D-Programming-Language/dmd
>>>
>>> ?Commit: afc7cfebdd71b105e9fb78b1023ce706fc7945f5
>>>
>>> ?https://github.com/D-Programming-Language/dmd/commit/afc7cfebdd71b105e9fb78b1023ce706fc7945f5
>>> ?Author: Walter Bright<walter at walterbright.com>
>>> ?Date: ? 2011-12-31 (Sat, 31 Dec 2011)
>>>
>>> ?Changed paths:
>>> ? ?M src/dsymbol.c
>>> ?M src/mtype.c
>>> ?M src/traits.c
>>> ?M test/runnable/xtest46.d
>>>
>>> ?Log Message:
>>> ?-----------
>>> ?Merge pull request #584 from 9rnsr/fix7168
>>>
>>> Issue 7168 -& ?7160 Fix regressions (2.057) of __traits
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
December 31, 2011
That failure has been occurring infrequently and randomly for a few weeks.  Maybe much longer.

Best guess, a bad use of %s.

On Dec 31, 2011, at 8:21 PM, Don Clugston <dclugston at googlemail.com> wrote:

> The failure is on the autotester. Looks suspiciously similar to the std.datetime UTF failure in the bug314 pull request.
> 
> On 1 January 2012 03:05, Walter Bright <walter at digitalmars.com> wrote:
>> It's working at my end.
>> 
>> 
>> On 12/31/2011 4:20 PM, Don Clugston wrote:
>>> 
>>> Breaks testmath.d on Linux32 ???? Invalid UTF sequence. That's really bizarre.
>>> 
>>> On 1 January 2012 00:36,<noreply at github.com>  wrote:
>>>> 
>>>>  Branch: refs/heads/master
>>>>  Home:   https://github.com/D-Programming-Language/dmd
>>>> 
>>>>  Commit: afc7cfebdd71b105e9fb78b1023ce706fc7945f5
>>>> 
>>>>  https://github.com/D-Programming-Language/dmd/commit/afc7cfebdd71b105e9fb78b1023ce706fc7945f5
>>>>  Author: Walter Bright<walter at walterbright.com>
>>>>  Date:   2011-12-31 (Sat, 31 Dec 2011)
>>>> 
>>>>  Changed paths:
>>>>    M src/dsymbol.c
>>>>  M src/mtype.c
>>>>  M src/traits.c
>>>>  M test/runnable/xtest46.d
>>>> 
>>>>  Log Message:
>>>>  -----------
>>>>  Merge pull request #584 from 9rnsr/fix7168
>>>> 
>>>> Issue 7168 -&  7160 Fix regressions (2.057) of __traits
>> 
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals