http://d.puremagic.com/issues/show_bug.cgi?id=2962
Haruki Shigemori <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #24 from Haruki Shigemori <[email protected]> 2010-12-28 19:59:09 PST --- Phobos unittest is broken. I tried to build dmd, druntime, and phobos of trunk. You should notice -unittest below. c:\d\svnproj\phobos_trunk\phobos\std>dmd -c -of_ -unittest algorithm.d stdio.d ... std.algorithm.canFindSorted is scheduled for deprecation. Use std.range.SortedR ange.canFind instead. std.algorithm.lowerBound is scheduled for deprecation. Use std.range.SortedRang e.lowerBound instead. std.algorithm.upperBound is scheduled for deprecation. Use std.range.SortedRang e.upperBound instead. std.algorithm.equalRange is scheduled for deprecation. Use std.range.SortedRang e.equalRange instead. C:\D\dmd2\windows\bin\..\..\src\phobos\std\conv.d(1263): Error: function std.con v.parse!(float,LockingTextReader).parse compiler error, parameter 'p', bugzilla 2962? Assertion failure: '0' on line 729 in file 'glue.c' abnormal program termination -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
