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
e9293cde
Commit
e9293cde
authored
13 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Debian adjustments.
parent
0b00822f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
asdf.lisp
+0
-0
0 additions, 0 deletions
asdf.lisp
debian/changelog
+7
-7
7 additions, 7 deletions
debian/changelog
debian/rules
+3
-0
3 additions, 0 deletions
debian/rules
with
10 additions
and
7 deletions
asdf.lisp
100755 → 100644
+
0
−
0
View file @
e9293cde
File mode changed from 100755 to 100644
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
7
View file @
e9293cde
cl-asdf (2:2.018-1) unstable; urgency=low
Bugs:
Bugs:
* Solved a bug due to ASDF reusing components even when the ASDF definition
has changed wildly, leading to bad behavior in incremental compilation
and sometimes total failure of compilation of a new version.
(Thanks to Xach for reporting and RPGoldman for fixing.)
has changed wildly, leading to bad behavior in incremental compilation
and sometimes total failure of compilation of a new version.
(Thanks to Xach for reporting and RPGoldman for fixing.)
* Fix an issue with ASDF doing the wrong thing in case of a clock skew,
thanks to Andreas Fuchs.
thanks to Andreas Fuchs.
* Simplification of the internals of perform-with-restarts and
traverse's do-dep, that should fix some corner cases and make it
easier to extend or further fix. There scarily doesn't remain
...
...
@@ -16,7 +16,7 @@ cl-asdf (2:2.018-1) unstable; urgency=low
it is now tested on all supported implementations, not just SBCL.
* Improvements to tests and documentation.
Portability:
Portability:
* Many implementation specific improvements for ECL:
merge with the ECL upstream version, support for the bytecode compiler.
* Because it is required at least on ABCL, made the Unix vs Windows detection
...
...
@@ -26,7 +26,7 @@ cl-asdf (2:2.018-1) unstable; urgency=low
Also recognize darwin as Unix ECL.
* Also small improvements for SCL.
Features:
Features:
* Bind *default-pathname-defaults* around load-sysdef,
to increase chances of successful pathname parsing in defsystem.
* Fixed run-shell-command on allegro/unix and clisp,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
0
View file @
e9293cde
...
...
@@ -12,6 +12,9 @@ build-stamp:
make -C doc all
touch build-stamp
build-arch:
build-indep: build
clean:
dh_testdir
dh_testroot
...
...
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