www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11405] New: rdmd should limit it's tmp cache

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

           Summary: rdmd should limit it's tmp cache
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: code dawg.eu



Old discussion but still a valid issue.
http://forum.dlang.org/thread/gomtj5$1iut$1 digitalmars.com
Rdmd needs a reasonable policy to evict old cached folders.
A simple solution would be to delete an existing folder with the same
first 2-3 bytes of the digest. This means we'd have to lock the folders
to synchronize different rdmd processes.

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