racket/collects/tests
Eli Barzilay 6994edd977 * Revised lazy/force so it actually works:
- `!!' now scans the same kind of data that `make-reader-graph'
    handles (except that hash-tables are not implemented)
  - this means no structs, no mpairs, and a bunch of other stuff
  - `!!!' is gone (lazy procedures are not wrapped)
  - dealing with multiple values moved into lazy/lazy.ss itself (and
    in the future everything will move in there)
* Removed lazy/promise, and use scheme/promise instead.  Also remove
  the docs for lazy/promise that were bogus (since scheme/promise *is*
  doing the same thing now).
* Other adjustments to the docs.  They should be considered incomplete
  now, and will need a major rewrite when the whole thing works again
  (multiple values things are just commented out for now).
* Added a test macro and a quick test suite for lazy/promise.
* The lazy tests are added to the nightly build tests

svn: r11042
2008-08-03 06:28:25 +00:00
..
aligned-pasteboard * Newlines at EOFs 2008-07-09 07:18:06 +00:00
drscheme added a search anchor to drschemes new search facility 2008-07-28 18:40:34 +00:00
framework * Newlines at EOFs 2008-07-09 07:18:06 +00:00
honu save some unfinished testing ideas 2007-04-19 08:58:55 +00:00
lazy * Revised lazy/force so it actually works: 2008-08-03 06:28:25 +00:00
macro-debugger * Newlines at EOFs 2008-07-09 07:18:06 +00:00
match * Newlines at EOFs 2008-07-09 07:18:06 +00:00
mred fix checkable menu delete/restore 2008-07-25 12:38:43 +00:00
mysterx * Newlines at EOFs 2008-07-09 07:18:06 +00:00
mzcom * Newlines at EOFs 2008-07-09 07:18:06 +00:00
mzscheme add 'bitwise-bit-set?' and 'in-value' (v4.0.2.6) 2008-07-29 19:27:33 +00:00
plai * Newlines at EOFs 2008-07-09 07:18:06 +00:00
plot plot tests adjusted and passed 2008-05-09 16:12:30 +00:00
profj * Newlines at EOFs 2008-07-09 07:18:06 +00:00
r6rs R6RS test suite contributions 2008-08-01 20:23:32 +00:00
srfi * Newlines at EOFs 2008-07-09 07:18:06 +00:00
srpersist use new require specs in many places 2008-02-23 09:42:03 +00:00
stepper * Newlines at EOFs 2008-07-09 07:18:06 +00:00
syntax-color * Newlines at EOFs 2008-07-09 07:18:06 +00:00
typed-scheme Fix bug 9649. 2008-08-01 20:57:48 +00:00
units * Newlines at EOFs 2008-07-09 07:18:06 +00:00
utils * Newlines at EOFs 2008-07-09 07:18:06 +00:00
web-server * Newlines at EOFs 2008-07-09 07:18:06 +00:00
info.ss Ryan's macro-stepper patches 2008-05-10 11:02:47 +00:00
run-automated-tests.ss removed some for-syntax requires that are no longer needed for runtime-path 2008-06-03 00:02:59 +00:00