You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: unpythonic/syntax/__init__.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -136,8 +136,9 @@
136
136
137
137
# 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`)
138
138
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.)
141
142
142
143
# TODO: with mcpyrate, do we really need to set `ctx` in our macros? (does our macro code need it?)
0 commit comments