www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12119] New: core.demangle shouldn't reallocate output buffer, unnecessary GC dependency

https://d.puremagic.com/issues/show_bug.cgi?id=12119

           Summary: core.demangle shouldn't reallocate output buffer,
                    unnecessary GC dependency
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody puremagic.com
        ReportedBy: code dawg.eu



Currently it increases the length of the optional destination buffer if the
length of the demangled name doesn't fit.
This makes it impossible to use core.demangle without a GC.
http://dlang.org/phobos/core_demangle.html#demangle

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