http://d.puremagic.com/issues/show_bug.cgi?id=10317
--- Comment #5 from Andrei Alexandrescu <[email protected]> 2013-06-09 19:14:03 PDT --- (In reply to comment #4) > (In reply to comment #3) > > I looked into this, here's how far I got: > > > > On > > https://github.com/D-Programming-Language/phobos/blob/master/std/algorithm.d#L8130, > > "static if (is(typeof(text(r))))" is evaluated. That's what's causing the > > crash. The question is what's causing the bug. I don't know; instantiating > > typeof(text(r)) works properly in tests. > > What I'm wondering: when does text(r) ever not work? Is there an actual > test-case for this? Hmm, good point. I don't know. I think at this time we have a textual representation for everything. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
