Thread overview
[phobos] [D-Programming-Language/phobos] 36fc2f: Fix trivial regression in lockstep caused by DMD e...
Dec 05, 2011
David Simcha
Dec 05, 2011
David Simcha
December 05, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: 36fc2fb922039ace2499b4fc531232a447d41898
      https://github.com/D-Programming-Language/phobos/commit/36fc2fb922039ace2499b4fc531232a447d41898
  Author: dsimcha <dsimcha at gmail.com>
  Date:   2011-12-05 (Mon, 05 Dec 2011)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Fix trivial regression in lockstep caused by DMD enforcing const more strictly.


  Commit: cc468976e7852f527b0681edfecf076385d1d5b0
      https://github.com/D-Programming-Language/phobos/commit/cc468976e7852f527b0681edfecf076385d1d5b0
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-12-05 (Mon, 05 Dec 2011)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Merge pull request #351 from dsimcha/LockstepRegression

Fix trivial regression in lockstep caused by DMD enforcing const more st...


Compare: https://github.com/D-Programming-Language/phobos/compare/9a10467...cc46897
December 05, 2011
(Bangs head against wall)

I added these extra tests to the unittest after I re-ran all the Phobos tests.  They passed when they were in a separate file.  I never thought to re-run the tests because I forgot about the possibility of such a silly mistake as a naming collision.

On Mon, Dec 5, 2011 at 2:13 PM, <noreply at github.com> wrote:

>  Branch: refs/heads/master
>  Home:   https://github.com/D-Programming-Language/phobos
>
>  Commit: 36fc2fb922039ace2499b4fc531232a447d41898
>
> https://github.com/D-Programming-Language/phobos/commit/36fc2fb922039ace2499b4fc531232a447d41898
>  Author: dsimcha <dsimcha at gmail.com>
>  Date:   2011-12-05 (Mon, 05 Dec 2011)
>
>  Changed paths:
>    M std/range.d
>
>  Log Message:
>  -----------
>  Fix trivial regression in lockstep caused by DMD enforcing const more
> strictly.
>
>
>  Commit: cc468976e7852f527b0681edfecf076385d1d5b0
>
> https://github.com/D-Programming-Language/phobos/commit/cc468976e7852f527b0681edfecf076385d1d5b0
>  Author: Walter Bright <walter at walterbright.com>
>  Date:   2011-12-05 (Mon, 05 Dec 2011)
>
>  Changed paths:
>    M std/range.d
>
>  Log Message:
>  -----------
>  Merge pull request #351 from dsimcha/LockstepRegression
>
> Fix trivial regression in lockstep caused by DMD enforcing const more st...
>
>
> Compare:
> https://github.com/D-Programming-Language/phobos/compare/9a10467...cc46897
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20111205/bddb2704/attachment.html>
December 05, 2011
Fix the unittest:

https://github.com/D-Programming-Language/phobos/pull/352

On Mon, Dec 5, 2011 at 2:22 PM, David Simcha <dsimcha at gmail.com> wrote:

> (Bangs head against wall)
>
> I added these extra tests to the unittest after I re-ran all the Phobos tests.  They passed when they were in a separate file.  I never thought to re-run the tests because I forgot about the possibility of such a silly mistake as a naming collision.
>
>
> On Mon, Dec 5, 2011 at 2:13 PM, <noreply at github.com> wrote:
>
>>  Branch: refs/heads/master
>>  Home:   https://github.com/D-Programming-Language/phobos
>>
>>  Commit: 36fc2fb922039ace2499b4fc531232a447d41898
>>
>> https://github.com/D-Programming-Language/phobos/commit/36fc2fb922039ace2499b4fc531232a447d41898
>>  Author: dsimcha <dsimcha at gmail.com>
>>  Date:   2011-12-05 (Mon, 05 Dec 2011)
>>
>>  Changed paths:
>>    M std/range.d
>>
>>  Log Message:
>>  -----------
>>  Fix trivial regression in lockstep caused by DMD enforcing const more
>> strictly.
>>
>>
>>  Commit: cc468976e7852f527b0681edfecf076385d1d5b0
>>
>> https://github.com/D-Programming-Language/phobos/commit/cc468976e7852f527b0681edfecf076385d1d5b0
>>  Author: Walter Bright <walter at walterbright.com>
>>  Date:   2011-12-05 (Mon, 05 Dec 2011)
>>
>>  Changed paths:
>>    M std/range.d
>>
>>  Log Message:
>>  -----------
>>  Merge pull request #351 from dsimcha/LockstepRegression
>>
>> Fix trivial regression in lockstep caused by DMD enforcing const more st...
>>
>>
>> Compare:
>> https://github.com/D-Programming-Language/phobos/compare/9a10467...cc46897
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20111205/286fbb22/attachment-0001.html>