From 6262dd0201cb6612e9fb63050b57538818f1c442 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 30 Mar 2016 00:50:29 -0400 Subject: [PATCH] Edited comments --- scheme/cyclone/libraries.sld | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scheme/cyclone/libraries.sld b/scheme/cyclone/libraries.sld index 3f3ceced..795af26c 100644 --- a/scheme/cyclone/libraries.sld +++ b/scheme/cyclone/libraries.sld @@ -195,15 +195,14 @@ ;; Take a list of imports and create a "database" from them ;; consisting of maps between each exported identifier and the -;; library that imports that identifier. An exception is raised -;; if the same identifier is exported from more than one library. +;; library that imports that identifier. +;; +;; TODO: Raise an exception if the same identifier is exported +;; from more than one library??? ;; ;; TODO: convert this to use a hashtable. Initially a-lists ;; will be used to prove out the concept, but this is inefficient (define (lib:imports->idb imports) - -;; TODO: build the list, then check for duplicate keys before returning - (apply append (map