Skip to content
Commit 5e85031c authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix monolithic-dll-op on ECL

Use required-components in a way that is more robust when
*load-system-operation* is load-bundle-op rather than load-op,
by using basic-compile-op and/or basic-load-op as the :keep-operation
rather than compile-op or load-op respectively.

Test-bundle was passing the first time around, but not the second time.
The first time, it was only passing because the appropriate file were
loaded while building the dependencies of the target monolithic dll;
but monolithic-dll-op was already buggy and not linking all these dependencies.
The second time around, there was no building step and the proper dependencies
had failed to be linked in, so the loading failed.

This fixes https://bugs.launchpad.net/asdf/+bug/1626994
parent 822e8afa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment