Re: Past discussion on ASDF loading

2024-01-04 Thread Robert Goldman
I have posted [Issue 150](https://gitlab.common-lisp.net/asdf/asdf/-/issues/150) on ASDF, with a shell script for replicating the issue. On 4 Jan 2024, at 9:16, Robert Goldman wrote: Maybe there's an issue with using `(asdf:load-system "asdf")` instead of using `(asdf:upgrade-asdf)`.

Re: Past discussion on ASDF loading

2024-01-04 Thread Robert Goldman
Maybe there's an issue with using `(asdf:load-system "asdf")` instead of using `(asdf:upgrade-asdf)`. Starting Allegro 11 with no user customization (`-q`) I get this: ``` International Allegro CL Enterprise Edition 11.0 [64-bit macOS (Apple Silicon)] Copyright (C) 1985-2023, Franz Inc.,

Re: Past discussion on ASDF loading

2024-01-02 Thread Faré
Do you have multiple versions of ASDF installed? e.g. one from Allegro and another from your source-registry or system-registry ? ASDF always upgrades itself first thing to avoid Big Problems otherwise. If that's what you're experiencing, I recommend the right after you (require "asdf") and