You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would by nice if the image could be globally sideeffected once (e.g. by installing an ASDF hook), and then later on any missing system would invoke quicklisp to attempt to download it.
using a toplevel ql:quickload call is convenient in most use-cases, but sometimes we cannot modify/customize some code deep down somewhere to call quickload, especially if we want to keep quicklisp optional.
example use case: a build.sh script that works both on a completely fresh linux install, and also in the customized environment of a developer, where it's only downloading from ql that which is not already installed/modified in the developer's environment.
there's a lengthy discussion about the technical details of this at #122 (comment). see this comment/discussion for a sketch of such a *system-definition-search-functions* hook.
The text was updated successfully, but these errors were encountered:
On Thu, Apr 15, 2021 at 10:00 AM Attila Lendvai ***@***.***> wrote:
it would by nice if the image could by sideeffected once, e.g. by
installing an ASDF hook, and then later on any missing system would invoke
quicklisp to attempt to download it.
ql:quickload is convenient in most use-cases, but sometimes we cannot
modify/customize some code deep down somewhere to call into quickload,
especially if we want to keep quicklisp optional.
example use case: a kind of build.sh that works both on a completely
fresh linux install, and also in the customized environment of a developer,
where it's only downloading from ql that is not already installed/modified
in the developer's environment.
there's a lengthy discussion about the technical details of an asdf hook
at #122 <#122>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#207>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACPNLPBTAMJGCKTBY6J423TI3WRNANCNFSM427SBOLA>
.
it would by nice if the image could be globally sideeffected once (e.g. by installing an ASDF hook), and then later on any missing system would invoke quicklisp to attempt to download it.
using a toplevel
ql:quickload
call is convenient in most use-cases, but sometimes we cannot modify/customize some code deep down somewhere to callquickload
, especially if we want to keep quicklisp optional.example use case: a
build.sh
script that works both on a completely fresh linux install, and also in the customized environment of a developer, where it's only downloading from ql that which is not already installed/modified in the developer's environment.there's a lengthy discussion about the technical details of this at #122 (comment). see this comment/discussion for a sketch of such a
*system-definition-search-functions*
hook.The text was updated successfully, but these errors were encountered: