Previous: Pitfalls of the upgrade to ASDF 3, Up: What has changed between ASDF 1 ASDF 2 and ASDF 3? [Contents][Index]
asdf-ecl
and its short-lived successor asdf-bundle
are no more,
having been replaced by code now built into ASDF 3.
Moreover, the name of the bundle operations has changed since ASDF 3.1.3.
See What happened to the bundle operations.
And yet, the feature is not enabled to be used by load-system
by default on ECL as originally intended,
because of a bug in ECL itself found during testing.
Some of the bundle operations were renamed after ASDF 3.1.3, and the old names have been removed. Old bundle operations, and their modern equivalents are:
fasl-op
is now compile-bundle-op
load-fasl-op
is now load-bundle-op
binary-op
is now deliver-asd-op
monolithic-fasl-op
is now monolithic-compile-bundle-op
monolithic-load-fasl-op
is now monolithic-load-bundle-op
monolithic-binary-op
is now monolithic-deliver-asd-op