Commit Graph

934 Commits

Author SHA1 Message Date
Matthew Flatt
a31d901061 check smoothing flag before enabling for printer output
svn: r942
2005-09-29 15:56:47 +00:00
Matthew Flatt
eb1c454246 avoid leading colon
svn: r941
2005-09-29 15:56:17 +00:00
Matthew Flatt
898f64df63 avoid leading colon for id
svn: r940
2005-09-29 15:51:20 +00:00
Matthew Flatt
4c5aff33a8 avoid leading colon for id
svn: r939
2005-09-29 15:50:33 +00:00
Matthew Flatt
63e051aee8 removed unused :ucall
svn: r938
2005-09-29 15:50:14 +00:00
Matthew Flatt
74a64f50da avoid leading colon for id
svn: r937
2005-09-29 15:49:48 +00:00
Matthew Flatt
457d23c390 avoid leading colon for id
svn: r936
2005-09-29 15:49:27 +00:00
Matthew Flatt
2ff737514b removed stay character
svn: r935
2005-09-29 15:48:54 +00:00
Matthew Flatt
46e33e12d9 added xform.ss, will provide better interface later
svn: r934
2005-09-29 15:46:59 +00:00
Eli Barzilay
61b329aec1 Welcome to a new PLT day.
svn: r932
2005-09-29 08:20:02 +00:00
Carl Eastlund
fc45eb8125 Honu:
- top.ss
  - Added top:eval-after-program
    to evaluate a new syntax in the context of Honu definitions
  - Added previous contents of test.ss - testing is a top-level behavior
- test.ss
  - Removed top-level testing calls
  - Added bindings useful from testcase code
  - New purpose is to be auto-required from *-test.ss when *.honu is tested
- examples/point-test.ss
  - Removed now-redundant definitions
- examples/BoundedStack-test.ss
  - Wrote tests for BoundedStack, both of defined names and actual code results
- examples/BoundedStack.honu
  - Removed test results that are now in ...-test.ss

svn: r930
2005-09-29 00:18:44 +00:00
Robby Findler
2986059cf2 started to build an implementation of contexts as procedures that do the plugging, but ran into trouble with name patterns
svn: r929
2005-09-28 21:09:56 +00:00
Carl Eastlund
728f65e9af Honu:
- test.ss
  - Special case, short error messages if test files not found
