Commit Graph

1955 Commits

Author SHA1 Message Date
Robby Findler
d8217b9d27 added first stages of improvments to contract library to support lazy structure contracts. not yet complete, but contract system is in working order, so committing
svn: r2452
2006-03-18 05:33:08 +00:00
Kathy Gray
165779f4b1 Corrected cast to String bug, punctuation and spelling errors in some error messages
svn: r2445
2006-03-16 19:55:51 +00:00
Jacob Matthews
6cef2e9230 added tests for planet, fixed some bugs in moddep's planet handling
svn: r2433
2006-03-15 16:59:57 +00:00
Matthew Flatt
1c10a636cb fix 'lib' path collapsing to always use Unix style
svn: r2422
2006-03-13 20:19:05 +00:00
Matthew Flatt
3c6aaf97c0 test syntax pattern match on vectors
svn: r2419
2006-03-12 16:16:37 +00:00
Matthew Flatt
17670dd89d moddep contracts and testing
svn: r2407
2006-03-10 03:35:23 +00:00
Robby Findler
7249080888 svn: r2393 2006-03-08 17:23:45 +00:00
Matthew Flatt
20f5a5f12b new optimizer tests
svn: r2385
2006-03-07 15:55:14 +00:00
Matthew Flatt
26cd219f61 test inling of a few more predicates
svn: r2359
2006-03-03 17:38:01 +00:00
Eli Barzilay
776e15490e * Arguments can now be passed directly as lists
* Keywords are compared for the literal symbol instead of comparing ids
* Added tests for the above
* Some re-formatting

svn: r2356
2006-03-03 14:48:22 +00:00
Matthew Flatt
e641f9af50 more expt tests
svn: r2354
2006-03-03 14:33:31 +00:00
Eli Barzilay
967001d364 Set eol-style, some editing.
svn: r2352
2006-03-03 03:37:02 +00:00
John Clements
bf08ed9b5a ...
svn: r2351
2006-03-02 23:46:22 +00:00
Kathy Gray
1c85dd7504 Bug fix for order of field evaluation
svn: r2342
2006-03-02 06:00:54 +00:00
Robby Findler
873e71a9dd fixed PR 7927
svn: r2341
2006-03-02 02:48:40 +00:00
Matthew Flatt
0e1e6b18e4 prep for 308.1
svn: r2335
2006-03-01 00:52:08 +00:00
Kathy Gray
9469edc6f1 Arity bug in build-info fix.
svn: r2328
2006-02-28 05:38:32 +00:00
Eli Barzilay
70d2fa327d When both optionals and keywords are used, the first keyword marks the end
of the optionals.

svn: r2322
2006-02-27 04:42:27 +00:00
Matthew Flatt
e40e27435d 301.7
svn: r2304
2006-02-23 13:19:03 +00:00
Kathy Gray
70193deb1d Corrected the following bugs:
Cleaned up language and highlighting for parse-error of three ids in a row.
Removed () from many method error messages.
Eliminated scheme-error when introducing overloaded method in subclass.

svn: r2292
2006-02-21 06:29:08 +00:00
Kathy Gray
ce5eca215c Corrected bugs:
abstract class implementing interface does not have to fully implement it
  super.METHOD(...) now fails when super method is abstract

