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
b6b4d394
Commit
b6b4d394
authored
Apr 14, 2011
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't depends-on :asdf, it can only make things worse.
parent
5b839d75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
asdf-dependency-grovel.asd
asdf-dependency-grovel.asd
+1
-1
grovel.lisp
grovel.lisp
+1
-1
No files found.
asdf-dependency-grovel.asd
View file @
b6b4d394
...
...
@@ -26,7 +26,7 @@
(
handler-input-file-list
(
component-pathname
c
)
c
))))
(
defsystem
:asdf-dependency-grovel
:depends-on
(
:asdf
)
;; :depends-on (:asdf) ; not safe. ASDF must be explicitly upgraded in advance.
:components
((
:file
"package"
)
(
:file
"variables"
:depends-on
(
"package"
))
(
:file
"classes"
:depends-on
(
"package"
"variables"
))
...
...
grovel.lisp
View file @
b6b4d394
...
...
@@ -57,7 +57,7 @@
(
let
((
*macroexpand-hook*
(
if
(
boundp
'*old-macroexpand-hook*
)
*old-macroexpand-hook*
*macroexpand-hook*
)))
(
asdf:
oos
'asdf:load-op
:asdf-dependency-grovel
)))
(
asdf:
load-system
:asdf-dependency-grovel
)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Signaling Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
...
...
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