Commit Graph

7212 Commits

Author SHA1 Message Date
Matthew Flatt
95aca3e86a fix gcd & lcm on single negative argument (PR 9330)
svn: r9543
2008-04-30 12:26:09 +00:00
Eli Barzilay
e04ef5b12b Welcome to a new PLT day.
svn: r9542
2008-04-30 07:50:22 +00:00
Robby Findler
71dddbdb28 a probable bug fix
svn: r9541
2008-04-30 03:30:57 +00:00
Matthew Flatt
ac31eba987 fix delim-cont bug (in the case that a captured continuation is delimited in the middle of a meta-contiuation that isn't the current one)
svn: r9540
2008-04-30 03:01:40 +00:00
Robby Findler
faaa7d1bc1 more progress on the framework docs
svn: r9539
2008-04-29 22:51:59 +00:00
Sam Tobin-Hochstadt
8307bf835b Fix new inference algorithm to handle all test cases.
svn: r9538
2008-04-29 21:42:37 +00:00
Sam Tobin-Hochstadt
ab81b1d64f Ignore.
Remove supurious annotation.

svn: r9537
2008-04-29 21:42:16 +00:00
Kathy Gray
6a1b99a74f Fixes to v4 errors discovered in test suite;
Fixes to undefined errors in parser;
Tweak to error selection in parser;
Removal of irrelevant preference in ProfJ Tool

svn: r9536
2008-04-29 16:07:47 +00:00
Matthew Flatt
c71192136e r6rs io/simple tests; syntax-case bug fix (PR 9328)
svn: r9535
2008-04-29 13:30:09 +00:00
Matthew Flatt
94ccfc68c6 r6rs tests and bug fixes (including PR 9324)
svn: r9534
2008-04-29 13:02:12 +00:00
Eli Barzilay
2662a36243 Welcome to a new PLT day.
svn: r9533
2008-04-29 07:50:17 +00:00
Sam Tobin-Hochstadt
03f3ee3e81 Provide match-lambda**
svn: r9532
2008-04-29 03:53:51 +00:00
Greg Cooper
6c1e70af8e various debugger fixes:
fix trim-expr-str
get rid of some calls to format
use paragraphs instead of lines in stack frame view

svn: r9531
2008-04-29 03:10:46 +00:00
Sam Tobin-Hochstadt
ad75b18eaf Use new inference engine.
svn: r9530
2008-04-29 01:55:37 +00:00
Sam Tobin-Hochstadt
1d21ec5dda Control multiple errors with a parameter.
Don't use same code for handling type ascription and annotation.

svn: r9529
2008-04-29 01:42:07 +00:00
Matthew Flatt
2837df70a6 reencode-output: flush buffer on encoding error, so that the port can be closed
svn: r9528
2008-04-29 01:18:13 +00:00
Matthew Flatt
3c9a4a284a fix 'can-update for Windows
svn: r9527
2008-04-29 00:24:24 +00:00
Robby Findler
e5fba85ed0 fixed a bug in check syntax and a bug in the contract system
svn: r9524
2008-04-28 22:12:21 +00:00
Matthew Flatt
e6b2b19030 r6rs io/ports-6 repairs and tests
svn: r9523
2008-04-28 21:59:18 +00:00
Sam Tobin-Hochstadt
53709f1faf Fix indentation.
Add missing variable annotation.
Remove unecessary annotations.
Now pass.

svn: r9522
2008-04-28 21:21:30 +00:00
Sam Tobin-Hochstadt
a39a9ddfb7 comment out exampled
svn: r9521
2008-04-28 21:21:29 +00:00
Sam Tobin-Hochstadt
0255f00130 fix again
svn: r9520
2008-04-28 21:21:29 +00:00
Sam Tobin-Hochstadt
032a4eb7b9 aaaah!
svn: r9519
2008-04-28 21:21:28 +00:00
Sam Tobin-Hochstadt
72effc076d Add matthew's test case.
svn: r9518
2008-04-28 21:21:27 +00:00
Sam Tobin-Hochstadt
1ca37e8def Fix comparison.
svn: r9517
2008-04-28 21:21:27 +00:00
Sam Tobin-Hochstadt
3f5550e705 fix
svn: r9516
2008-04-28 21:21:26 +00:00
Sam Tobin-Hochstadt
0f2fc610ce better err message
don't create duplicate imports

svn: r9515
2008-04-28 21:21:26 +00:00
Sam Tobin-Hochstadt
5b19df4bcb check for dups
svn: r9514
2008-04-28 21:21:25 +00:00
Matthew Flatt
c7424bbf14 add missing r6rs test file
svn: r9512
2008-04-28 16:33:23 +00:00
Matthew Flatt
f579d40b82 'must-update file mode; R6RS tests and bug fixes
svn: r9511
2008-04-28 16:32:50 +00:00
Eli Barzilay
4c893aa7dc Welcome to a new PLT day.
svn: r9510
2008-04-28 07:50:12 +00:00
Greg Cooper
aface374af add a couple of checks for empty stack
svn: r9509
2008-04-28 04:06:22 +00:00
Greg Cooper
632f4df567 use bold style to mark current frame, variable names
svn: r9508
2008-04-28 03:55:02 +00:00
Greg Cooper
12a1526e1f use text% objects for stack and variables
to do: documentation, change style of selected frame

svn: r9507
2008-04-28 02:04:44 +00:00
Greg Cooper
30eb4e6a58 initial version of debugger stack view
to do: investigate graphical feedback for frame rollover/selection; update documentation

svn: r9506
2008-04-27 18:40:36 +00:00
Robby Findler
aa5eb38972 svn: r9504 2008-04-27 14:59:14 +00:00
Robby Findler
d07eff8bce added docs for the gui-utils and the textual preferences to the framework
svn: r9503
2008-04-27 14:57:09 +00:00
Matthew Flatt
aceb620344 put ... and ...+ in defproc grammar
svn: r9502
2008-04-27 13:35:08 +00:00
Robby Findler
c64627fe86 one last fix to the framework/test docs
svn: r9501
2008-04-27 11:10:56 +00:00
Eli Barzilay
957df69c65 Welcome to a new PLT day.
svn: r9500
2008-04-27 04:11:35 +00:00
Robby Findler
6a53f96e06 ported the documentation for the framework's test library -- also extended srcdoc.ss a little bit
svn: r9499
2008-04-27 02:55:21 +00:00
Matthew Flatt
6ffcad639c fix multiple defn of big-bang
svn: r9498
2008-04-26 20:02:02 +00:00
Robby Findler
acffaf63fa svn: r9497 2008-04-26 19:08:38 +00:00
Robby Findler
d3e6f29e38 a little framework progress
svn: r9496
2008-04-26 19:07:54 +00:00
Robby Findler
457bf61732 improved the performance of check syntax some more
svn: r9495
2008-04-26 17:34:16 +00:00
Matthew Flatt
c14a965ebd do not write .fail files
svn: r9494
2008-04-26 16:24:25 +00:00
Matthew Flatt
b9054b366b fix hashing problem related to non-GCable value in 3m
svn: r9493
2008-04-26 16:23:26 +00:00
Matthew Flatt
3d36ce495b fix abs for 64-bit
svn: r9492
2008-04-26 16:00:51 +00:00
Kathy Gray
a1370171f1 Correction to two parsing bugs
svn: r9491
2008-04-26 15:33:08 +00:00
Matthew Flatt
56734572d1 add (long) cast in JIT relevant for 64-bit build
svn: r9490
2008-04-26 13:56:16 +00:00