Faré wrote:
On Mon, Oct 6, 2014 at 5:38 PM, Robert Goldman <rpgoldman@sift.net> wrote:
After disabling test-try-refinding, I get two more test failures on MKCL:
test-program:
; Registering #<SYSTEM "hello-world-example"> TEST ABORTED: Error while trying to load definition for system hello-world-example from pathname /home/rpg/common-lisp/asd\ f/test/hello-world-example.asd: Unknown initialization option :EPILOGUE-CODE for class #<The STANDARD-CLASS SYSTEM 7059894\
Oops, the #+mkcl in hello-world-example.asd was missing a :class program-system — I must never have tested it, and/or must have refactored the code after I did. My bad. Bug in the test, not in asdf.
Fails better now. Creates the executable image and uses it successfully, but hangs when trying to use the standalone program. Pushing the fix to the system definition. Cheers, r