diff options
author | Ben Sima <ben@bsima.me> | 2022-08-08 09:56:53 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-08-08 09:56:53 -0400 |
commit | e9d639f7d6f21498c450db36d46e1e6ac6c0b17e (patch) | |
tree | 05d826528fe7c4f964f4f97dbf794e22da162883 /bs/string.scm | |
parent | af3707e3acd8dc169506109410674f9f054eb1a7 (diff) |
Remove some TODOs
I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually
I need a linter that prevents all TODOs from getting into code.
Diffstat (limited to 'bs/string.scm')
-rw-r--r-- | bs/string.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bs/string.scm b/bs/string.scm index 9fe794e..136572b 100644 --- a/bs/string.scm +++ b/bs/string.scm @@ -14,7 +14,7 @@ (only (srfi srfi-14) string->char-set char-set-complement char-set) (only (srfi srfi-28) format) - ;; TODO: remove or port ice-9 dependency + ;; TODO: port ice-9 dependency or replace with (scheme something) (only (ice-9 ports) with-output-to-string)) (define (prefix? s pre) |