February 25, 2013 [phobos] Autotester failure in std.algorithm | ||||
---|---|---|---|---|
| ||||
It's failing with:
../dmd/src/dmd -O -w -d -property -L/co -c -unittest -ofunittest5.obj std\algorithm.d
std\algorithm.d(9099): Error: function core.stdc.stdlib.free (void* ptr) is not callable using argument types (char[])
std\algorithm.d(9099): Error: cannot implicitly convert expression (xform1) of type char[] to void*
The failure was introduced somewhere between 14:28 and 16:57 on 2-24.
Bizarrely, I cannot reproduce any such failure on my machine, despite refreshing the sources and checking.
Is anyone able to reproduce this error? Does anyone know what commit caused it?
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos
|
February 26, 2013 Re: [phobos] Autotester failure in std.algorithm | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Monday, February 25, 2013 11:02:58 Walter Bright wrote: > It's failing with: > > ../dmd/src/dmd -O -w -d -property -L/co -c -unittest -ofunittest5.obj > std\algorithm.d > std\algorithm.d(9099): Error: function core.stdc.stdlib.free (void* ptr) is > not callable using argument types (char[]) > std\algorithm.d(9099): Error: cannot implicitly convert expression (xform1) > of type char[] to void* > > The failure was introduced somewhere between 14:28 and 16:57 on 2-24. > > Bizarrely, I cannot reproduce any such failure on my machine, despite refreshing the sources and checking. > > Is anyone able to reproduce this error? Does anyone know what commit caused > it? _______________________________________________ > phobos mailing list > phobos@puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos I believe that that was caused by https://github.com/D-Programming-Language/phobos/pull/1169 , but those changes were reverted shortly after they were merged in. And the autotester does look green now, so I suspect that there was just a long delay before it ran again (though I don't know why there would have been). - Jonathan M Davis _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation