From 52342e9ce59a977609f963da73a3c38f749928f4 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 25 May 2014 13:23:25 -0400 Subject: [PATCH] Add TODO for bug re: downward gestalts --- minimart/core.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/minimart/core.rkt b/minimart/core.rkt index 2ea59c7..304c30a 100644 --- a/minimart/core.rkt +++ b/minimart/core.rkt @@ -242,6 +242,7 @@ known-targets) w)) +;; TODO: interests coming from the environment must not be reflected back at it (define (issue-routing-update w relevant-gestalt known-targets) (transition (issue-local-routing-update w relevant-gestalt known-targets) (routing-update (drop-gestalt (world-aggregate-gestalt w)))))