<div dir="ltr"><div>I think the problem with keeping *.xml and *.swiftx is that it clutters up your working directory with files that the majority of Swift users will never (directly) use. </div><div><br></div><div>Is it possible to make the xml and swiftx files hidden? You'd get any possible compilation benefits without them getting in the way.</div>
<div><br></div><div>Otherwise I'd say it makes sense to have a property to control this:</div><div> </div><div>If script.debug.keep=false (default) and a run directory is created, move them to the run directory at the end of the run so they are available for debugging<br>
</div><div>If script.debug.keep=false and no run directory is created, remove them</div><div>If script.debug.keep=true, keep them untouched in the current working directory<br></div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Thu, Mar 27, 2014 at 10:25 PM, Mihael Hategan <span dir="ltr"><<a href="mailto:hategan@mcs.anl.gov" target="_blank">hategan@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
The .swiftx and .kml files get deleted by bin/swift after a run. They<br>
are maybe not very user friendly, but they are useful for debugging and<br>
swift skips re-compiling things if they are already there. Python does<br>
something similar.<br>
<br>
So I would vote against having them deleted.<br>
<br>
Mihael<br>
<br>
_______________________________________________<br>
Swift-devel mailing list<br>
<a href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a><br>
<a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel</a><br>
</blockquote></div><br></div>