Skip to content

Commit 519537e

Browse files
committed
update porting TODO comments
1 parent a22917a commit 519537e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unpythonic/syntax/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@
9292
# TODO: fail-fast: promote `local[]`/`delete[]` usage errors to compile-time errors
9393
# TODO: (doesn't currently work e.g. for `let` with an implicit do (extra bracket notation))
9494

95-
# TODO: fix `call_cc[]` usage error logic
96-
9795
# TODO: Remove any unused `expander` kwargs from the macro interface
9896

9997
# TODO: `make_isxpred` is now obsolete because `mcpyrate` does not rename hygienic captures of run-time values. Make it explicit at the use sites what they want, and remove `make_isxpred`. (E.g. `curry` wants to match both `curryf` and `currycall`, exactly. Some use sites want to match only a single thing.)

0 commit comments

Comments
 (0)