- parsers/parse.ss
  - Removed make-struct-type-decls and make-struct-exports
    (at Stevie's instruction: functionality duplicated elsewhere)
- tenv.ss, ast.ss, compile.ss
  - linewrapped code and comments to 100 columns or less

svn: r928
2005-09-28 19:56:44 +00:00
Eli Barzilay
4b464d1f83 Welcome to a new PLT day.
svn: r927
2005-09-28 08:20:03 +00:00
Jay McCarthy
1fdc303bf3 Fix of call
svn: r926
2005-09-27 23:47:16 +00:00
Eli Barzilay
6efbcbbba3 fix self-referential cstructs
svn: r924
2005-09-27 09:20:21 +00:00
Eli Barzilay
30a1c9e69d Welcome to a new PLT day.
svn: r919
2005-09-27 08:20:03 +00:00
Matthew Flatt
0ae882672a enable smoothing for printing
svn: r918
2005-09-27 05:58:39 +00:00
Eli Barzilay
1726d11233 Welcome to a new PLT day.
svn: r917
2005-09-26 08:20:04 +00:00
Matthew Flatt
dc7ddab153 added --comment-on-slide
svn: r915
2005-09-25 19:29:04 +00:00
Matthew Flatt
8307ecdd8b added current-line-sep
svn: r914
2005-09-25 11:25:35 +00:00
Eli Barzilay
548a1740f0 Welcome to a new PLT day.
svn: r913
2005-09-25 08:20:03 +00:00
Jay McCarthy
ac19b12504 Adding per-servlet, not per-instance custodians.
svn: r912
2005-09-25 03:39:25 +00:00
Eli Barzilay
1690b23282 Welcome to a new PLT day.
svn: r910
2005-09-24 08:20:02 +00:00
Carl Eastlund
6b184c70de Honu:
- test.ss
  - added list of examples files to test
  - added test-file function to run file and related test cases
  - added run-tests to run automated honu tests
- examples/
  - added test case file for point.honu
- top.ss
  - imported util.ss
  - added run-programs
  - moved test-program to test.ss
- util.ss
  - removed unnecessary "ast.ss" import
  - added "contract.ss" import
  - changed names to prevent import name-clash
  - added definitions of define/p (provide) and define/c (provide/contract),
    plus define-struct versions
  - added map-values for mapping functions which return arbitrary numbers of values
- tenv.ss
  - added sqrt() function to Honu environment

svn: r909
2005-09-24 07:50:32 +00:00
Sam Tobin-Hochstadt
d96e47c4b7 plt-match.ss/match.ss:
- don't export match:test-no-order, which is only used in generated code

test-no-order.ss
- reformat code
- use ormap instead of let loop

render-test-list:
- add define/opt sugar
- remove a lot of pointless stx arguments
- remove a lot of [quasi]syntax/loc

gen-match:
- use internal define instead of let
- remove quasisyntax/loc
- reformat
- remove pointlessly optional argument

coupling-and-binding:
- reformat
- use memf instead of custom loops

svn: r908
2005-09-23 19:55:12 +00:00
Eli Barzilay
821aa78044 Welcome to a new PLT day.
svn: r907
2005-09-23 08:20:04 +00:00
Carl Eastlund
d023288e05 Honu, top.ss:
- Changed names:
  - no longer add honu: prefix to imports
  - now include top: prefix on exports
  - *-introduced-identifiers now *-names (produce symbols, not identifiers)
- Added tenv:entry-mangled-name
- Implemented run-test-class-from-name to print whether a class is/isn't test code

svn: r906
2005-09-23 01:47:34 +00:00
Carl Eastlund
fd91f3afdc Honu, top.ss:
- Removed unused contract.
- Added abstraction for setting current-compile-context.
- Changed names of some input variables.
- Added names of introduced definitions to output of run-program.
- Begain writing test-program (for running test cases).

svn: r905
2005-09-22 21:43:20 +00:00
Jay McCarthy
2cd6bab47d cancel-timer! was blocking in an exit-handler.
svn: r904
2005-09-22 18:19:38 +00:00
Eli Barzilay
38568086b4 Welcome to a new PLT day.
svn: r901
2005-09-22 08:20:04 +00:00
Carl Eastlund
097e65a084 Honu:
- added top.ss, containing mzscheme-accessible compilation commands.
- line-wrapped tool.ss to max width 100.

svn: r896
2005-09-21 15:47:48 +00:00
Eli Barzilay
e2c11d5476 Welcome to a new PLT day.
svn: r894
2005-09-21 08:20:02 +00:00
Eli Barzilay
a3fae4a355 oops, still using the same protocol
svn: r893
2005-09-21 04:41:51 +00:00
Eli Barzilay
b6e2853d2c better description
svn: r892
2005-09-21 04:36:55 +00:00
Eli Barzilay
9eace8d11d Use write+flush in client.ss,
remove bogus second write from tool.ss.

svn: r891
2005-09-21 03:18:33 +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
Jay McCarthy
2bf93fa004 Performance and cancel-continuations!
svn: r886
2005-09-20 22:06:33 +00:00
Eli Barzilay
c6152b783b Welcome to a new PLT day.
svn: r885
2005-09-20 08:20:03 +00:00
Eli Barzilay
bb60675440 check that cleanup dir exists
svn: r884
2005-09-20 03:21:36 +00:00
Matthew Flatt
04bc38a3fd added code-pict subtype to better handle embeddings
svn: r883
2005-09-19 16:26:34 +00:00
Eli Barzilay
fe28e0b0ca Welcome to a new PLT day.
svn: r882
2005-09-19 08:20:03 +00:00
Matthew Flatt
a840944371 variant constructors bound to syntax
svn: r875
2005-09-18 13:54:22 +00:00
Matthew Flatt
dbd1261122 extra paging keybindings
svn: r874
2005-09-18 12:47:35 +00:00
Matthew Flatt
f957d1ffa9 afm top space uses Ascent instead of CapHeight
svn: r872
2005-09-18 12:32:51 +00:00
Matthew Flatt
43d2868700 thread-cell tests
svn: r870
2005-09-18 12:30:58 +00:00
Eli Barzilay
da08e1a5e2 Welcome to a new PLT day.
svn: r868
2005-09-18 08:20:01 +00:00
Matthew Flatt
f3c0de5891 fix syntax-error message
svn: r867
2005-09-18 00:52:24 +00:00
Eli Barzilay
0cedaf8217 Welcome to a new PLT day.
svn: r866
2005-09-17 08:20:02 +00:00
Matthew Flatt
3c487a849b better timeout error message, doc revisions
svn: r865
2005-09-16 19:48:58 +00:00
Eli Barzilay
e5b7f9123d Welcome to a new PLT day.
svn: r863
2005-09-16 08:20:04 +00:00
Jay McCarthy
490010bd3a Commiting new interface version, with new timeout semantics
svn: r862
2005-09-15 23:17:39 +00:00
Eli Barzilay
f28927d3b1 execute counts are destructively modified
svn: r861
2005-09-15 22:14:19 +00:00
Eli Barzilay
d7b59fdd60 Copy execution counts (and do it at the right place)
svn: r860
2005-09-15 22:08:10 +00:00
Jay McCarthy
442286672b Improving servlet extent error message
svn: r859
2005-09-15 22:00:13 +00:00
Matthew Flatt
8a35993125 use code inspector
svn: r858
2005-09-15 17:50:32 +00:00
Jay McCarthy
c73537ff13 Introducing error when send/suspend like operations used outside of servlet-instance
svn: r857
2005-09-15 17:01:04 +00:00
Jay McCarthy
edfd2a4dd3 Fixing timeouts and making send/finish expire the session
svn: r855
2005-09-15 11:18:39 +00:00
Eli Barzilay
98dd029e7d Welcome to a new PLT day.
svn: r854
2005-09-15 08:20:02 +00:00
Eli Barzilay
b28a6df99b * Added functionality for checking coverage information
* Submissions are opened with line counting

svn: r853
2005-09-14 18:23:05 +00:00
Eli Barzilay
02c6c62601 Welcome to a new PLT day.
svn: r852
2005-09-14 08:20:02 +00:00
Eli Barzilay
1b4a3c7286 Sort collections according to the last element in the path, so they
are orderered deterministically.  (Otherwise, order changes based on
where your home directory and your plt tree are.)

svn: r851
2005-09-13 18:35:07 +00:00
Greg Cooper
a69fc0380e - added contract library to non-beginner langs to reflect documentation
svn: r850
2005-09-13 15:53:11 +00:00
Eli Barzilay
c59acfb12b Welcome to a new PLT day.
svn: r849
2005-09-13 08:20:02 +00:00
Eli Barzilay
7d88a48fb9 The patchlevel is added (as a "pN" suffix) to DrScheme version
svn: r846
2005-09-13 01:03:30 +00:00
Eli Barzilay
957943f162 encode paths in url strings
svn: r845
2005-09-13 00:38:04 +00:00
John Clements
4629487985 re-applied changes by merging back to 782
svn: r844
2005-09-12 23:53:31 +00:00
Matthew Flatt
4a6814388c remove force-brush-to-black in MrPict rendering
svn: r841
2005-09-12 20:35:44 +00:00
Kathy Gray
6e6e54d411 Fixed infinite loop bug in parse-error
svn: r839
2005-09-12 17:11:51 +00:00
Eli Barzilay
57e6e0c2b5 fixes for tight-security guard
svn: r838
2005-09-12 16:51:25 +00:00
Eli Barzilay
8ebf009e18 two path bugs
svn: r837
2005-09-12 16:25:00 +00:00
Eli Barzilay
32be056d1d * Manage dialog is now centered, new-user is leftmost tab, will start
with the change-password tab if a user is already remembered.
* Button name, frame titles, etc, all contain the handin-name
  configuration entry.

svn: r836
2005-09-12 15:15:39 +00:00
Eli Barzilay
4ca0878e5e Welcome to a new PLT day.
svn: r835
2005-09-12 08:20:02 +00:00
Jay McCarthy
15300b37a4 Modifying count example
svn: r834
2005-09-11 20:01:33 +00:00
Jay McCarthy
8572e70968 PR7576
svn: r833
2005-09-11 17:43:23 +00:00
Jay McCarthy
700c36eccd Fix of address lookup for SSL
svn: r832
2005-09-11 17:31:23 +00:00
Eli Barzilay
07598376bd Welcome to a new PLT day.
svn: r831
2005-09-11 08:20:04 +00:00
Eli Barzilay
8b5832a24d Improved status servlet.
svn: r830
2005-09-10 18:54:04 +00:00
Eli Barzilay
690c4b2517 semaphore for cleanup, configurable error messages
svn: r827
2005-09-10 10:00:52 +00:00
Eli Barzilay
6cb6343634 svn: r826 2005-09-10 08:23:35 +00:00
Eli Barzilay
198c98c805 Welcome to a new PLT day.
svn: r825
2005-09-10 07:49:21 +00:00
Eli Barzilay
ffef6a75bf svn: r824 2005-09-10 07:49:12 +00:00
Guillaume Marceau
3f8d2cf779 documented the annotator
svn: r823
2005-09-09 22:33:57 +00:00
Sam Tobin-Hochstadt
24b6ae4b32 Match:
- Simplify code for getter and setter handling.
- Fix cons patterns
- Reformat code to make it more readable

svn: r822
2005-09-09 22:28:47 +00:00
Eli Barzilay
9fbf8f47eb Completed cleaup facility
svn: r821
2005-09-09 22:21:54 +00:00
Greg Cooper
a7788ad50f now it should work for everyone
svn: r820
2005-09-09 21:58:52 +00:00
Greg Cooper
0eac5e012d removed experimental dependence on compose-continuation-marks
svn: r819
2005-09-09 21:56:14 +00:00
Greg Cooper
8e93c75f81 minor changes + fixes to demos:
svn: r818
2005-09-09 21:41:05 +00:00
Matthew Flatt
adec0ec106 new-user lock, more username restrictions
svn: r817
2005-09-09 20:43:29 +00:00
Robby Findler
46dfd90701 ,
svn: r816
2005-09-09 20:21:21 +00:00
Matthew Flatt
4f1a60c467 fixed implicit begin in type-case, added PLAI Void
svn: r814
2005-09-09 18:34:42 +00:00
Eli Barzilay
d6de531480 Welcome to a new PLT day.
svn: r813
2005-09-09 18:16:12 +00:00
Sam Tobin-Hochstadt
6f8d1ef4f2 getter-setter:
- Fix bug in handling of structures with set! patterns
  nested inside other patterns.
test-structure:
- add placeholder documentation for fields
- use #f instead of (make-inspector)

svn: r812
2005-09-09 15:58:34 +00:00
Eli Barzilay
6c8bd4e087 Removing only files and dirs that are newer in SUCCESS
svn: r811
2005-09-09 15:05:25 +00:00
Eli Barzilay
12260024e8 Using a cleanup mechanism now -- eager version that removes all previous
contents.

svn: r810
2005-09-09 14:41:27 +00:00
Eli Barzilay
5622f9466a Lots of changes to the handin client and server, mostly being able to deal with
group submission.

svn: r809
2005-09-09 02:36:44 +00:00
Eli Barzilay
bcf8da09fe play-sound should deal with paths
svn: r808
2005-09-09 00:10:40 +00:00
Eli Barzilay
bd023260c2 play-sound should deal with paths
svn: r807
2005-09-09 00:01:08 +00:00
Matthew Flatt
39a44d0849 added user-directory lock
svn: r796
2005-09-08 13:34:52 +00:00
Matthew Flatt
1dbff144c2 cursor de-blanking as suggested by Danny
svn: r794
2005-09-08 00:45:42 +00:00
Matthew Flatt
3eeac2cf66 fix define-type for PLAI beginner (but plain old define is still a problem)
svn: r791
2005-09-07 21:23:21 +00:00
Matthew Flatt
bc105baff0 better testing
svn: r790
2005-09-07 21:22:38 +00:00
Matthew Flatt
c401823251 highest should be lowest
svn: r788
2005-09-07 19:19:41 +00:00
Eli Barzilay
cee8e8234e Welcome to a new PLT day.
svn: r787
2005-09-07 18:37:31 +00:00
Kathy Gray
38f85dce57 Fix to catching exceptions
svn: r786
2005-09-07 18:33:23 +00:00
Matthew Flatt
4b7a8dece0 fix bad remq in test case
svn: r785
2005-09-07 11:58:43 +00:00
John Clements
9575d74aa2 reverted changes from 782 to 303 for 299.400 release
svn: r783
2005-09-07 03:04:30 +00:00
John Clements
8d40bf8fd9 temporarily unrolled changes for 299.400 release
svn: r782
2005-09-07 03:00:49 +00:00
Robby Findler
508f5f0510 ,
svn: r779
2005-09-06 20:10:16 +00:00
Matthew Flatt
d44dee3cc7 doc improvements
svn: r777
2005-09-06 15:53:39 +00:00
Matthew Flatt
37658aefc0 doc improvements
svn: r776
2005-09-06 15:50:56 +00:00
Matthew Flatt
b6ba03fd18 code macro improvements
svn: r775
2005-09-06 15:40:00 +00:00
Eli Barzilay
efd50813a0 Welcome to a new PLT day.
svn: r774
2005-09-06 08:20:07 +00:00
Jay McCarthy
1e36a07fc3 Adding code to make instance expiration handlers
svn: r772
2005-09-05 15:30:46 +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
Eli Barzilay
2f2d5c3ddf Welcome to a new PLT day.
svn: r766
2005-09-05 08:20:02 +00:00
Eli Barzilay
412c9c16e2 Welcome to a new PLT day.
svn: r765
2005-09-04 08:20:04 +00:00
John Clements
1f42bd1958 ...
svn: r764
2005-09-04 07:43:33 +00:00
John Clements
e54afdb8c8 ...
svn: r763
2005-09-04 07:38:45 +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
Eli Barzilay
2e041ca654 Welcome to a new PLT day.
svn: r757
2005-09-03 08:20:14 +00:00
Robby Findler
8848a3f7ec changed set! result and its printing for teaching languages
svn: r752
2005-09-02 15:51:49 +00:00
Jay McCarthy
828a942f58 Fixing mime type detection for prefixless files, pr 7564
svn: r751
2005-09-02 12:46:21 +00:00
Eli Barzilay
8c251a0970 Welcome to a new PLT day.
svn: r750
2005-09-02 08:20:04 +00:00
John Clements
b37e67573f removed unneeded file?
svn: r746
2005-09-01 23:37:59 +00:00
John Clements
6c7dd4bbd6 merged changes from 303-744 on branch back into main trunk
svn: r745
2005-09-01 23:31:23 +00:00
John Clements
800281da88 merged from stepper-tests branch
svn: r744
2005-09-01 23:26:32 +00:00
John Clements
e728ab2925 added annotation for advanced setbang
svn: r743
2005-09-01 23:12:20 +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
Jay McCarthy
2b290b3107 Fixing examples
svn: r737
2005-09-01 19:46:29 +00:00
Jay McCarthy
a4ded2be5e Fixing signature
svn: r736
2005-09-01 19:40:50 +00:00
Jacob Matthews
d5ded0000d Added environment variable PLTPLANETDIR to control where planet saves stuff
in order to support multiple installations with different planet caches
(as per dherman's request)

svn: r735
2005-09-01 19:20:57 +00:00
Matthew Flatt
d232a9f491 work around debugger problem with gen-temp ids
svn: r734
2005-09-01 17:05:13 +00:00
Matthew Flatt
76ae386773 add support for message on handin accept, fixed minor GUI bug
svn: r733
2005-09-01 17:04:49 +00:00
Jay McCarthy
281f9a36b3 Creating cache-table for performance!
svn: r731
2005-09-01 12:35:54 +00:00
Eli Barzilay
71d9193d31 Welcome to a new PLT day.
svn: r728
2005-09-01 08:20:04 +00:00
Jay McCarthy
33d90e70f7 Adding expiration replacement primitives
svn: r723
2005-08-31 20:11:34 +00:00
Robby Findler
f0707745e6 ,
svn: r719
2005-08-31 12:35:35 +00:00
Robby Findler
f35acf442c ,
svn: r718
2005-08-31 12:35:02 +00:00
Robby Findler
aaa7b3ae65 ,
svn: r717
2005-08-31 12:34:31 +00:00
Eli Barzilay
f250d751cb ...
svn: r716
2005-08-31 11:37:36 +00:00
Eli Barzilay
7f60578197 Welcome to a new PLT day.
svn: r715
2005-08-31 08:20:04 +00:00
Eli Barzilay
a1a8630666 ...
svn: r714
2005-08-31 05:04:05 +00:00
Matthew Flatt
30020ec063 doc current-open-paren and current-close-paren
svn: r712
2005-08-31 02:25:35 +00:00
Matthew Flatt
de05280acf added flash
svn: r711
2005-08-31 02:24:21 +00:00
Eli Barzilay
da5a52e3f5 Welcome to a new PLT day.
svn: r705
2005-08-30 08:20:02 +00:00
Jay McCarthy
9e305d1960 Fixing PR 7010
svn: r704
2005-08-29 22:14:18 +00:00
Jay McCarthy
3ea5aebdc2 Cleaning up servlet loading
svn: r703
2005-08-29 22:08:31 +00:00
Kathy Gray
346fec9154 Fixed parsing bugs in advanced
svn: r700
2005-08-29 20:18:19 +00:00
Jay McCarthy
6f71fcd413 Formating
svn: r698
2005-08-29 13:17:12 +00:00
Jay McCarthy
dd88172baf Making manuals.ss work again
svn: r697
2005-08-29 12:38:52 +00:00
Jay McCarthy
67360f2843 Correcting contract and caching host-table
svn: r696
2005-08-29 12:38:44 +00:00
Eli Barzilay
cc259d1c90 Welcome to a new PLT day.
svn: r695
2005-08-29 08:20:03 +00:00
Matthew Flatt
ddd2f37dd9 fix saving non-text file in Windows
svn: r694
2005-08-28 22:42:21 +00:00
Eli Barzilay
2be17ef3c7 Welcome to a new PLT day.
svn: r693
2005-08-28 08:20:02 +00:00
Eli Barzilay
0ae54e40c1 Welcome to a new PLT day.
svn: r688
2005-08-27 08:20:04 +00:00
Kathy Gray
2067df9916 Fixed parsing bug in advanced, and array initialization bug
svn: r687
2005-08-26 18:41:21 +00:00
Jay McCarthy
9d4f01f1db Improving servlet loading performance
svn: r685
2005-08-26 14:53:25 +00:00
Jay McCarthy
7ada980df0 Rewrite of timeout manager and fixing of connection mutex bug on kill
svn: r684
2005-08-26 14:49:52 +00:00
Jay McCarthy
0309108a41 Refactoring dispatching from rest of server
svn: r682
2005-08-26 13:23:02 +00:00
Eli Barzilay
70a54e379d Welcome to a new PLT day.
svn: r681
2005-08-26 08:20:04 +00:00
Matthew Flatt
db88fcba02 updated for new web-server
svn: r679
2005-08-26 00:57:51 +00:00
Jay McCarthy
c88a732bda Refactoring dispatcher and structs
svn: r677
2005-08-25 19:51:28 +00:00
Jay McCarthy
97f7ef11b9 Changing current-servlet-instant to TLS
svn: r676
2005-08-25 17:52:07 +00:00
Jay McCarthy
1efb967dd8 Changing to mzscheme version of send-url
svn: r675
2005-08-25 17:34:41 +00:00
Jay McCarthy
30459cf543 Changing internal servlet representation to procedures from request to response, and adding adjust-timeout! to servlet.ss module
svn: r674
2005-08-25 17:02:50 +00:00
Jay McCarthy
7321a54569 Wrapping listener in loop to deal with tcp-accept failures
svn: r672
2005-08-25 15:01:19 +00:00
Jay McCarthy
1fb9d886e4 Moving network-error
svn: r671
2005-08-25 14:53:21 +00:00
Eli Barzilay
93988a2551 Welcome to a new PLT day.
svn: r670
2005-08-25 08:20: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
Jay McCarthy
e92f86feef Ensuring cache-entries work with servlet-env
svn: r667
2005-08-25 01:28:25 +00:00
Jay McCarthy
904b3ce059 PR 7547
svn: r666
2005-08-25 01:27:37 +00:00
Jacob Matthews
2041a95e19 Updated in line with the new configuration table syntax.
svn: r661
2005-08-24 20:35:01 +00:00
Jay McCarthy
c5aea7ccc8 Correcting accident
svn: r658
2005-08-24 18:26:58 +00:00
Jay McCarthy
d981654bbc Fixing PR 7359
svn: r657
2005-08-24 18:02:23 +00:00
Jay McCarthy
68667a740f Fixing PR 7359
svn: r656
2005-08-24 17:59:53 +00:00
Jay McCarthy
6e1a28e126 Adding collect-garbage
svn: r653
2005-08-24 17:20:56 +00:00
Jay McCarthy
99c49a9c5c Fixing typo
svn: r651
2005-08-24 16:45:49 +00:00
Jay McCarthy
a1cf68700e Adding back servlet teachpacks
svn: r648
2005-08-24 16:03:24 +00:00
Jay McCarthy
8a9da56f23 Cleaning make-connection call
svn: r647
2005-08-24 16:02:37 +00:00
Jay McCarthy
a817635bb6 Creating standalone servlet module
svn: r646
2005-08-24 16:02:16 +00:00
Jay McCarthy
5b4bd6ac4a Changing let/cc to let/ec
svn: r645
2005-08-24 16:01:47 +00:00
Matthew Flatt
193aac8a96 remove default-settings?, because super method uses default-settings method
svn: r644
2005-08-24 15:39:07 +00:00
Jay McCarthy
e4d6e9208e Reindenting
svn: r643
2005-08-24 15:02:22 +00:00
Eli Barzilay
fe61e32d34 Welcome to a new PLT day.
svn: r642
2005-08-24 08:20:04 +00:00
Jay McCarthy
3449e840ad Typo
svn: r641
2005-08-23 22:43:34 +00:00
Jay McCarthy
00b2750368 Changing log cache to regular variable
svn: r640
2005-08-23 22:24:59 +00:00
Stevie Strickland
ef55cd3242 PR 7535
svn: r639
2005-08-23 18:50:37 +00:00
Jay McCarthy
00b13175b8 Capturing exceptions and helping with timeouts
svn: r638
2005-08-23 16:52:40 +00:00
Eli Barzilay
85ca8748d7 Welcome to a new PLT day.
svn: r637
2005-08-23 08:20:04 +00:00
Stevie Strickland
47a3f0176b PR 7541
svn: r636
2005-08-23 07:17:48 +00:00
Matthew Flatt
f9f5f29dd4 oops - turn handin back off
svn: r635
2005-08-22 18:48:39 +00:00
Matthew Flatt
6d0fdec1df handin icon and doc fixes
svn: r634
2005-08-22 18:45:51 +00:00
Jay McCarthy
742b6682ea Fixing sync bug
svn: r633
2005-08-22 17:08:14 +00:00
Jay McCarthy
a257bb310b Fixing conn mutexes and adding ssd
svn: r632
2005-08-22 15:35:32 +00:00
Jay McCarthy
5e0b886ee6 PR 7533
svn: r631
2005-08-22 13:45:51 +00:00
Jay McCarthy
ef1caf7465 PR 7450
svn: r630
2005-08-22 13:17:49 +00:00
Jay McCarthy
dee9ff17be Indenting and bug 7544
svn: r629
2005-08-22 12:28:50 +00:00
Jay McCarthy
8c8db33277 Indenting and bug 7544
svn: r628
2005-08-22 12:27:47 +00:00
Jay McCarthy
0987bcd1dd Indenting and bug 7544
svn: r627
2005-08-22 12:21:18 +00:00
Eli Barzilay
19b1ddfa72 Welcome to a new PLT day.
svn: r626
2005-08-22 08:20:01 +00:00
Kathy Gray
0108566138 Fixed two bugs in advanced: one with printing, the other with identifiers in for loops
svn: r625
2005-08-21 15:19:19 +00:00
Eli Barzilay
a22e282ca9 Welcome to a new PLT day.
svn: r624
2005-08-21 08:20:01 +00:00
Eli Barzilay
90d01023c5 Welcome to a new PLT day.
svn: r621
2005-08-20 08:20:02 +00:00
Robby Findler
fd7790118c ,
svn: r620
2005-08-19 20:31:05 +00:00
Eli Barzilay
c3e325f51f Welcome to a new PLT day.
svn: r619
2005-08-19 08:20:02 +00:00
Eli Barzilay
14205d73b4 Welcome to a new PLT day.
svn: r616
2005-08-18 08:20:02 +00:00
Eli Barzilay
cb53c08e59 Welcome to a new PLT day.
svn: r609
2005-08-17 08:20:02 +00:00
Stevie Strickland
9ed4869adb Fixing up bad grammar rule for cond clauses with else.
svn: r608
2005-08-16 22:01:27 +00:00
Matthew Flatt
a42ef53b84 clean up files on break
svn: r605
2005-08-16 21:12:46 +00:00
Matthew Flatt
3e83722b15 changed setup name
svn: r604
2005-08-16 21:12:32 +00:00
Matthew Flatt
782d950a05 more handin-server fixes
svn: r603
2005-08-16 21:11:50 +00:00
Matthew Flatt
805bacb475 ignore failure on setting buffer mode
svn: r602
2005-08-16 21:10:35 +00:00
Matthew Flatt
697043dbc1 handin server/client fixup
svn: r601
2005-08-16 20:17:55 +00:00
Eli Barzilay
1ba0546d2f Welcome to a new PLT day.
svn: r600
2005-08-16 08:20:02 +00:00
Eli Barzilay
c46f4974a1 set eol-style
svn: r599
2005-08-16 06:23:47 +00:00
Matthew Flatt
9ef0da0dc6 fixed plai docs
svn: r598
2005-08-16 02:11:48 +00:00
Matthew Flatt
665706fd66 plai languages
svn: r597
2005-08-16 01:53:16 +00:00
Eli Barzilay
888303d95d Welcome to a new PLT day.
svn: r596
2005-08-15 08:20:02 +00:00
Greg Cooper
c9be867969 -redefined value-nowable to exclude signals whose content is an event-cons
svn: r595
2005-08-14 19:26:33 +00:00
Eli Barzilay
075413bebd Welcome to a new PLT day.
svn: r594
2005-08-14 08:20:02 +00:00
Guillaume Marceau
b9bf3b6134 #%top now works
svn: r593
2005-08-14 07:27:27 +00:00
Guillaume Marceau
d3e8815e46 little clean ups
svn: r591
2005-08-14 06:30:59 +00:00
Guillaume Marceau
00b20bf708 finished updating the docs (again), implemented policies, moved nicely reusable files out of private, renamed load-annotator to load-sandbox
svn: r590
2005-08-14 05:27:58 +00:00
Eli Barzilay
9bb1db2104 Welcome to a new PLT day.
svn: r589
2005-08-13 08:20:02 +00:00
Greg Cooper
8d82aa0056 - changes to support integration with texpict and slideshow
svn: r587
2005-08-12 16:07:40 +00:00
Eli Barzilay
0f3a598bd8 Welcome to a new PLT day.
svn: r586
2005-08-12 08:20:04 +00:00
Jacob Matthews
e362c0b12f Documented new planet command-line option -d
svn: r585
2005-08-11 19:12:00 +00:00
Jacob Matthews
166abfc39e Added package download support to the planet cmdline tool, also fixed a few error string bugs.
svn: r584
2005-08-11 17:53:45 +00:00
Robby Findler
2cf78f136a ,
svn: r582
2005-08-11 13:07:40 +00:00
Eli Barzilay
6af610140a Welcome to a new PLT day.
svn: r581
2005-08-11 08:20:04 +00:00
Jacob Matthews
642b5571bd Updating documentation to explain new HTTP-related configuration parameters.
svn: r580
2005-08-11 02:25:19 +00:00
Jacob Matthews
51f56a3cdc HTTP support for PLaneT
svn: r579
2005-08-11 01:56:12 +00:00
Eli Barzilay
6fa56f33a4 Patch from Christopher Dutchyn, fixing lookup of executables on
Windows, and bumping slatex up to version 20050609.

svn: r578
2005-08-10 22:33:42 +00:00
Eli Barzilay
2e20fe2f94 Welcome to a new PLT day.
svn: r577
2005-08-10 08:20:02 +00:00
Eli Barzilay
4fe514e6e9 First test suite version from Alex.
svn: r576
2005-08-09 20:24:07 +00:00
Eli Barzilay
9bfbc7dcb6 patch from Alex
svn: r575
2005-08-09 20:18:37 +00:00
Eli Barzilay
fab4b76258 Welcome to a new PLT day.
svn: r573
2005-08-09 15:04:14 +00:00
Matthew Flatt
4ad1f38141 299.201
svn: r572
2005-08-09 13:41:06 +00:00
Greg Cooper
2863c91763 - parameters work with signals now
- ufo demo wraps around screen

svn: r570
2005-08-09 03:58:49 +00:00
Kathy Gray
04264c3f8f Documentation for dynamic commit
svn: r569
2005-08-08 21:47:02 +00:00
Kathy Gray
1e802969f9 svn: r568 2005-08-08 21:26:03 +00:00
Kathy Gray
6418b30860 Updated doc.txt to speak about dynamic
svn: r566
2005-08-08 16:50:25 +00:00
Eli Barzilay
66c34004ea Welcome to a new PLT day.
svn: r565
2005-08-08 15:00:12 +00:00
Eli Barzilay
60b900e5f5 Welcome to a new PLT day.
svn: r562
2005-08-07 06:30:31 +00:00
Eli Barzilay
92854f53ca Welcome to a new PLT day.
svn: r557
2005-08-06 04:32:15 +00:00
Guillaume Marceau
bf57c0e894 updated dox.txt
svn: r555
2005-08-06 00:58:08 +00:00
Guillaume Marceau
6f31d7a6b8 fixed small contract bug
svn: r554
2005-08-06 00:34:10 +00:00
Eli Barzilay
5d986f3e04 Welcome to a new PLT day.
svn: r553
2005-08-04 23:09:17 +00:00
Eli Barzilay
7dfbfae9c6 patch from Alex
svn: r552
2005-08-04 23:06:11 +00:00
Kathy Gray
7ed2a33211 fixed error message bug for naming a method the same as the constructor
svn: r550
2005-08-04 18:12:41 +00:00
Matthew Flatt
3881680c95 drscheme shares pconvert-prop.ss, EOPL uses it to change constructor printing
svn: r545
2005-08-04 04:18:37 +00:00
Matthew Flatt
e08138d97c added prop:print-convert-constructor-name
svn: r544
2005-08-04 03:49:35 +00:00
Matthew Flatt
98ed509542 fixed bug in build-struct-expand-info
svn: r543
2005-08-04 03:21:37 +00:00
Guillaume Marceau
cb30a90f04 define-values-for-syntax and (now-running b) and broken #%top
svn: r542
2005-08-03 19:45:21 +00:00
Robby Findler
a4be78133a ,
svn: r541
2005-08-03 14:11:51 +00:00
Philippe Meunier
ed76966f53 .
svn: r538
2005-08-02 21:35:13 +00:00
Philippe Meunier
b7e0b9d664 .
svn: r537
2005-08-02 21:33:55 +00:00
Eli Barzilay
94e7c6fcc6 Welcome to a new PLT day.
svn: r534
2005-08-02 17:12:53 +00:00
Robby Findler
461193f073 ,
svn: r532
2005-08-02 04:12:48 +00:00
Robby Findler
442e9fad32 ,
svn: r531
2005-08-02 04:12:41 +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
Matthew Flatt
64cca08d28 fixed unit/sig rename bug - PR 7518
svn: r527
2005-08-01 22:22:57 +00:00
Eli Barzilay
2819927287 Welcome to a new PLT day.
svn: r526
2005-08-01 19:01:34 +00:00
Matthew Flatt
3ecfa5991f added jewel game
svn: r525
2005-08-01 18:58:15 +00:00
Matthew Flatt
c31a64ee56 allow space in search
svn: r523
2005-08-01 17:45:48 +00:00
Jay McCarthy
a180ebce2e Adding to todo
svn: r521
2005-08-01 15:41:51 +00:00
Matthias Felleisen
95c6f7285b - changed the interface of bigBang; it now starts the canvas, too.
svn: r514
2005-08-01 00:17:00 +00:00
Matthew Flatt
6a6774d336 adjusted terminology in the GUI
svn: r513
2005-07-31 13:45:01 +00:00
Eli Barzilay
05848a6df0 Welcome to a new PLT day.
svn: r512
2005-07-31 04:33:43 +00:00
Robby Findler
fe7de62c4f ,
svn: r510
2005-07-31 01:14:54 +00:00
Eli Barzilay
04a466d23d Welcome to a new PLT day.
svn: r509
2005-07-30 20:53:35 +00:00
Greg Cooper
e9593ed546 - bug fixes
- got spreadsheet working again

svn: r507
2005-07-30 20:45:28 +00:00
Kathy Gray
38ae4e952b Fixed a bug where interfaces were not being properly mirrored for dynamic use,
also adds ability to use graphics in the interactions window for Full Java

svn: r506
2005-07-30 18:31:11 +00:00
Matthias Felleisen
871efa46cb - fixed Canvas to export theCanvas for overriding
- QUESTION: how do I refer to theCanvas from the native Scheme methods? 

svn: r505
2005-07-30 17:34:56 +00:00
Matthew Flatt
758848f66c fixed check for duplicate struct type properties
svn: r504
2005-07-30 17:26:00 +00:00
Matthew Flatt
119c98debf only prints snips, syntax, etc specially whe the port writes specials
svn: r503
2005-07-30 17:04:51 +00:00
Matthias Felleisen
d844256e25 - modified World so that it contains a specific Canvas
deleted the canvas methods 
  made it abstract so that programmers _must_ override 
  the essential methods

svn: r502
2005-07-30 16:52:06 +00:00
Robby Findler
e8eeca4601 ,
svn: r501
2005-07-30 16:09:46 +00:00
Matthias Felleisen
15cf82a476 - added Canvas-native-methods.ss
svn: r500
2005-07-30 13:33:18 +00:00
Matthias Felleisen
6cd69138f8 - added Canvas.java
svn: r499
2005-07-30 13:22:44 +00:00
Robby Findler
de72d31f2b drscheme test suites now run
svn: r498
2005-07-30 05:46:43 +00:00
Matthias Felleisen
c9046e4e44 - created a Canvas class and implementation
so that world can become an abstract class 
  (well, we will pretend it is one; I have 
  to ask Kathy how to do this)
 

svn: r497
2005-07-30 02:11:50 +00:00
Matthew Flatt
5bb5c7aee7 fixed fill, as reported on plt-scheme list 7/28/05
svn: r496
2005-07-29 13:13:55 +00:00
Matthew Flatt
e6e64379d2 cygwin DLL build fixes
svn: r491
2005-07-28 21:49:16 +00:00
Eli Barzilay
2a710589ad Welcome to a new PLT day.
svn: r473
2005-07-28 08:20:02 +00:00
Matthew Flatt
b97ed46ad1 revised export syntax
svn: r470
2005-07-27 21:47:11 +00:00
Matthew Flatt
8512606ee4 r6rs repl clean-up
svn: r469
2005-07-27 20:58:43 +00:00
Matthew Flatt
d3056a39f3 r6rs library form improvements
svn: r468
2005-07-27 18:50:30 +00:00
Greg Cooper
2ff54dc636 mztake has been fixed to compile w/o the (deprecated) frp.ss,
so I am finally removing it

svn: r466
2005-07-27 17:19:19 +00:00
Jay McCarthy
b12987e9e8 Updating for new frtime and making col optional
svn: r465
2005-07-27 16:29:13 +00:00
Greg Cooper
84db00645b added never-e to lang-ext.ss
svn: r463
2005-07-27 16:10:42 +00:00
Eli Barzilay
7a2aa170fb Welcome to a new PLT day.
svn: r458
2005-07-27 08:20:04 +00:00
Jay McCarthy
6e06669843 Fixing compile error
svn: r455
2005-07-26 22:36:04 +00:00
Matthew Flatt
fd50016d00 doc tweak
svn: r451
2005-07-26 17:04:26 +00:00
Matthew Flatt
ad89fbf2e6 doc tweak
svn: r450
2005-07-26 17:02:25 +00:00
Matthew Flatt
f6531a307f initial reference implementation of library form that might appear in R6RS
svn: r449
2005-07-26 17:00:09 +00:00
Jay McCarthy
1eda5e3ffd Refactoring code into engine and mztake; and, optimizing where/traces
svn: r448
2005-07-26 16:28:50 +00:00
Matthew Flatt
663fe4d4bc fixed ssl-accept
svn: r445
2005-07-26 15:21:42 +00:00
Eli Barzilay
1034164b8f Welcome to a new PLT day.
svn: r444
2005-07-26 08:20:02 +00:00
Jay McCarthy
824a6452f1 Renaming exception demo
svn: r443
2005-07-25 18:55:51 +00:00
Jay McCarthy
aee4e5b76e Updating exception demo
svn: r442
2005-07-25 18:55:34 +00:00
Jay McCarthy
7650889be0 Rename highway demo
svn: r441
2005-07-25 18:43:48 +00:00
Jay McCarthy
71d4518c4b Removing file.
svn: r440
2005-07-25 18:43:38 +00:00
Jay McCarthy
f95d104d5a updating highway demo
svn: r439
2005-07-25 18:43:18 +00:00
Jay McCarthy
2c08ff09f9 Fixing typos
svn: r438
2005-07-25 15:11:54 +00:00
Eli Barzilay
81866b4769 Welcome to a new PLT day.
svn: r437
2005-07-25 08:20:02 +00:00
Eli Barzilay
5d0e16f3ca Welcome to a new PLT day.
svn: r436
2005-07-24 08:20:02 +00:00
Eli Barzilay
8015dc6d37 Welcome to a new PLT day.
svn: r435
2005-07-23 08:20:04 +00:00
Matthew Flatt
31582aaca9 fixed eventspace problems, changed value printing
svn: r434
2005-07-22 23:50:44 +00:00
Matthew Flatt
e8dcb756b5 fixed minor GUI issues
svn: r433
2005-07-22 18:43:09 +00:00
Eli Barzilay
3cedfb4745 Welcome to a new PLT day.
svn: r431
2005-07-22 06:20:17 +00:00
Greg Cooper
2608359c70 added back value-nowable and behaviorof for mztake
svn: r430
2005-07-22 02:43:59 +00:00
Matthew Flatt
e511778fa2 fixed running/showing of interlocking-component slide example
svn: r427
2005-07-21 21:12:43 +00:00
Matthew Flatt
fa19336839 fixed comment boxes
svn: r426
2005-07-21 21:06:03 +00:00
Greg Cooper
0e3a5f01df - new and improved model for conditionals based on "super-lift"
- added quasiquote
- made structures memory-efficient
- removed "non-scheduled" dependencies
- split into several modules

svn: r420
2005-07-21 18:06:23 +00:00
Matthew Flatt
7c44f1efca added alt-/option-/meta- and cmd- arrow bindings
svn: r417
2005-07-21 15:35:01 +00:00
Kathy Gray
bc5db8e3df svn: r415 2005-07-21 14:39:22 +00:00
Matthew Flatt
909ad1156f 299.108
svn: r413
2005-07-21 13:41:00 +00:00
Eli Barzilay
beb196216e Welcome to a new PLT day.
svn: r412
2005-07-21 08:20:02 +00:00
Robby Findler
b01290c3ef fixed bug in provide/contract
svn: r411
2005-07-21 00:22:36 +00:00
Jay McCarthy
5ebead55e1 Removing broken demo code
svn: r409
2005-07-20 20:08:17 +00:00
Jay McCarthy
e1a277f2fa Fixing mztake for dijkstra demo
svn: r408
2005-07-20 20:07:06 +00:00
Jay McCarthy
f88319ffa6 Removing broken demo
svn: r404
2005-07-20 18:44:26 +00:00
Jay McCarthy
e6d8266b44 Removing broken demo
svn: r403
2005-07-20 18:40:14 +00:00
Jay McCarthy
035a2a9448 Removing broken demo
svn: r402
2005-07-20 18:39:46 +00:00
Eli Barzilay
f9d92b6b60 Welcome to a new PLT day.
svn: r400
2005-07-20 06:55:33 +00:00
Jay McCarthy
d22090f73d Converting request-bindings/raw to bytes
svn: r398
2005-07-19 21:41:12 +00:00
Eli Barzilay
bfe4eb5ab0 Welcome to a new PLT day.
svn: r393
2005-07-19 08:20:02 +00:00
Kathy Gray
ce9dae1480 svn: r392 2005-07-18 17:07:24 +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
Eli Barzilay
758d2cbd29 Welcome to a new PLT day.
svn: r390
2005-07-18 08:20:01 +00:00
Kathy Gray
4d63cd4701 Various bug fixes, for dynamic, beginner, and example boxes
svn: r389
2005-07-18 03:40:45 +00:00
Eli Barzilay
a1e66bb2f2 Welcome to a new PLT day.
svn: r388
2005-07-17 08:20:02 +00:00
Robby Findler
2488c15f91 ,
svn: r386
2005-07-16 14:14:52 +00:00
Robby Findler
2ee867b61c ,
svn: r385
2005-07-16 14:08:38 +00:00
Robby Findler
1f8b083b0d added url-structs.ss
svn: r384
2005-07-16 14:06:01 +00:00
Robby Findler
5072476095 fixed code that relied on broken behavior of provide/contract
svn: r383
2005-07-16 14:03:55 +00:00
Eli Barzilay
86152a3d0f Welcome to a new PLT day.
svn: r382
2005-07-16 08:20:02 +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
Eli Barzilay
6fed6ba449 Welcome to a new PLT day.
svn: r380
2005-07-15 08:20:02 +00:00
John Clements
e6cd4f26ff added new leap second
svn: r379
2005-07-15 01:24:02 +00:00
Eli Barzilay
3cd3b0054c Welcome to a new PLT day.
svn: r378
2005-07-14 08:20:04 +00:00
Jay McCarthy
baaba671ae Fixing random demo
svn: r377
2005-07-13 20:37:33 +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
Jay McCarthy
78bad3ef90 Simplifying xexpr/callbacks? with corrext-xexpr?
svn: r375
2005-07-13 14:41:46 +00:00
Jay McCarthy
596c62d299 Adding support for cdata and exporting correct-xexpr?
svn: r374
2005-07-13 14:41:26 +00:00
Eli Barzilay
2840249731 Welcome to a new PLT day.
svn: r373
2005-07-13 08:20:02 +00:00
Eli Barzilay
a78c308a60 Welcome to a new PLT day.
svn: r372
2005-07-12 08:20:02 +00:00
Eli Barzilay
9cbecc127a Welcome to a new PLT day.
svn: r371
2005-07-11 08:20:02 +00:00
Eli Barzilay
105c7a2eb6 Welcome to a new PLT day.
svn: r370
2005-07-10 08:20:04 +00:00
Eli Barzilay
6315ed4bd8 Welcome to a new PLT day.
svn: r368
2005-07-09 08:20:02 +00:00
Eli Barzilay
dcc6f9de7c Welcome to a new PLT day.
svn: r367
2005-07-08 08:20:02 +00:00
Eli Barzilay
bc1f6661db Welcome to a new PLT day.
svn: r365
2005-07-07 08:20:02 +00:00
Robby Findler
1987bb134b make subst work with non-symbols as variables
svn: r364
2005-07-06 19:34:55 +00:00
Eli Barzilay
a80f9b7081 Welcome to a new PLT day.
svn: r363
2005-07-06 08:20:02 +00:00
Stevie Strickland
db07756a73 merging 355:360 from branches/sstrickl
Added basic uniqueness checks for type/class members, fun args, etc.  Also
added checks to make sure that all exports for the same type agree in what
they're exporting.

svn: r361
2005-07-06 03:07:18 +00:00
Sam Tobin-Hochstadt
b752dcddef Fix two bugs caused by clean ups, by adding requires of match-helper and provides of match:test-no-order.
Fix totally broken handling of structs with immutable fields, as reported in bug 7398.

svn: r354
2005-07-05 22:22:02 +00:00
Robby Findler
4070be1c1a exported coerce-contract
svn: r353
2005-07-05 21:37:21 +00:00
Stevie Strickland
c7fb7b5ec5 Separated out the cruft for syntax into a separate value until it gets into
the tool, where we combine it, and then drop it appropriately.

svn: r348
2005-07-05 18:38:24 +00:00
Eli Barzilay
d705858435 Welcome to a new PLT day.
svn: r347
2005-07-05 08:20:02 +00:00
Stevie Strickland
a12f1d1bc8 Fixing up precedences such that the order of operations make a little more
sense when dealing with order of application/selectors/casting.

svn: r346
2005-07-05 07:24:26 +00:00
Stevie Strickland
359415ca42 Using the don't care syntax in List.honu triggered a bug, so now that's
fixed.  Also added foreach to the List type in the appropriate places.

svn: r345
2005-07-05 07:14:54 +00:00
Stevie Strickland
265e9d0d57 Forgot to remove the TODO note I left for myself. Now it's gone.
svn: r344
2005-07-05 02:43:03 +00:00
Stevie Strickland
a440c19b44 Missed removing cenv from one of the typecheck-expression calls.
svn: r343
2005-07-05 02:41:26 +00:00
Stevie Strickland
73b1b12558 Now mixins also show up as being bound appropriately. I also removed the
old honu:type function that has no use now that I'm doing things the
"right" way.

svn: r342
2005-07-05 01:54:21 +00:00
Stevie Strickland
2feaff9d19 Moving all the calculation for what needs to be dragged along kicking
and screaming into its own file, and now we stick that stuff into its
own little space at the front of what translate returns so that it's
seen by Check Syntax, but we can drop it like a hot potato when it
comes time to run the compiled code.

svn: r340
2005-07-05 01:25:46 +00:00
Stevie Strickland
e4dbf7ffd8 Reminder text in the TODO list for what I should do later.
svn: r338
2005-07-04 22:45:51 +00:00
Stevie Strickland
d3654cfdec Forgot to give map its list argument.
svn: r337
2005-07-04 22:40:31 +00:00
Stevie Strickland
03aba477f7 Added useless statements so that Check Syntax will see all uses of interfaces,
even those that get erased in the transition to MzScheme classes.

svn: r336
2005-07-04 22:31:33 +00:00
Kathy Gray
57e8d8dab4 Fixing dynamic bug, and adding Util.error
svn: r334
2005-07-04 21:32:23 +00:00
Stevie Strickland
bbded8247a Fixing it such that Check Syntax works again.
svn: r333
2005-07-04 21:27:42 +00:00
Stevie Strickland
623effa2f8 Fixing up the lexer used for syntax coloring to return the appropriate value for grouping operators.
svn: r332
2005-07-04 21:10:43 +00:00
Stevie Strickland
cc8ee7ac3a merging 326:329 from branches/sstrickl
This fixes up the fact that is-a? should work different for Honu
classes than MzScheme ones (since Honu classes do not automatically
implement the interfaces their superclass did).  I also did some
parameterization in the translate module (outside the already
existing current-compile-context).

svn: r330
2005-07-04 20:13:47 +00:00
Kathy Gray
541cf4b7ad Removed debugging printf
svn: r328
2005-07-04 19:40:01 +00:00
Stevie Strickland
39cb4f027f merging 322:325 from sstrickl/branches
This makes tenv and lenv, which were arguments to almost everything,
into parameters.  The only time they need to be set is after parsing
and before calling anything else, so there's one use in compile/defns
and one use in compile/interaction.

While I was at it, I took a lot of the infrequently-changing
arguments to typecheck-expression and made some typechecker-local
parameters also.

svn: r326
2005-07-04 18:40:02 +00:00
Eli Barzilay
b13fb49c93 Welcome to a new PLT day.
svn: r321
2005-07-04 08:20:05 +00:00
Stevie Strickland
5681703341 Forgot to fix things so that void-typed (in the Honu sense) values don't
get printed out.

svn: r320
2005-07-04 04:56:51 +00:00
Stevie Strickland
62d631998b merging 314:317 from branches/sstrickl
This adds the ability to configure whether to print out just the class
name or class + fields for objects.  This also adds the feature of
printing out the type of expressions evaluated at the REPL as well as
their value.

svn: r318
2005-07-04 04:33:41 +00:00
Stevie Strickland
50a7859893 merged 308:311 from branches/sstrickl
Now null values are printed out as "null" instead of
"#<struct:object:null%>".  Simple addition, but useful.

This also adds a very unintelligent pretty printing for classes
by adding a new public member for every Honu generated class that
gets called by format-honu (in tool.ss).

This pretty printing reveals the values for static members.
Eventually I'll want to add an option to print just classes or
classes + fields, like in ProfessorJ, but this was the heavy
lifting of getting classes + fields printing out in the first place.

svn: r312
2005-07-04 02:47:32 +00:00
Stevie Strickland
b0e056190a We should be checking the new statement's annotation, if we want type-valid? to
only be defined on types that the programmer can write down.n

svn: r307
2005-07-04 00:15:56 +00:00
Eli Barzilay
b20010b51e Welcome to a new PLT day.
svn: r302
2005-07-03 08:20:02 +00:00
Stevie Strickland
11a7add8bb Forgot to quote "values", and missed a use of "list".
May have to eventually make my own prefixed version of values to use,
similar to what I did with send (though honu:send does a (Honu) null object
check).

svn: r301
2005-07-03 00:58:52 +00:00
Stevie Strickland
439c1ecd24 Several bugs found, the biggest being using <:_P to compare members
of a supertype and subtype, where the subtype was not yet added to
the tenv.  Had to hack to get around that one.

Also little problems like the fact that list can be captured by the
user program, so we can't use that -- used list* (with a null at the
end) and null (for empty lists) instead.

Since the power was down and I couldn't get the earlier stuff committed,
I have even more changes.  Bug-fixes, mostly, though now top-level
functions that are defined consecutively are mutually recursive as they
should be.

svn: r300
2005-07-03 00:28:59 +00:00
Eli Barzilay
39a7f8feff Welcome to a new PLT day.
svn: r299
2005-07-02 06:03:41 +00:00
Stevie Strickland
7dbb99d3c6 merged 292:296 from branches/sstrickl
svn: r297
2005-07-02 04:03:02 +00:00
Kathy Gray
d94aa9230d Fixed a hex lexing error
svn: r291
2005-07-01 23:57:13 +00:00
Matthew Flatt
6f16af82f2 pretty-print bug for hash tables fixed
svn: r290
2005-07-01 15:35:52 +00:00
Eli Barzilay
322b1b312a Welcome to a new PLT day.
svn: r289
2005-07-01 08:20:03 +00:00
Kathy Gray
cddd4e4e66 svn: r283 2005-06-30 19:29:41 +00:00
Kathy Gray
b6cf15b4b7 Temporarily fixes a recompilation problem
svn: r282
2005-06-30 19:22:41 +00:00
Matthew Flatt
c3147b6468 call security guard for truncate-file
svn: r281
2005-06-30 19:09:24 +00:00
Matthew Flatt
ba0519874a repair to truncate-file
svn: r280
2005-06-30 18:56:23 +00:00
Matthew Flatt
6d9aa4cab7 truncate-file
svn: r279
2005-06-30 17:38:52 +00:00
Matthew Flatt
3d8c40afe4 fixed verify- ops to take old-format exploded signatures
svn: r277
2005-06-30 16:40:13 +00:00