Loading asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." :version "3.0.1.9" ;; to be automatically updated by make bump-version :version "3.0.1.10" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 ;; For most purposes, asdf itself specially counts as a builtin system. Loading backward-internals.lisp +1 −1 Original line number Diff line number Diff line ;;;; ------------------------------------------------------------------------- ;;; Internal hacks for backward-compatibility ;;; Internal hacks for backward-compatibility (asdf/package:define-package :asdf/backward-internals (:recycle :asdf/backward-internals :asdf) Loading header.lisp +1 −1 Original line number Diff line number Diff line ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- ;;; This is ASDF 3.0.1.9: Another System Definition Facility. ;;; This is ASDF 3.0.1.10: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. Loading plan.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -399,7 +399,7 @@ the action of OPERATION on COMPONENT in the PLAN")) :test 'equal :key 'component-find-path))) ;;;; Incidental traversals ;;;; Incidental traversals (with-upgradability () (defclass filtered-sequential-plan (sequential-plan) ((action-filter :initform t :initarg :action-filter :reader plan-action-filter) Loading source-registry.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ system names to pathnames of .asd files") (defvar *source-registry-parameter* nil) (defun initialize-source-registry (&optional (parameter *source-registry-parameter*)) ;; Record the parameter used to configure the registry ;; Record the parameter used to configure the registry (setf *source-registry-parameter* parameter) ;; Clear the previous registry database: (setf *source-registry* (make-hash-table :test 'equal)) Loading Loading
asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." :version "3.0.1.9" ;; to be automatically updated by make bump-version :version "3.0.1.10" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 ;; For most purposes, asdf itself specially counts as a builtin system. Loading
backward-internals.lisp +1 −1 Original line number Diff line number Diff line ;;;; ------------------------------------------------------------------------- ;;; Internal hacks for backward-compatibility ;;; Internal hacks for backward-compatibility (asdf/package:define-package :asdf/backward-internals (:recycle :asdf/backward-internals :asdf) Loading
header.lisp +1 −1 Original line number Diff line number Diff line ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- ;;; This is ASDF 3.0.1.9: Another System Definition Facility. ;;; This is ASDF 3.0.1.10: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. Loading
plan.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -399,7 +399,7 @@ the action of OPERATION on COMPONENT in the PLAN")) :test 'equal :key 'component-find-path))) ;;;; Incidental traversals ;;;; Incidental traversals (with-upgradability () (defclass filtered-sequential-plan (sequential-plan) ((action-filter :initform t :initarg :action-filter :reader plan-action-filter) Loading
source-registry.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ system names to pathnames of .asd files") (defvar *source-registry-parameter* nil) (defun initialize-source-registry (&optional (parameter *source-registry-parameter*)) ;; Record the parameter used to configure the registry ;; Record the parameter used to configure the registry (setf *source-registry-parameter* parameter) ;; Clear the previous registry database: (setf *source-registry* (make-hash-table :test 'equal)) Loading