[Issue 10317] Regression (2.063): Recursive error within Phobos

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 9 19:12:42 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10317



--- Comment #4 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-06-09 19:12:35 PDT ---
(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?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list