[phobos] phobos commit, revision 2013

Brad Roberts braddr at puremagic.com
Thu Sep 16 20:56:04 PDT 2010


On 9/16/2010 5:32 PM, dsource.org wrote:
> phobos commit, revision 2013
> 
> 
> user: dsimcha
> 
> msg:
> Make SortedRange work with const/immutable arrays.
> 
> http://www.dsource.org/projects/phobos/changeset/2013
> 

The phobos tests started failing after this submit.

>From http://d.puremagic.com/test-results/test_data.ghtml?dataid=3112:
  Testing generated/linux/debug/unittest/std/range
  std/range.d(1154): Error: can only initialize const member _input inside
constructor

1154 is the assignment, but the problem was likely triggered by adding the const
unit test at line 5288.

For some reason, it doesn't look like the win32 build failed.  The test output
is very different between windows and linux.  My guess is that windows just
isn't running most of the tests or something.

(The linux32 failures from 9:30am through 5:00pm was due to the phobos library
output directory changes (posix -> linux).. so those can be ignored.)

Later,
Brad


More information about the phobos mailing list