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
Jan Moringen
asdf
Commits
a22f2e29
Commit
a22f2e29
authored
22 years ago
by
Kevin Rosenberg
Browse files
Options
Downloads
Patches
Plain Diff
update load-source-op documentatio
parent
ef2e9cee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+5
-3
5 additions, 3 deletions
README
cclan.asd
+2
-1
2 additions, 1 deletion
cclan.asd
with
7 additions
and
4 deletions
README
+
5
−
3
View file @
a22f2e29
$Id: README,v 1.2
1
2002/0
6/19 18:38:52 dan_b
Exp $ -*- Text -*-
$Id: README,v 1.2
2
2002/0
8/23 20:54:08 kevinrosenberg
Exp $ -*- Text -*-
asdf: another system definition facility
asdf: another system definition facility
...
@@ -388,8 +388,10 @@ so too
...
@@ -388,8 +388,10 @@ so too
**** load-source-op
**** load-source-op
Sometimes systems have knotty dependencies which require that sources
This method will load the source for the files in a module even if the
are loaded before they can be compiled. This is how you do that.
source files have been compiled. Systems sometimes have knotty
dependencies which require that sources are loaded before they can be
compiled. This is how you do that.
If you are creating a component type, you need to implement this
If you are creating a component type, you need to implement this
operation - at least, where meaningful.
operation - at least, where meaningful.
...
...
This diff is collapsed.
Click to expand it.
cclan.asd
+
2
−
1
View file @
a22f2e29
...
@@ -4,5 +4,6 @@
...
@@ -4,5 +4,6 @@
(
defsystem
cclan
(
defsystem
cclan
:version
"0.0"
:version
"0.0"
#+
common-lisp-controller
:pathname
#+
common-lisp-controller
"cl-library:cclan;"
:components
((
:file
"cclan-package"
)
:components
((
:file
"cclan-package"
)
(
:file
"cclan"
:depends-on
(
"cclan-package"
))))
(
:file
"cclan"
:depends-on
(
"cclan-package"
))))
\ No newline at end of file
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