Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
0f99122d
Commit
0f99122d
authored
Jun 26, 2013
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.0.1.10: remove some unwanted trailing whitespace and tabs.
parent
5825d4ac
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
asdf.asd
asdf.asd
+1
-1
backward-internals.lisp
backward-internals.lisp
+1
-1
header.lisp
header.lisp
+1
-1
plan.lisp
plan.lisp
+1
-1
source-registry.lisp
source-registry.lisp
+1
-1
uiop/lisp-build.lisp
uiop/lisp-build.lisp
+2
-2
uiop/run-program.lisp
uiop/run-program.lisp
+1
-1
upgrade.lisp
upgrade.lisp
+1
-1
version.lisp-expr
version.lisp-expr
+1
-1
No files found.
asdf.asd
View file @
0f99122d
...
...
@@ -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.
...
...
backward-internals.lisp
View file @
0f99122d
;;;; -------------------------------------------------------------------------
;;; Internal hacks for backward-compatibility
;;; Internal hacks for backward-compatibility
(
asdf/package:define-package
:asdf/backward-internals
(
:recycle
:asdf/backward-internals
:asdf
)
...
...
header.lisp
View file @
0f99122d
;;; -*- 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>.
...
...
plan.lisp
View file @
0f99122d
...
...
@@ -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
)
...
...
source-registry.lisp
View file @
0f99122d
...
...
@@ -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
))
...
...
uiop/lisp-build.lisp
View file @
0f99122d
...
...
@@ -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.
...
...
uiop/run-program.lisp
View file @
0f99122d
...
...
@@ -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
...
...
upgrade.lisp
View file @
0f99122d
...
...
@@ -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
)))
...
...
version.lisp-expr
View file @
0f99122d
"3.0.1.
9
"
"3.0.1.
10
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment