Commit Graph

86 Commits

Author SHA1 Message Date
Matthias Felleisen
65e8698758 added some error tests for ho interm loops
svn: r1501
2005-12-02 22:13:11 +00:00
Matthew Flatt
a9add5064d inherit-field is a keyword
svn: r1498
2005-12-02 21:20:31 +00:00
Matthew Flatt
78eca519ee made it easier to check the content of run-time error messages
svn: r1494
2005-12-02 16:25:57 +00:00
Eli Barzilay
1539243d5c Make quiet.ss use a command-line file if specified, for example:
mzscheme -r quiet.ss beginner.ss

svn: r1493
2005-12-02 16:18:36 +00:00
Matthew Flatt
923167419f more tests for sync and input ports
svn: r1456
2005-12-01 16:49:47 +00:00
Matthew Flatt
f1439372f0 -0.0 and 0.0 are no longer eqv
svn: r1445
2005-11-30 14:37:57 +00:00
Eli Barzilay
3e23ef92cb svn: r1441 2005-11-29 23:28:45 +00:00
Kathy Gray
8f1898eda7 Fix to null.m() bug
svn: r1433
2005-11-29 08:15:41 +00:00
Matthew Flatt
3ca2e32bb1 fix mode test
svn: r1428
2005-11-28 17:11:17 +00:00
Matthew Flatt
890d72e4d7 more exhaustive testing of blit, especially for mask caching
svn: r1427
2005-11-28 17:06:05 +00:00
Kathy Gray
bb83ebdbf0 svn: r1422 2005-11-28 05:55:12 +00:00
Kathy Gray
79af758ca0 Added tests for return type checking
svn: r1400
2005-11-24 18:17:26 +00:00
Kathy Gray
3064b59ed0 svn: r1397 2005-11-24 17:56:32 +00:00
Matthew Flatt
97b8442af2 tests for add-line and inexact coordinate
svn: r1395
2005-11-24 17:11:47 +00:00
Kathy Gray
3aeeac1fbe Added tests
svn: r1357
2005-11-21 06:14:04 +00:00
Matthew Flatt
d08b2afc58 fix bug in port-commit-peeked
svn: r1324
2005-11-16 01:16:17 +00:00
Kathy Gray
e27d64ed8d instanceof test
svn: r1317
2005-11-14 22:34:58 +00:00
Scott Owens
73d12ea244 Support for #: keywords in the syntax colorer.
svn: r1314
2005-11-14 21:53:37 +00:00
Kathy Gray
4ebb06b25c Adding the profj tests
svn: r1313
2005-11-14 21:30:38 +00:00
Scott Owens
1aca39d9f6 Tests for the Scheme lexer used in syntax coloring
svn: r1308
2005-11-14 08:43:14 +00:00
Matthew Flatt
f9e2944b09 split flat test into multiple sources
svn: r1275
2005-11-10 20:58:37 +00:00
Matthew Flatt
5590bf1a10 udp tests updated
svn: r1270
2005-11-10 17:02:09 +00:00
Matthew Flatt
f5addba2df fixed one HtDP test
svn: r1202
2005-11-01 20:25:34 +00:00
Matthew Flatt
81dc642c4e teaching-langauge error message improvements
svn: r1197
2005-11-01 20:13:10 +00:00
Eli Barzilay
8a425d27a6 other-keys now includes duplicates of specified keys
(if duplicates are allowed)

svn: r1149
2005-10-25 00:58:37 +00:00
Eli Barzilay
9ef65a4a80 * getarg' -> keyword-get'
* `#:rest-keys' -> `#:other-keys+body'

svn: r1147
2005-10-24 22:15:20 +00:00
Eli Barzilay
1cf3559d0c #:allow-anything can be used with any rest-like, simply treats a last
imbalanced keyword as the beginning of the body

svn: r1141
2005-10-24 11:24:41 +00:00
Eli Barzilay
4130a38299 Don't allow dot-notation with other meta-keywords
svn: r1139
2005-10-24 10:43:32 +00:00
Eli Barzilay
acfb67ec9b Added #:allow-anything so it's possible to get extra speed
svn: r1138
2005-10-24 10:18:31 +00:00
Eli Barzilay
2415956597 * Added #:allow- and #:forbid-duplicate-keys and a check for this
* getarg accepts only thunks for a default
* Test new stuff, and better macros for testing

svn: r1137
2005-10-24 05:30:38 +00:00
Robby Findler
f9fb34a0d8 fixed bug in repl with continuations crossing between the defs and ints
svn: r1132
2005-10-23 03:18:58 +00:00
Robby Findler
8861cff087 added the not-a-language-language and some bug fixes elsewhere
svn: r1129
2005-10-22 17:03:13 +00:00
Eli Barzilay
574dd38e96 make sure that internal definitions work
svn: r1122
2005-10-21 23:05:50 +00:00
Matthew Flatt
aea9387a58 test changing format in on-save-file
svn: r1119
2005-10-21 21:10:58 +00:00
Eli Barzilay
b5835267dd Properly check a body specification
svn: r1110
2005-10-19 22:09:11 +00:00
Eli Barzilay
9eb9d4e040 Added a few more tests.
svn: r1105
2005-10-19 14:54:13 +00:00
Eli Barzilay
3494461c98 All features complete, remove utilities that don't seem necessary,
make getarg and getarg* stop at non-keyword

svn: r1103
2005-10-19 07:47:56 +00:00
Eli Barzilay
1db64d4e85 A lot more functionality (and tests), almost complete now.
svn: r1102
2005-10-19 07:05:22 +00:00
Eli Barzilay
78c19494b7 Extensive argument processing, more meta-keywords for modes,
efficient optionals, test everything so far

svn: r1099
2005-10-17 23:42:24 +00:00
Eli Barzilay
bab76d0479 * Renamed kw-proc.ss to kw..ss
* Make only #:optopnal and #:key work, no alternative names

svn: r1069
2005-10-13 16:39:51 +00:00
Eli Barzilay
6f4241fe7f just an initial test set for keyword args
svn: r1061
2005-10-13 06:27:16 +00:00
Robby Findler
71a5040785 fixed pr 7628, ->d now checks the domain contract before partially applying the range function
svn: r1042
2005-10-11 12:57:57 +00:00
Robby Findler
ff430e189d allow outline and solid arguments to image contructors to be strings
svn: r1036
2005-10-10 17:04:35 +00:00
Robby Findler
9426bc8248 updated test suite for string solid/outline arguments
svn: r1035
2005-10-10 15:42:20 +00:00
Robby Findler
a596d06517 fixed hash-bang bug
svn: r1016
2005-10-07 17:59:57 +00:00
Matthew Flatt
5c1a331d3b improved file dialogs for mac os x, changed create-executable interface, and fixed parsing of infix dots to require a delimitter after the second dot
svn: r1000
2005-10-06 15:54:38 +00:00
John Clements
db22c963c9 transferred updates from stepper-tests branch
svn: r888
2005-09-20 23:04:47 +00:00
John Clements
7b3cebd46a re-did changes, reverting to 762
svn: r887
2005-09-20 23:00:40 +00:00
Matthew Flatt
43d2868700 thread-cell tests
svn: r870
2005-09-18 12:30:58 +00:00
Robby Findler
46dfd90701 ,
svn: r816
2005-09-09 20:21:21 +00:00