Author: yamakenz
Date: Wed Jul 18 19:11:51 2007
New Revision: 4748
Modified:
sigscheme-trunk/TODO
sigscheme-trunk/doc/release.txt
Log:
* doc/release.txt
* TODO
- Update
Modified: sigscheme-trunk/TODO
==============================================================================
--- sigscheme-trunk/TODO (original)
+++ sigscheme-trunk/TODO Wed Jul 18 19:11:51 2007
@@ -12,6 +12,9 @@
* (0.9) Provide a record type
- Evaluate SRFI-9 and R6RS records
+* (0.9) Introduce a standard unit testing framework
+ - SRFI-64 "A Scheme API for test suites"
+
* grep "FIXME" and fix them
==============================================================================
@@ -73,9 +76,6 @@
- Separate SigScheme-dependent part and generic part of test-c, and
generalize the unit testing utils as usable for uim
- Name 'the testing utils'
-
-* Make unittest.scm closer to SRFI-64 "A Scheme API for test suites" and
- SRFI-73 "Lightweight testing" if reasonable
==============================================================================
Logical simplifications:
Modified: sigscheme-trunk/doc/release.txt
==============================================================================
--- sigscheme-trunk/doc/release.txt (original)
+++ sigscheme-trunk/doc/release.txt Wed Jul 18 19:11:51 2007
@@ -66,10 +66,13 @@
Tagging
~~~~~~~
-A release must be tagged for development management.
+A release must be branched and tagged for development management.
----------------------------------------------------------------
$ svn cp -r33xx https://uim.googlecode.com/svn/sigscheme-trunk \
+ https://uim.googlecode.com/svn/branches/sigscheme-x.y
+
+$ svn cp -r33xx https://uim.googlecode.com/svn/branches/sigscheme-x.y \
https://uim.googlecode.com/svn/tags/sigscheme-x.y.z
----------------------------------------------------------------