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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 9 19:08:52 PDT 2013


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



--- Comment #3 from Andrei Alexandrescu <andrei at erdani.com> 2013-06-09 19:08:51 PDT ---
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.

-- 
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