Package Asdf-Install-Tester - internal and external symbols

Part of:

asdf-system asdf-install-tester
See only external symbols
Package Asdf-Install-Tester uses the packages Cl-Fad and Common-Lisp. It is also known as Ait. It has 142 total symbols and 6 external ones.

Condition

timeout-error

Variable

*activity*
*asdf-directory*
*asdf-install-directory*
*asdf-install-tester-directory*
*cliki-packages-url*
*fields*
*known-licence-types*
*l3-librarian*
*lisp-implementations*
*message-type*Somewhat silly solution to setting the extension of the output files.
*metabang-systems*
*packaging*
*project-size*
*release-status*
*systems-to-remove-each-time*This can be either a list of specific systems to remove or the keyword :all to remove all of them...
*systems-to-test*This can be a list of specific systems to test or the keyword :all to download the most recent li...
*timeout*Number of seconds to give ASDF-Install to run.
*working-directory*Path to temporary working directory where all of the output, etc gets placed.

Function

add-lisp-implementation
asdf-packages-list
asdf-testTest the systems in systems against each Lisp implementation in lisps.
The keyword parameter sys...
date/time->string
defined-lisp-implementations
delete-directory
document-system-with-tinaaReturn a string with the code needed to load tinaa and document system.
ensure-string
find-latest-system-file-date
find-lisp-implementation
fix-string
latest-file-date
latest-source-file-date
make-startup-file
make-working-pathname
probably-a-source-file-p
public-fields
public-p
remove-1-system
remove-binary-files-for-current-lispMaps over the files returned from #'walk-directory and deletes
any that have the same pathname-ty...
remove-lisp-implementation
remove-non-lisp-files-from-asdf-install-directoryMaps over the files in the asdf-install-directory and removes
any that aren't source (e.g., lisp,...
remove-status-file
remove-systems
shell-commandSynchronously execute command using a Bourne-compatible shell,
returns the result of the command...
test-system
try-to-install
url->lml
write-out-system-properties
write-status-message
write-status-property

Generic-Function

find-defsystemReads an asd file and returns the first defsystem declaration with default values
for missing p...
implementation-specific-asdf-loaderReturns a string to be inserted into the startup file. The string should contain the commands nec...
implementation-specific-quitReturns the form that will 'quit' the implementation.
make-start-lisp-for-test-commandReturns a string that can be passed to shell-command to start lisp and load the file 'startup.lis...