diff --git a/asdf.asd b/asdf.asd index 95d1f785a789352fe3df9e31e2f898c1a2dafd43..ed2ed9a17c7d8c653c511922727ffe550374a4cf 100644 --- a/asdf.asd +++ b/asdf.asd @@ -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. diff --git a/backward-internals.lisp b/backward-internals.lisp index c18713b829a85655b36f69036f24e30519195025..2f37a82798d24c149ac8d96b56227a7825cff94d 100644 --- a/backward-internals.lisp +++ b/backward-internals.lisp @@ -1,5 +1,5 @@ ;;;; ------------------------------------------------------------------------- -;;; Internal hacks for backward-compatibility +;;; Internal hacks for backward-compatibility (asdf/package:define-package :asdf/backward-internals (:recycle :asdf/backward-internals :asdf) diff --git a/header.lisp b/header.lisp index 3f1cb25172ddca5d9805029861cb693cbf3e98db..aa26ae216505aa95f7a71d31b00f629b081c1a33 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- 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>. diff --git a/plan.lisp b/plan.lisp index a3c895df914e50835097b32f11bb8c36082afcbc..564d6f573167ce92e52a27dc3f30efb76f8aa151 100644 --- a/plan.lisp +++ b/plan.lisp @@ -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) diff --git a/source-registry.lisp b/source-registry.lisp index 4d02c542847a25599debac55bc7d6cede4f65ab8..60c62845d5a584f7e10f45e626ef731d1d0b7399 100644 --- a/source-registry.lisp +++ b/source-registry.lisp @@ -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)) diff --git a/uiop/lisp-build.lisp b/uiop/lisp-build.lisp index dbc13e613a6c8b0c8ecc9ed2550909db72af5a0a..a22946b6e1048e391a17f5d2089960c612dd104d 100644 --- a/uiop/lisp-build.lisp +++ b/uiop/lisp-build.lisp @@ -313,7 +313,7 @@ using READ within a WITH-SAFE-IO-SYNTAX, that represents the warnings currently WITH-COMPILATION-UNIT. One of three functions required for deferred-warnings support in ASDF." #+allegro (list :functions-defined excl::.functions-defined. - :functions-called excl::.functions-called.) + :functions-called excl::.functions-called.) #+clozure (mapcar 'reify-deferred-warning (if-let (dw ccl::*outstanding-deferred-warnings*) @@ -355,7 +355,7 @@ One of three functions required for deferred-warnings support in ASDF." (declare (ignorable reified-deferred-warnings)) #+allegro (destructuring-bind (&key functions-defined functions-called) - reified-deferred-warnings + reified-deferred-warnings (setf excl::.functions-defined. (append functions-defined excl::.functions-defined.) excl::.functions-called. diff --git a/uiop/run-program.lisp b/uiop/run-program.lisp index a118deea3477445728fd141ea2167709d0801025..d7f3f364315daf9c16968a16a0a7e4319e911a67 100644 --- a/uiop/run-program.lisp +++ b/uiop/run-program.lisp @@ -398,7 +398,7 @@ ELEMENT-TYPE and EXTERNAL-FORMAT for the stream passed to the OUTPUT processor." #+allegro (excl:run-shell-command command - :input nil + :input nil :output nil :error-output :output ; write STDERR to output, too :wait t diff --git a/upgrade.lisp b/upgrade.lisp index 118c392c062bf96bbc0ad4ffb4a8166db01bb4b3..d642542eca949600c40e958215dee98a6a55f5e9 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -52,7 +52,7 @@ You can compare this string with e.g.: (ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSIO ;; "3.4.5.67" would be a development version in the official upstream of 3.4.5. ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5 ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67 - (asdf-version "3.0.1.9") + (asdf-version "3.0.1.10") (existing-version (asdf-version))) (setf *asdf-version* asdf-version) (when (and existing-version (not (equal asdf-version existing-version))) diff --git a/version.lisp-expr b/version.lisp-expr index 546eced2e27a1fed488836c68ee666a9e73087de..2b3bc65db5af1d60f8bb5cb490426720a7a29e06 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1 +1 @@ -"3.0.1.9" +"3.0.1.10"