April 09, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2816





------- Comment #10 from shro8822@vandals.uidaho.edu  2009-04-09 12:33 -------

(In reply to comment #9)

> Note that it detects the recursive instantiation in foo!(), even though it is instantiated from three different places.

it would be nice to have (maybe as an "even more verbose" option) a breakdown of recursive invocations:

bug.d(14):        100 recursive instantiations from here: foo!(196) [50 at
bug.d(7), 50 at bug.d(8)]


-- 

April 18, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2816





------- Comment #11 from clugdbug@yahoo.com.au  2009-04-18 17:13 -------
Found another bug in this patch.  Should start the count from 0, not 1. Otherwise you can get a segfault when the out-by-1 error shows up in the "only show first and last iterations" case.

in TemplateInstance::printInstantiationTrace()

    // determine instantiation depth and number of recursive instantiations
    int n_instantiations = 0;


-- 

December 15, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2816


Leandro Lucarella <llucax@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llucax@gmail.com


--- Comment #12 from Leandro Lucarella <llucax@gmail.com> 2009-12-15 07:14:58 PST ---
http://www.dsource.org/projects/dmd/changeset/294

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 31, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2816



--- Comment #13 from Walter Bright <bugzilla@digitalmars.com> 2009-12-31 11:11:36 PST ---
Fixed dmd 1.054 and 2.038

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 03, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2816


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2
Next ›   Last »