Commit Graph

193 Commits

Author SHA1 Message Date
Eli Barzilay
481c3670a0 disable framework test exes and change web-server executable names
svn: r3012
2006-05-22 21:44:00 +00:00
Matthew Flatt
b04da77a20 fix collapse-module-path for rel-to of .
svn: r2933
2006-05-13 15:27:21 +00:00
Kathy Gray
a74548cd95 Correction to no reachable return bug in the presence of loops. Slight modifications to parse-error messages.
svn: r2911
2006-05-11 21:20:31 +00:00
Matthew Flatt
fd9266eb79 allow Windows build to live in a path that includes non-ASCII characters
svn: r2907
2006-05-11 18:08:27 +00:00
Matthew Flatt
97e800aeee improved/corrected UTF-16 tests
svn: r2901
2006-05-10 16:28:25 +00:00
Matthew Flatt
30ad72f765 UTF-16 tests
svn: r2900
2006-05-10 14:55:40 +00:00
Robby Findler
1072ac68aa added option to disable magic open parens separately from magic close ones
svn: r2833
2006-04-28 08:57:05 +00:00
Kathy Gray
7c4c832269 Corrected bug in initializing an array with { }
svn: r2827
2006-04-27 21:47:30 +00:00
Matthew Flatt
9f513d240e fix cert handling for init, init-field, and field
svn: r2823
2006-04-27 20:30:16 +00:00
Matthew Flatt
8d8ed10e3e openssl test
svn: r2815
2006-04-27 15:56:04 +00:00
Kathy Gray
a3eb06d5b2 Corrected error of unreachable return in if without else and no return.
svn: r2805
2006-04-26 17:33:37 +00:00
Kathy Gray
f0564d5746 Correction to bug for accessing private field
svn: r2791
2006-04-26 04:33:09 +00:00
Matthew Flatt
36e854dbc5 more regexp tests
svn: r2708
2006-04-18 17:35:41 +00:00
Matthew Flatt
0c25abb469 bitwise ops allow 0 args; new JIT-inlined procs
svn: r2687
2006-04-17 15:11:44 +00:00
Eli Barzilay
88341ddf0e Made it ok to use rest-like stuff with keywords when allowing other keywords
(either explicitly or implicitly).

svn: r2676
2006-04-15 21:15:08 +00:00
Robby Findler
ae20c75e18 added let loop recognition to [ thingy
svn: r2671
2006-04-13 22:01:56 +00:00
Robby Findler
a6244d0896 fixed strategy for determining if a paren is really going to be parsed as a paren (as opposed to being in the middle of a string or whatever)
svn: r2667
2006-04-12 21:38:44 +00:00
Robby Findler
0002ea598b added provide/contract as something that automatically gets []s
svn: r2665
2006-04-12 18:12:36 +00:00
Robby Findler
676df8bc8c added new, fixed a bug in character constants for the new [ handling
svn: r2663
2006-04-12 03:15:10 +00:00
Robby Findler
6638f46c75 added automatic remapping of [ to ( in many cases; see docs for details
svn: r2662
2006-04-11 23:20:57 +00:00
Robby Findler
0ad4118f6f fixed image.ss to handle the case when positive and negative infinity are supplied to overlay/xy and also limited one-of/c's inputs
svn: r2659
2006-04-11 13:53:53 +00:00
Robby Findler
1c97b4c21f fixed PR 7999 and added one-of/c to the contract library
svn: r2650
2006-04-10 03:54:55 +00:00
Matthew Flatt
c6174237ee fix make-bytes test
svn: r2624
2006-04-06 13:32:28 +00:00
Kathy Gray
524dbb1cbe Corrected bug in statements after loop, running same language in two
windows/tabs, substring off by one error, spelling error in error message

svn: r2591
2006-04-04 17:42:06 +00:00
Eli Barzilay
16f01a1109 {quick,merge}sort -> sort
svn: r2569
2006-04-01 12:24:15 +00:00
Eli Barzilay
f7c14a5b67 test new sort, test stableness
svn: r2568
2006-04-01 08:52:31 +00:00
Robby Findler
0f122fbc0d added a test or two
svn: r2565
2006-04-01 02:34:04 +00:00
Matthew Flatt
9ba712d8f7 test readtable default parser
svn: r2554
2006-03-31 13:13:12 +00:00
Robby Findler
940fbc81a9 improved internal contract stuff
svn: r2547
2006-03-30 19:06:27 +00:00
Matthew Flatt
a10c2acb13 check b&w dc pixel ops
svn: r2528
2006-03-28 16:19:53 +00:00
Robby Findler
2a39639d98 more tests
svn: r2504
2006-03-25 04:31:48 +00:00
Robby Findler
dba28564ea more tests
svn: r2501
2006-03-25 00:23:23 +00:00
Robby Findler
4aed9bd393 added some tests as I refactor the contract library
svn: r2497
2006-03-24 16:07:34 +00:00
Robby Findler
8617ca8fcd defeats the inlining optimization by making procedure bodies big in order to do lazy contract checking
svn: r2486
2006-03-22 21:12:53 +00:00
Robby Findler
ab80f98943 added another contract-greater test
svn: r2483
2006-03-22 15:22:09 +00:00
Robby Findler
e2d053bac1 PR 7976 fixed
svn: r2473
2006-03-21 02:11:14 +00:00
Matthew Flatt
6b7e973056 new tests for 301.11
svn: r2467
2006-03-20 20:33:22 +00:00
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