Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
9e989bd1
Commit
9e989bd1
authored
Jul 12, 2014
by
Robert P. Goldman
Browse files
Merge branch 'master' into bug1335323
parents
f2caf8a2
d823a618
Changes
7
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9e989bd1
...
...
@@ -140,7 +140,7 @@ test-lisp: build/asdf.lisp
@
cd test
;
./run-tests.sh
${l}
${t}
t
:
test-lisp
test
:
test-lisp test-clean-load test-load-systems
doc
test
:
doc
test-lisp test-clean-load test-load-systems
test-load-systems
:
build/asdf.lisp
./test/run-tests.sh
-l
${l}
${s}
...
...
asdf.asd
View file @
9e989bd1
...
...
@@ -75,7 +75,7 @@
:licence
"MIT"
:description
"Another System Definition Facility"
:long-description
"ASDF builds Common Lisp software organized into defined systems."
:version
"3.1.2.
7
"
;; to be automatically updated by make bump-version
:version
"3.1.2.
8
"
;; to be automatically updated by make bump-version
:depends-on
()
#+
asdf3
:encoding
#+
asdf3
:utf-8
:class
#.
(
if
(
find-class
'package-inferred-system
nil
)
'package-inferred-system
'system
)
...
...
header.lisp
View file @
9e989bd1
;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*-
;;; This is ASDF 3.1.2.
7
: Another System Definition Facility.
;;; This is ASDF 3.1.2.
8
: Another System Definition Facility.
;;;
;;; Feedback, bug reports, and patches are all welcome:
;;; please mail to <asdf-devel@common-lisp.net>.
...
...
uiop/configuration.lisp
View file @
9e989bd1
...
...
@@ -148,7 +148,7 @@ this function tries to locate the Windows FOLDER for one of
"Map the VALIDATOR across the .conf files in DIRECTORY, the TAG will
be applied to the results to yield a configuration form. Current
values of TAG include :source-registry and :output-translations."
(
let
((
files
(
sort
(
ignore-errors
(
let
((
files
(
sort
(
ignore-errors
;; SORT w/o COPY-LIST is OK: DIRECTORY returns a fresh list
(
remove-if
'hidden-pathname-p
(
directory*
(
make-pathname
:name
*wild*
:type
"conf"
:defaults
directory
))))
...
...
uiop/package.lisp
View file @
9e989bd1
...
...
@@ -317,7 +317,7 @@ or when loading the package is optional."
(
imported
)
(
t
(
push
name
intern
)))))))
(
labels
((
sort-names
(
names
)
(
sort
names
#'
string<
))
(
sort
(
copy-list
names
)
#'
string<
))
(
table-keys
(
table
)
(
loop
:for
k
:being
:the
:hash-keys
:of
table
:collect
k
))
(
when-relevant
(
key
value
)
...
...
upgrade.lisp
View file @
9e989bd1
...
...
@@ -67,7 +67,7 @@ previously-loaded version of ASDF."
;; "3.4.5.67" would be a development version in the official branch, on top 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.1.2.
7
"
)
(
asdf-version
"3.1.2.
8
"
)
(
existing-version
(
asdf-version
)))
(
setf
*asdf-version*
asdf-version
)
(
when
(
and
existing-version
(
not
(
equal
asdf-version
existing-version
)))
...
...
version.lisp-expr
View file @
9e989bd1
"3.1.2.
7
"
"3.1.2.
8
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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