Skip to content

Commit 1a198b9

Browse files
committed
update TODO comments
1 parent bc2e984 commit 1a198b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unpythonic/seq.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ def lazy_begin0(*bodys):
100100
return out
101101

102102
# TODO: test the new lazify support in piping constructs
103+
# TODO: test `Values` handling in `with lazify`
104+
# - The `Values` container itself should always be eager (so it can be inspected without forcing the return value; important for symmetry with case of one positional return value)
105+
# - Anything we place into it should get the regular treatment, because return values are never implicitly lazy
103106
# TODO: test multiple-return-values support in all function composition utilities
104107
# TODO: expand tests of `continuations` to cases with named return values
105108
# TODO: update code examples

0 commit comments

Comments
 (0)