Skip to content

Commit 8643a9a

Browse files
authored
Include target-root in the got-recommendation log entry (#53)
* Include target-root in the got-recommendation log entry * Also fix an error in a comment in reweight.lisp
1 parent 9242988 commit 8643a9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/operations/reweight.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
;; the contents of `targets' depend on the recommendation. it always
7676
;; includes the `source-root', and additionally
7777
;; - `AUGMENT': the `target-root'
78-
;; - `GRAFT': the barbell
78+
;; - `GRAFT': one end of the barbell
7979
;; - `EXPAND' or `CONTRACT': nothing
8080
(let ((targets (remove-duplicates (list source-root target-root)
8181
:test #'address=)))

src/supervisor.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ PONG: The PONG that this process received at its START."
7777
(with-slots (edges weight source-root target-root recommendation) pong
7878
(log-entry :entry-type 'got-recommendation
7979
:source-root source-root
80+
:target-root target-root
8081
:recommendation recommendation
8182
:weight weight
8283
:edges edges)

0 commit comments

Comments
 (0)