[Issue 11405] New: rdmd should limit it's tmp cache
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 31 16:28:45 PDT 2013
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 at puremagic.com
ReportedBy: code at dawg.eu
--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-10-31 16:28:42 PDT ---
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: -------
More information about the Digitalmars-d-bugs
mailing list