#484 closed defect (worksforme)
Restore asdf:bundle-op
| Reported by: | Mark Evenson | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.9.0 |
| Component: | ASDF | Version: | 1.8.1-dev |
| Keywords: | asdf:bundle-op | Cc: | |
| Parent Tickets: |
Description (last modified by )
charles reports on irc that <https://gist.github.com/charJe/cffca389c5e6ffcd65c07a171ae2f5f6#file-asdf-monolith> is an example of how badly ASDF bundle-op is failing.
Change History (3)
comment:1 Changed 5 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:2 Changed 5 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 4 years ago by
| Milestone: | 1.8.1 → 1.9.0 |
|---|
Note: See
TracTickets for help on using
tickets.
Unfortunately, I can't replicate the original failure.
After installing and loading
issr-corefrom QuicklispThe following forms seem to work just fine:
results in a verbose output of explicitly loading every fasl loader which completes fine.
; Loaded jar:file:///usr/home/mevenson/.cache/common-lisp/abcl-1.8.1-dev-fasl43-bsd\ -x64/usr/home/mevenson/quicklisp/dists/quicklisp/software/core-20210124-git/issr-cor\ e--system.abcl!/issr-core/__loader__._ (0.042 seconds) ; Loaded /usr/home/mevenson/.cache/common-lisp/abcl-1.8.1-dev-fasl43-bsd-x64/usr/hom\ e/mevenson/quicklisp/dists/quicklisp/software/core-20210124-git/issr-core--system.ab\ cl (0.045 seconds) #<ASDF/BUNDLE:MONOLITHIC-LOAD-BUNDLE-OP > #<ASDF/PLAN:SEQUENTIAL-PLAN {74171F35}>I honestly don't understand the various bundle ops very well, especially what they thunk down to, but am closing this as needing further information as to the goal of this exercise.