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
5cb74d76
Commit
5cb74d76
authored
Feb 28, 2014
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for ASDF 3.1
parent
ab76dd68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
asdf-ops.lisp
asdf-ops.lisp
+4
-4
No files found.
asdf-ops.lisp
View file @
5cb74d76
...
...
@@ -109,7 +109,10 @@ to the base of the system."
(:foo-system (\"component2\") :data-files ())"
))))
;; Used by XCVB.
(
defclass
dependency-op
(
downward-operation
)
())
(
defclass
dependency-op
(
load-source-op
)
((
selfward-operation
:initform
'prepare-dependency-op
)))
(
defclass
prepare-dependency-op
(
prepare-source-op
)
((
sideway-operation
:initform
'dependency-op
)))
(
defun
state-of
(
op
component
)
(
declare
(
ignore
op
))
...
...
@@ -119,9 +122,6 @@ to the base of the system."
(
declare
(
ignore
op
))
(
setf
(
slot-value
component
'last-grovel-state
)
new-val
))
(
defmethod
source-file-type
((
c
component-file
)
(
s
module
))
"asd"
)
(
defmethod
output-files
((
op
dependency-op
)
(
c
component-file
))
(
list
;; XXX: base-pathname?
...
...
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