<table><tr><td style="">aaronpuchert added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D17289">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D17289#370477" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D17289#370477</a>, <a href="https://phabricator.kde.org/p/rjvbb/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@rjvbb</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>Actually, issues with clang temp files is why I started to think about this kind of change but ultimately I realised it didn't seem such a bad idea at all to put all KDevelop-related temporary files in a dedicated location. I often clean out a bunch of KDevelop's own temp files that were left behind, e.g. after a crash. I just didn't mention them because they're negligible in size (and I purge before their numbers really start to grow).</p></div>
</blockquote>

<p>Temporary files being left behind after a crash is not unusual. This is why systemd <a href="https://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html" class="remarkup-link" target="_blank" rel="noreferrer">has</a> <tt style="background: #ebebeb; font-size: 13px;">systemd-tmpfiles --clean</tt>.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Files in TMPDIR are usually private, or else their full path is handed to external apps that need to use them (like sockets), no?</p></blockquote>

<p>Not necessarily: if you open a file from your browser, it's typically stored in <tt style="background: #ebebeb; font-size: 13px;">/tmp</tt> and then opened with the associated application.</p>

<blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D17289#391940" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D17289#391940</a>, <a href="https://phabricator.kde.org/p/rjvbb/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@rjvbb</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>No appliction should let its behaviour depend on where $TMPDIR is, normally, nor should it assume that the value is exclusive. Any app with special TMPDIR requirements should set it itself, not unlike I'm doing here.</p></div>
</blockquote>

<p>The way I see it, it's exactly the other way around. Just like any other environment variable, <tt style="background: #ebebeb; font-size: 13px;">TMP_DIR</tt> is there to let a user control an application's behavior. So an application setting that variable for itself is a bit pointless.</p>

<p>I definitely see your point though, and it seems that libclang doesn't allow users to control where the files go except through <tt style="background: #ebebeb; font-size: 13px;">TMP_DIR</tt>. It should be possible to reset the <tt style="background: #ebebeb; font-size: 13px;">TMP_DIR</tt> for subprocesses started from KDevelop, at least <a href="https://linux.die.net/man/3/exec" class="remarkup-link" target="_blank" rel="noreferrer">exec</a> supports that. So we could set <tt style="background: #ebebeb; font-size: 13px;">TMP_DIR</tt> for ourselves (based on the user-provided <tt style="background: #ebebeb; font-size: 13px;">TMP_DIR</tt>), but pass the original environment variable to all subprocesses.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D17289">https://phabricator.kde.org/D17289</a></div></div><br /><div><strong>To: </strong>rjvbb, KDevelop, kfunk, mwolff<br /><strong>Cc: </strong>aaronpuchert, mwolff, pino, kfunk, kdevelop-devel, glebaccon, hase, antismap, iodelay, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd<br /></div>