Skip to content

Commit a7cb2f5

Browse files
committed
update porting TODO comments
1 parent b40a01f commit a7cb2f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

unpythonic/syntax/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@
136136

137137
# TODO: grep codebase for "0.15", may have some pending interface changes that don't have their own GitHub issue (e.g. parameter ordering of `unpythonic.it.window`)
138138

139-
# TODO: ansicolor: mcpyrate already depends on Colorama anyway (and has a *nix-only fallback capability).
140-
# TODO: So unpythonic doesn't really need to provide a colorizer; we can use the one from mcpyrate.
139+
# TODO: ansicolor: `mcpyrate` already depends on Colorama anyway (and has a *nix-only fallback capability).
140+
# TODO: `unpythonic` only needs the colorizer in the *macro-enabled* test framework; so we don't really need
141+
# TODO: to provide our own colorizer; we can use the one from `mcpyrate`. (It would be different if regular code needed it.)
141142

142143
# TODO: with mcpyrate, do we really need to set `ctx` in our macros? (does our macro code need it?)
143144

0 commit comments

Comments
 (0)