svn: r2291
2006-02-20 23:10:04 +00:00
Robby Findler
c7b023f76d added the ability for the line function to draw in both positive and negative x and y directions
svn: r2285
2006-02-19 16:04:45 +00:00
Kathy Gray
0b777b2b5a Correction to bug in cycle detection. Updates to graphics library interface
svn: r2248
2006-02-15 23:33:51 +00:00
Matthew Flatt
17e10b396e new tests for new JIT inlines
svn: r2193
2006-02-11 05:34:14 +00:00
Matthew Flatt
0e67ca6810 check protected syntax
svn: r2188
2006-02-10 17:52:07 +00:00
Eli Barzilay
b50e72a053 fix and set svn:eol-style
svn: r2180
2006-02-08 22:00:20 +00:00
Guillaume Marceau
d75018c79a implemented top-level lookups, with scoping
svn: r2174
2006-02-08 17:49:00 +00:00
Kathy Gray
78581eef66 svn: r2165 2006-02-07 21:05:37 +00:00
Kathy Gray
b3947cc82f Corrected reference before defined bug, including allowing the cases where Java allows it, and making sure that we won't get <undefined> when that happens.
svn: r2149
2006-02-07 04:54:48 +00:00
Matthew Flatt
436c032bed more JIT arithmetic tests
svn: r2123
2006-02-04 18:58:04 +00:00
Matthew Flatt
e548f0effc new contmark and JIT tests
svn: r2120
2006-02-04 15:18:31 +00:00
Matthew Flatt
d89df834cd //?/ paths and file-size
svn: r2112
2006-02-03 20:52:29 +00:00
Robby Findler
106c19a461 added tests for or/c ordering and and/c ordering and fixed name of the or/c contract (so it doesn't claim to be a union contract anymore)
svn: r2100
2006-02-03 04:07:25 +00:00
Robby Findler
fddb1fa862 updated many unions to or/c's
svn: r2061
2006-01-31 19:17:33 +00:00
Greg Cooper
f49fc2b852 moving the mztake tests to collects/tests/mztake
svn: r2012
2006-01-27 23:58:03 +00:00
Kathy Gray
f73ccaaf95 Changes to reflect name change of draw2 to graphics, tests for cyclic uses of interfaces
svn: r2009
2006-01-27 22:17:22 +00:00
Matthew Flatt
44929bd21b mostly improvements for JIT testing
svn: r1995
2006-01-27 00:51:04 +00:00
Kathy Gray
e9ab189fcb Correction to int/float-double conversions, and Image printing
svn: r1936
2006-01-24 06:46:47 +00:00
Kathy Gray
cbb9f7bdf6 Bug correction for classes with private methods
svn: r1920
2006-01-21 23:14:52 +00:00
Kathy Gray
581ee0783c Correction to bugs with accessing fields of wrapped java objects, and using == in the presence of dynamic.
svn: r1880
2006-01-20 04:12:33 +00:00
Eli Barzilay
513fcbca40 fix and set svn:eol-style
svn: r1843
2006-01-16 20:32:19 +00:00
Jay McCarthy
7a35f717ba adding test
svn: r1842
2006-01-16 20:00:21 +00:00
Robby Findler
12c7c0b6c6 added this, bound in ->r and ->pp contracts, when used in object-contract
svn: r1841
2006-01-16 18:42:11 +00:00
John Clements
b5d041c429 ...
svn: r1817
2006-01-12 23:57:31 +00:00
John Clements
2ab94a5bf3 ...
svn: r1815
2006-01-12 18:15:22 +00:00
Robby Findler
aa5d3f7378 fixed up file: urls and fixed a bug in the parsing of urls with empty string host names
svn: r1779
2006-01-07 03:25:26 +00:00
John Clements
efeead89b2 ...
svn: r1775
2006-01-06 01:14:48 +00:00
Robby Findler
c6992e0307 fixed url code in various ways
svn: r1752
2006-01-03 14:02:25 +00:00
Kathy Gray
3c6a8d5046 Assorted inner class bug fixes
svn: r1745
2006-01-02 22:38:09 +00:00
Robby Findler
00d989a80a fixed PRs 7783 7785
svn: r1731
2005-12-31 14:23:49 +00:00
Matthew Flatt
e422152bc4 undo off by default, Emacs-style undo added
svn: r1719
2005-12-30 21:41:58 +00:00
Matthew Flatt
894a3c6260 test overflow on equal hashing
svn: r1716
2005-12-30 15:49:00 +00:00
Robby Findler
26c844adc6 misc changes: flush io in make.ss, remove unused require in world.ss, improved test suite, made drscheme use new built-in srcloc debugging info provided by mzscheme
svn: r1708
2005-12-29 14:10:47 +00:00
Matthew Flatt
5ea77942db change Mac default build to put frameworks in plt/lib
svn: r1692
2005-12-26 13:07:35 +00:00
Eli Barzilay
76a8157f35 Less verbose tests,
make size test image be what it comes out of on a VNC screen.

svn: r1640
2005-12-18 08:33:11 +00:00
Noel Welsh
38c5e55e77 Integrate SRFI 69 tests into the test suite
svn: r1635
2005-12-17 10:28:42 +00:00
Noel Welsh
c65252212c Waypoint for moving to a module based test
svn: r1634
2005-12-17 10:14:05 +00:00
Chongkai Zhu
52499b5227 test for SRFI 69
svn: r1632
2005-12-17 03:43:47 +00:00
Noel Welsh
7ce6693974 Test suites for SRFIs
svn: r1630
2005-12-16 22:02:09 +00:00
Noel Welsh
f87c602e42 Start of test suite for SRFIs
svn: r1627
2005-12-16 17:10:55 +00:00
Kathy Gray
7251f03287 Correction to interface types
svn: r1624
2005-12-15 23:04:22 +00:00
John Clements
3e8574f3bd ...
svn: r1619
2005-12-15 18:53:07 +00:00
Kathy Gray
08b57461d7 Corrected immutable string bug, and refined bug fix for casts
svn: r1604
2005-12-12 23:54:14 +00:00
Matthew Flatt
f080b36c9a update pretty-print regression after making the graph counter more consistent
svn: r1592
2005-12-12 16:55:00 +00:00
Kathy Gray
fedbf9e0c8 Correcting a bug with returning a dynamic value
svn: r1588
2005-12-12 03:51:20 +00:00
Kathy Gray
350c360fa9 svn: r1586 2005-12-11 23:57:33 +00:00
John Clements
027eb72aaa merged changes in 888:1556 from the branch
svn: r1557
2005-12-07 10:33:06 +00:00
Matthew Flatt
e0eb139f42 change HtDP tester to check #%module-begin effect
svn: r1542
2005-12-06 21:29:24 +00:00
Robby Findler
4f8054f125 fixed a bug in IO where port-next-location went into a busy loop before any io had happened
svn: r1526
2005-12-05 15:45:26 +00:00
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
Matthew Flatt
bc105baff0 better testing
svn: r790
2005-09-07 21:22:38 +00:00
Matthew Flatt
4b7a8dece0 fix bad remq in test case
svn: r785
2005-09-07 11:58:43 +00:00
John Clements
8d40bf8fd9 temporarily unrolled changes for 299.400 release
svn: r782
2005-09-07 03:00:49 +00:00
Matthew Flatt
9f528d0288 paren-shape tests
svn: r769
2005-09-05 14:23:45 +00:00
Matthew Flatt
420323c562 fix some windows path tests
svn: r767
2005-09-05 13:26:19 +00:00
John Clements
f68dda3324 whoops...
svn: r762
2005-09-04 07:19:03 +00:00
Matthew Flatt
cccf1fb978 mred unicode tests, mzscheme windows path tests
svn: r761
2005-09-04 00:01:13 +00:00
John Clements
800281da88 merged from stepper-tests branch
svn: r744
2005-09-01 23:26:32 +00:00
Robby Findler
e1e7b9fe43 void results for expressions now print in the teaching languages
svn: r739
2005-09-01 22:07:45 +00:00
Robby Findler
f35acf442c ,
svn: r718
2005-08-31 12:35:02 +00:00
Eli Barzilay
9ceeaa4f83 svn: r669 2005-08-25 06:45:57 +00:00
Eli Barzilay
b31d3cd92c Some initial tests for foreign
svn: r668
2005-08-25 06:45:29 +00:00
Eli Barzilay
c46f4974a1 set eol-style
svn: r599
2005-08-16 06:23:47 +00:00
Matthew Flatt
665706fd66 plai languages
svn: r597
2005-08-16 01:53:16 +00:00
Eli Barzilay
4fe514e6e9 First test suite version from Alex.
svn: r576
2005-08-09 20:24:07 +00:00
Robby Findler
461193f073 ,
svn: r532
2005-08-02 04:12:48 +00:00
Matthew Flatt
21a3ded089 hash-table-copy should produce mutable table, PR 7519
svn: r529
2005-08-01 22:47:54 +00:00
Matthew Flatt
0a833c44c4 test for PR 7518
svn: r528
2005-08-01 22:27:57 +00:00
Robby Findler
fe7de62c4f ,
svn: r510
2005-07-31 01:14:54 +00:00
Matthew Flatt
758848f66c fixed check for duplicate struct type properties
svn: r504
2005-07-30 17:26:00 +00:00
Robby Findler
e8eeca4601 ,
svn: r501
2005-07-30 16:09:46 +00:00
Robby Findler
de72d31f2b drscheme test suites now run
svn: r498
2005-07-30 05:46:43 +00:00
Matthew Flatt
909ad1156f 299.108
svn: r413
2005-07-21 13:41:00 +00:00
Robby Findler
b01290c3ef fixed bug in provide/contract
svn: r411
2005-07-21 00:22:36 +00:00
Robby Findler
4b0e802fe4 fixed bugs dealing with super structs in provide/contract and fixed (newly exposed) bugs in mrflow
svn: r391
2005-07-18 13:06:30 +00:00
Robby Findler
20aa3cef02 made struct library work better with copy-struct; still not perfect
svn: r381
2005-07-16 04:41:29 +00:00
Robby Findler
d277160879 fixed bug in syntax checker; now works with only require spec
svn: r376
2005-07-13 15:57:22 +00:00
Matthew Flatt
3d8c40afe4 fixed verify- ops to take old-format exploded signatures
svn: r277
2005-06-30 16:40:13 +00:00
Matthew Flatt
1951afa0a5 added test for bytes<->string/locale
svn: r267
2005-06-28 20:49:40 +00:00
Matthew Flatt
de84c91d1a URI query tags case-sensitive
svn: r262
2005-06-28 19:57:19 +00:00
Matthew Flatt
0d4bc2cd9d 299.107
svn: r259
2005-06-28 17:01:03 +00:00
Matthew Flatt
dc2fa5a172 remove done in mred test
svn: r195
2005-06-16 10:58:33 +00:00
Robby Findler
06b511f323 added recursive contracts and fixed a bug or two
svn: r81
2005-06-09 18:56:19 +00:00
Eli Barzilay
daa18fcba0 typos
svn: r66
2005-06-08 00:28:39 +00:00
Eli Barzilay
761562eeb7 Mirrored Matthew's commit to CVS:
Moving the implementation of `save-file' in text% and pasteboard% from C++ to Scheme.

svn: r10
2005-05-29 07:24:50 +00:00
Eli Barzilay
017d151d59 Adding collects, with all the right properties (except eoln-style).
svn: r3
2005-05-27 18:56:37 +00:00