Skip to content

Commit

Permalink
change a "note" to a "TODO" so it's easier to discover
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Sep 23, 2022
1 parent 1143733 commit d8616bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qi-sdk/profile/report.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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))])
Expand Down

0 comments on commit d8616bc

Please sign in to comment.