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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 9 19:14:04 PDT 2013


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



--- Comment #5 from Andrei Alexandrescu <andrei at erdani.com> 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: -------


More information about the Digitalmars-d-bugs mailing list