Index: TODO =================================================================== diff -u -rac7af6dddd0ab0b13bfd0d1f4b1a829326f045a3 -r79c263a13be8850014d056153956f5a83dfbb639 --- TODO (.../TODO) (revision ac7af6dddd0ab0b13bfd0d1f4b1a829326f045a3) +++ TODO (.../TODO) (revision 79c263a13be8850014d056153956f5a83dfbb639) @@ -1446,11 +1446,24 @@ now it complains about missing cmdPtr; it is not clear, why this is missing at the first place in 8.6b1 while working in 8.5 +- improved library/lib/make.tcl once more +- fixed handling of TclNRRunCallbacks, such that coroutines can be easily + used (more testing required) +- added temporary routine ::nsf::yieldcheck for coro debugging +- renamed Tcl85showStack() to TclShowStack() + + TODO: +- coro cleanup, when really working +- coro regression test + - subcmd * handle sucmd for other method factories * handle absence of -create flag in resolve_method_path (for introspection) +- fix missing cmdPtr in 8.6b1 + "We have no cmdPtr in cscPtr 0x10100e610 ::a.x" + - interfaces in documentation for slots (see for more details ::nx::Class#superclass in nx.tcl).