From 92fd88be1919ff4cd52bfcd52fdb7eccabe92c08 Mon Sep 17 00:00:00 2001 From: Jake Zerrer Date: Fri, 21 Nov 2025 11:51:47 -0500 Subject: Convert comment to bug --- src/unheard/time_object.clj | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/unheard/time_object.clj') diff --git a/src/unheard/time_object.clj b/src/unheard/time_object.clj index 1a12099..d2e888f 100644 --- a/src/unheard/time_object.clj +++ b/src/unheard/time_object.clj @@ -17,12 +17,7 @@ [& children] {:start 0, :time-objects children}) -;; FIXME: Currently, composing phrases has exponential -;; time complexity. (Each parent phrase causes recomputation of the -;; time offset of each child phrase.) - -;; I had a variant of phrase that could accept other phrases -;; and time objects as children. I might want to revisit that. +;; BUG c9be408 (defn phrase [& children] (fn [start] -- cgit v1.2.3