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-dependency-grovel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xcvb
asdf-dependency-grovel
Commits
5b839d75
Commit
5b839d75
authored
Sep 17, 2010
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.103: play nice with asdf:coerce-name being exported.
parent
76f199ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
asdf-ops.lisp
asdf-ops.lisp
+2
-2
grovel.lisp
grovel.lisp
+2
-2
package.lisp
package.lisp
+2
-2
No files found.
asdf-ops.lisp
View file @
5b839d75
...
...
@@ -174,8 +174,8 @@ to the base of the system."
compspec
system
)
(
apply
#'
reinitialize-instance
component
args
))))
(
loop
:for
(
system
compspec
.
initargs
)
in
additional-initargs
:do
(
assert
(
member
(
asdf::
coerce-name
system
)
systems
:key
#'
asdf::
coerce-name
(
assert
(
member
(
coerce-name
system
)
systems
:key
#'
coerce-name
:test
#'
equal
)
()
"Component translation in System ~A which is not a member of the ~
...
...
grovel.lisp
View file @
5b839d75
...
...
@@ -567,7 +567,7 @@
(
enough-component-spec
component
)))
;; Used only by maybe-translated-component-class.
(
defun
coerce-name
(
maybe-class
)
(
defun
coerce-
class-
name
(
maybe-class
)
(
if
(
typep
maybe-class
'standard-class
)
(
class-name
maybe-class
)
maybe-class
))
...
...
@@ -583,7 +583,7 @@
:file
)
((
and
(
eql
(
class-of
component
)
(
find-class
(
or
(
coerce-name
(
coerce-
class-
name
(
asdf::module-default-component-class
(
asdf:component-parent
component
)))
'asdf:cl-source-file
))))
...
...
package.lisp
View file @
5b839d75
...
...
@@ -31,8 +31,8 @@
(
in-package
#:asdf-dependency-grovel
)
(
defparameter
*asdf-dependency-grovel-version*
"1.10
2
"
)
(
defparameter
*asdf-version-required-by-adg*
"2.00
0
"
)
(
defparameter
*asdf-dependency-grovel-version*
"1.10
3
"
)
(
defparameter
*asdf-version-required-by-adg*
"2.00
8
"
)
#-
asdf2
(
error
"ASDF-DEPENDENCY-GROVEL requires ASDF2."
)
...
...
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