File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 75
75
; ; the contents of `targets' depend on the recommendation. it always
76
76
; ; includes the `source-root', and additionally
77
77
; ; - `AUGMENT': the `target-root'
78
- ; ; - `GRAFT': the barbell
78
+ ; ; - `GRAFT': one end of the barbell
79
79
; ; - `EXPAND' or `CONTRACT': nothing
80
80
(let ((targets (remove-duplicates (list source-root target-root)
81
81
:test #' address=)))
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ PONG: The PONG that this process received at its START."
77
77
(with-slots (edges weight source-root target-root recommendation) pong
78
78
(log-entry :entry-type ' got-recommendation
79
79
:source-root source-root
80
+ :target-root target-root
80
81
:recommendation recommendation
81
82
:weight weight
82
83
:edges edges)
You can’t perform that action at this time.
0 commit comments