Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asdf definition for paip in paip.asd : serial option should move to the module definition #36

Open
lispm opened this issue Mar 17, 2018 · 0 comments

Comments

@lispm
Copy link

lispm commented Mar 17, 2018

the :serial t option should be in the module definition:

(asdf:defsystem "paip"
  :default-component-class paip-source-file
  :version "0.1"
  :author "Peter Norvig"
  :license "MIT"
  :components ((:module "lisp"
                :serial t
                :components
                ((:file "auxfns")
                 (:file "tutor")
                 (:file "examples"))))
  :description "Lisp code for the textbook \"Paradigms of Artificial Intelligence Programming\"")
@lispm lispm changed the title asdf definition for paip in paip.asd asdf definition for paip in paip.asd : serial option should move to the module definition Mar 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant