Robby Findler
bb9b8eb90e
finished lazy data structure contracts
...
svn: r2458
2006-03-19 00:03:48 +00:00
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