Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Didier Verna
asdf
Commits
30c73852
Commit
30c73852
authored
Feb 17, 2014
by
Francois-Rene Rideau
Browse files
Fix a bug for input-files on compiled-file (!)
parent
fbc0fb23
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle.lisp
View file @
30c73852
...
@@ -316,7 +316,7 @@ itself.")) ;; operation on a system and its dependencies
...
@@ -316,7 +316,7 @@ itself.")) ;; operation on a system and its dependencies
(
every
#'
(
lambda
(
c
)
(
typep
c
'compiled-file
))
(
component-children
s
)))
(
every
#'
(
lambda
(
c
)
(
typep
c
'compiled-file
))
(
component-children
s
)))
(
defmethod
input-files
((
o
operation
)
(
c
compiled-file
))
(
defmethod
input-files
((
o
operation
)
(
c
compiled-file
))
(
component-pathname
c
))
(
list
(
component-pathname
c
))
)
(
defmethod
perform
((
o
load-op
)
(
c
compiled-file
))
(
defmethod
perform
((
o
load-op
)
(
c
compiled-file
))
(
perform-lisp-load-fasl
o
c
))
(
perform-lisp-load-fasl
o
c
))
(
defmethod
perform
((
o
load-source-op
)
(
c
compiled-file
))
(
defmethod
perform
((
o
load-source-op
)
(
c
compiled-file
))
...
...
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