Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Ishimaru
asdf
Commits
49dd3325
Commit
49dd3325
authored
11 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Update the set of versions to extract for upgrade tests.
parent
8f3078f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
test/run-tests.sh
+3
-3
3 additions, 3 deletions
test/run-tests.sh
with
4 additions
and
3 deletions
Makefile
+
1
−
0
View file @
49dd3325
...
...
@@ -149,6 +149,7 @@ test-all: doc test-all-lisps
test-all-no-stop
:
-
make doc
;
for
l
in
${
lisps
}
;
do
make t
l
=
$$
l
;
make u
l
=
$$
l
;
done
;
true
extract
:
extract-all-tagged-asdf
extract-all-tagged-asdf
:
build/asdf.lisp
./test/run-tests.sh
-H
...
...
This diff is collapsed.
Click to expand it.
test/run-tests.sh
+
3
−
3
View file @
49dd3325
...
...
@@ -266,13 +266,13 @@ upgrade_tags () {
# 2.26 (2012-10-30) was used by Quicklisp
# 2.27 (2013-02-01) is the first ASDF 3 pre-release
# 2.32 (2013-03-05) is the first really stable ASDF 3 pre-release
#
#
3.0.1 (2013-05-16) is the first stable ASDF 3 release
echo
REQUIRE 1.85 1.97 1.369
# git tag -l '2.0??'
# git tag -l '2.??'
echo
2.000 2.008 2.011 2.014.6 2.019 2.20 2.22 2.26
echo
2.27
git tag
-l
'
2.3[2
-9]'
echo
2.27
2.32
git tag
-l
'
3.0.[1
-9]'
}
upgrade_methods
()
{
if
[
-n
"
$ASDF_UPGRADE_TEST_METHODS
"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment