<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 30 Oct 2017, at 22:48, R. Matthew Emerson wrote:</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">I wonder if this would have bad effects on ASDF's fasl caching scheme.</p>
</blockquote>
<p dir="auto">If you want to figure out how this would affect ASDF's fasl caching, you can look at the value of <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">OUTPUT-TRANSLATIONS</code> after you have changed the version name to something you like:<br>
<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7"><br>
? (asdf/output-translations::output-translations)<br>
((#P"/Users/rpg/.cache/common-lisp/ccl-1.11-f96-macosx-x86/**/*.*" T) (T #P"/Users/rpg/.cache/common-lisp/ccl-1.11-f96-macosx-x86/**/*.*"))<br>
</code><br>
in turn this relies upon <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">UIOP:implementation-identifier</code>, which uses <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">implementation-type</code> and <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">lisp-implementation-type</code> and <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">lisp-version-string</code>. Probably seeing what happens to <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">lisp-version-string</code> when you change your version name is what will be most helpful.</p>
<p dir="auto">Best,<br>
r</p>
</div>
</div>
</body>
</html>