Thread overview
[D-runtime] [D-Programming-Language/druntime] 7fb722: Fix bug and build breakage caused by implicit case...
Sep 03, 2011
Walter Bright
Sep 03, 2011
Sean Kelly
September 03, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime

  Commit: 7fb7227a43619063387d2579e043b781f80da6b3
      https://github.com/D-Programming-Language/druntime/commit/7fb7227a43619063387d2579e043b781f80da6b3
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2011-09-02 (Fri, 02 Sep 2011)

  Changed paths:
    M src/core/demangle.d

  Log Message:
  -----------
  Fix bug and build breakage caused by implicit case fallthrough


  Commit: 4d64fc38d5ab0e4ddb4d2062e4e23934af92687f
      https://github.com/D-Programming-Language/druntime/commit/4d64fc38d5ab0e4ddb4d2062e4e23934af92687f
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-09-03 (Sat, 03 Sep 2011)

  Changed paths:
    M src/core/demangle.d

  Log Message:
  -----------
  Merge pull request #65 from CyberShadow/fix-build-2011-09-03

Fix case fallthrough build breakage


Compare: https://github.com/D-Programming-Language/druntime/compare/6f4bf93...4d64fc3
September 03, 2011
I'm still getting:

src\core\demangle.d(1067): Warning: statement is not reachable
src\core\demangle.d(1067): Warning: statement is not reachable

On 9/3/2011 12:04 AM, noreply at github.com wrote:
>    Branch: refs/heads/master
>    Home:   https://github.com/D-Programming-Language/druntime
>
>    Commit: 7fb7227a43619063387d2579e043b781f80da6b3
>        https://github.com/D-Programming-Language/druntime/commit/7fb7227a43619063387d2579e043b781f80da6b3
>    Author: Vladimir Panteleev<vladimir at thecybershadow.net>
>    Date:   2011-09-02 (Fri, 02 Sep 2011)
>
>    Changed paths:
>      M src/core/demangle.d
>
>    Log Message:
>    -----------
>    Fix bug and build breakage caused by implicit case fallthrough
>
>
>    Commit: 4d64fc38d5ab0e4ddb4d2062e4e23934af92687f
>        https://github.com/D-Programming-Language/druntime/commit/4d64fc38d5ab0e4ddb4d2062e4e23934af92687f
>    Author: Don Clugston<dclugston at googlemail.com>
>    Date:   2011-09-03 (Sat, 03 Sep 2011)
>
>    Changed paths:
>      M src/core/demangle.d
>
>    Log Message:
>    -----------
>    Merge pull request #65 from CyberShadow/fix-build-2011-09-03
>
> Fix case fallthrough build breakage
>
>
> Compare: https://github.com/D-Programming-Language/druntime/compare/6f4bf93...4d64fc3
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime
>
>
September 03, 2011
I'll check it out this morning.

Sent from my iPhone

On Sep 3, 2011, at 12:21 AM, Walter Bright <walter at digitalmars.com> wrote:

> I'm still getting:
> 
> src\core\demangle.d(1067): Warning: statement is not reachable
> src\core\demangle.d(1067): Warning: statement is not reachable
> 
> On 9/3/2011 12:04 AM, noreply at github.com wrote:
>>   Branch: refs/heads/master
>>   Home:   https://github.com/D-Programming-Language/druntime
>> 
>>   Commit: 7fb7227a43619063387d2579e043b781f80da6b3
>>       https://github.com/D-Programming-Language/druntime/commit/7fb7227a43619063387d2579e043b781f80da6b3
>>   Author: Vladimir Panteleev<vladimir at thecybershadow.net>
>>   Date:   2011-09-02 (Fri, 02 Sep 2011)
>> 
>>   Changed paths:
>>     M src/core/demangle.d
>> 
>>   Log Message:
>>   -----------
>>   Fix bug and build breakage caused by implicit case fallthrough
>> 
>> 
>>   Commit: 4d64fc38d5ab0e4ddb4d2062e4e23934af92687f
>>       https://github.com/D-Programming-Language/druntime/commit/4d64fc38d5ab0e4ddb4d2062e4e23934af92687f
>>   Author: Don Clugston<dclugston at googlemail.com>
>>   Date:   2011-09-03 (Sat, 03 Sep 2011)
>> 
>>   Changed paths:
>>     M src/core/demangle.d
>> 
>>   Log Message:
>>   -----------
>>   Merge pull request #65 from CyberShadow/fix-build-2011-09-03
>> 
>> Fix case fallthrough build breakage
>> 
>> 
>> Compare: https://github.com/D-Programming-Language/druntime/compare/6f4bf93...4d64fc3
>> _______________________________________________
>> D-runtime mailing list
>> D-runtime at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/d-runtime
>> 
>> 
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime