Skip to content
Snippets Groups Projects
Commit fefea18b authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

2.32.10: Patch a subtle issue causing multiple compilations + more

If system-a :depends-on (system-c ... system-b) and
system-b :defsystem-depends-on (system-c), then
system-c would have been loaded twice, first via the defsystem-depends-on,
second via the plan for system-a which would have
included the items from system-c before system-c was loaded.

Also, allow an arbitrary number of qualifiers in inline-methods,
not just 1 or 0.

On CCL, don't punt on upgrade anymore: all tests are passing.

Make UIOP compile on versions of ASDF older than 2.018.

Finally, yet another tweak for run-program on Allegro on Windows.
parent 1750c17a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment