From 5087c216cfe0a3202289a24ba57747fcd8c5d697 Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Wed, 14 Sep 2022 11:56:13 -0700 Subject: [PATCH] change a "note" to a "TODO" so it's easier to discover --- profile/report.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/report.rkt b/profile/report.rkt index 82ed4b2d..decf6e1a 100644 --- a/profile/report.rkt +++ b/profile/report.rkt @@ -145,7 +145,7 @@ "clos" clos:run)) (program (main) - ;; Note: could use try-order? with hash-keys if support is dropped for Racket 8.3 + ;; TODO: could use try-order? with hash-keys if support is dropped for Racket 8.3 (define fs (~>> (env) hash-keys (sort <))) (define forms-data (for/list ([f (in-list fs)]) (match-let ([(list name ms) ((hash-ref env f))])