Menu

#10 defsystem clisp paths/missing defsystem form slots

open
None
5
2005-11-18
2005-11-13
No

This patches 2 definitions in
src/defsystem-3.x/defsystem.lisp.

The first part changes append-logical-pnames to account
for, for example, (merge-pathnames (pathname "base")
(pathname "clocc:src;ytools;")) => #P"base" on clisp.

The second part fixes preprocess-component-definition's
silent removal of defsystem options in
*component-form-slots* on all Lisps.

Discussion

  • Stephen Compall

    Stephen Compall - 2005-11-13

    the aggregate patch

     
  • Sam Steingold

    Sam Steingold - 2005-11-18
    • assigned_to: nobody --> marcoxa
     
  • Stephen Compall

    Stephen Compall - 2006-02-08

    Logged In: YES
    user_id=1377760

    I believe the former problem can also be fixed by setting
    custom:*parse-namestring-ansi* to t.

     

Log in to post a comment.