From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 46424@debbugs.gnu.org
Subject: bug#46424: Use load-systems or load-systems*
Date: Wed, 5 May 2021 20:55:21 +0000 [thread overview]
Message-ID: <CAO+9K5oPaf5Fr6Z=0XpvQCGWCcA4+grN_-VxbqMKt8V2ssBTMA@mail.gmail.com> (raw)
In-Reply-To: <87blcrubfi.fsf@ambrevar.xyz>
Hi I've just checked source of ASDF and it looks like there is a
native option to load multiple systems at once
> --8<---------------cut here---------------start------------->8--->
(defun load-systems* (systems &rest keys)
"Loading multiple systems at once."
(dolist (s systems) (apply 'load-system s keys)))
(defun load-systems (&rest systems)
"Loading multiple systems at once."
(load-systems* systems))
--8<---------------cut here---------------end--------------->8---
https://gitlab.common-lisp.net/asdf/asdf/-/blob/master/operate.lisp#L155
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
next prev parent reply other threads:[~2021-05-05 20:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-10 16:36 bug#46424: ASDF build system sometimes fails to load .asd files properly Pierre Neidhardt
2021-02-12 10:25 ` Guillaume Le Vaillant
2021-05-05 20:55 ` Sharlatan Hellseher [this message]
2021-05-08 9:37 ` bug#46424: Use load-systems or load-systems* Guillaume Le Vaillant
2021-05-08 10:00 ` Pierre Neidhardt
2022-09-05 9:10 ` bug#46424: ASDF build system sometimes fails to load .asd files properly Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAO+9K5oPaf5Fr6Z=0XpvQCGWCcA4+grN_-VxbqMKt8V2ssBTMA@mail.gmail.com' \
--to=sharlatanus@gmail.com \
--cc=46424@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).