Author: coke Date: Thu Aug 18 08:03:09 2005 New Revision: 8987 Modified: trunk/languages/tcl/TODO trunk/languages/tcl/docs/howto.pod Log: Move some document where it belongs.
Modified: trunk/languages/tcl/TODO ============================================================================== --- trunk/languages/tcl/TODO (original) +++ trunk/languages/tcl/TODO Thu Aug 18 08:03:09 2005 @@ -36,8 +36,6 @@ Still have to: how to do this from inside parrot? [#36277] -=item migrate all these issues to RT or TODO tests - =item update docs [will] (including add pod to all .pir) @@ -53,7 +51,7 @@ how to do this from inside parrot? [#362 =item string to list TclList's new_from_string method should use the string to list code -...except that it turnsout this is non-trivial. +...except that it turns out this is non-trivial. =back @@ -71,17 +69,6 @@ source per-user settings. L<tclsh> =back -=head2 Tests - -We should be using the tcl-test target as our language goal. For now, keep -enough tests in our local test harness (C<t/>) so that we don't get any -regressions. (Running the tcl test suite takes a while). This means we -can get by with basic tests in C<t/> for now. - -Long term goal would be to remove any tests in C<t/> that are testing things -that are already tested in tcl. Partcl's checked in test suite should just -be checking partcl-specific functionaliity. - =head1 Uncategorized Issues =over 4 Modified: trunk/languages/tcl/docs/howto.pod ============================================================================== --- trunk/languages/tcl/docs/howto.pod (original) +++ trunk/languages/tcl/docs/howto.pod Thu Aug 18 08:03:09 2005 @@ -111,6 +111,11 @@ Our final goal will be to pass (most of) C<make tcl-test> to checkout the latest version of of the tcl test suite and run it. Warning: slow... +Long term goal is remove any tests in C<t/> that are testing things +that are already tested in the official tcl suite. +Partcl's checked in test suite should just +be checking partcl-specific functionaliity. + =back
