http://d.puremagic.com/issues/show_bug.cgi?id=8551
Summary: Endless Split
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Daniel Cousens <[email protected]> 2012-08-15 06:59:47
PDT ---
import std.array;
void main() {
auto s = "abc";
auto r = s.split("");
assert(false); // won't ever be reached
}
The assert is never reached, for whatever reason, the compiler hangs (possible
in an infinite loop somewhere).
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------