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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Tarn Burton
asdf
Commits
657cb0e0
Commit
657cb0e0
authored
7 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Update some comments in plan.lisp
parent
7f4c8134
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plan.lisp
+5
-5
5 additions, 5 deletions
plan.lisp
with
5 additions
and
5 deletions
plan.lisp
+
5
−
5
View file @
657cb0e0
...
@@ -75,10 +75,10 @@ or NIL if no the status is considered outside of a specific plan."))
...
@@ -75,10 +75,10 @@ or NIL if no the status is considered outside of a specific plan."))
(
:documentation
"Status of an action in a plan"
))
(
:documentation
"Status of an action in a plan"
))
;; STAMP KEEP-P DONE-P NEED-P symbol bitmap previously currently
;; STAMP KEEP-P DONE-P NEED-P symbol bitmap previously currently
;; not-nil T T T => GOOD 7 up-to-date done
;; not-nil T T T => GOOD 7 up-to-date done
(e.g. file previously loaded)
;; not-nil T T NIL => HERE 6 up-to-date unplanned yet done
;; not-nil T T NIL => HERE 6 up-to-date unplanned yet done
;; not-nil T NIL T => REDO 5 up-to-date planned
;; not-nil T NIL T => REDO 5 up-to-date planned
(e.g. file to load)
;; not-nil T NIL NIL => SKIP 4 up-to-date unplanned
;; not-nil T NIL NIL => SKIP 4 up-to-date unplanned
(e.g. file compiled)
;; not-nil NIL T T => DONE 3 out-of-date done
;; not-nil NIL T T => DONE 3 out-of-date done
;; not-nil NIL T NIL => WHAT 2 out-of-date unplanned yet done(?)
;; not-nil NIL T NIL => WHAT 2 out-of-date unplanned yet done(?)
;; NIL NIL NIL T => TODO 1 out-of-date planned
;; NIL NIL NIL T => TODO 1 out-of-date planned
...
@@ -88,8 +88,8 @@ or NIL if no the status is considered outside of a specific plan."))
...
@@ -88,8 +88,8 @@ or NIL if no the status is considered outside of a specific plan."))
;; while traversing a node with TRAVERSE-ACTION; it can only happen while checking whether an
;; while traversing a node with TRAVERSE-ACTION; it can only happen while checking whether an
;; action is up-to-date with ACTION-UP-TO-DATE-P.
;; action is up-to-date with ACTION-UP-TO-DATE-P.
;;
;;
;; When
traversing an action
, the +need-bit+ is set,
;; When
calling TRAVERSE-ACTION
, the +need-bit+ is set,
;; unless the action is u
p-to-date and not needed-in-image (HERE, SKIP).
;; unless the action is up-to-date and not needed-in-image (HERE, SKIP).
;; When PERFORMing an action, the +done-bit+ is set.
;; When PERFORMing an action, the +done-bit+ is set.
;; When the +need-bit+ is set but not the +done-bit+, the level slot indicates which level of
;; When the +need-bit+ is set but not the +done-bit+, the level slot indicates which level of
;; OPERATE it was last marked needed for; if it happens to be needed at a higher-level, then
;; OPERATE it was last marked needed for; if it happens to be needed at a higher-level, then
...
...
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