<!DOCTYPE html>
<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">Something is really wrong.  Look at this transcript:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">rpg@rpg-mbp-2: ~/lisp/asdf $ git checkout 3.3.4
Note: switching to '3.3.4'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 082f4ed4 Bump version to 3.3.4
rpg@rpg-mbp-2: ~/lisp/asdf $ find . -name '*.lisp' -exec fgrep -iq SYSTEM-INPUT-FILES {} \; -print
rpg@rpg-mbp-2: ~/lisp/asdf $
</code></pre>

<p dir="auto">Similarly, after loading 3.3.4 into SBCL, I see this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">CL-USER(1): (apropos '#:system-input-files)

CL-USER(2):
</code></pre>

<p dir="auto">Similarly on Lispworks:<br>
```<br>
CL-USER 3 > (load "/Users/rpg/lisp/asdf/build/asdf.lisp")<br>
; Loading text file /Users/rpg/lisp/asdf/build/asdf.lisp</p>

<h1 style="font-size:1.4em">P"/Users/rpg/lisp/asdf/build/asdf.lisp"</h1>

<p dir="auto">CL-USER 4 > (apropos '#:system-input-files)</p>

<p dir="auto">CL-USER 5 ><br>
```</p>

<p dir="auto">I just tried <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">(require :asdf)</code> on Lispworks, and still no <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">system-input-files</code>.</p>

<p dir="auto">I simply have no idea where this is coming from.  Please send a minimum working example for Lispworks.</p>
</div>
</div>
</body>
</html>