Commit Graph

16873 Commits

Author SHA1 Message Date
Robby Findler
3139454548 fixed bug where one original identifier ends up being used in two different lexical contexts causes renaming not to work
svn: r998
2005-10-06 13:07:17 +00:00
Eli Barzilay
36edbf7c4a Welcome to a new PLT day.
svn: r997
2005-10-06 08:20:02 +00:00
Eli Barzilay
761c816280 Renamed tool.ss tp client-gui.ss -- the handin client is very useful
as part of a course package, so a less generic name is better.

svn: r996
2005-10-06 06:37:40 +00:00
Eli Barzilay
6d152fb925 * The protocol is changed, so its identifier is changed for safety
(from 'original to 'ver1).
* The client gets the list of extra fields from the server (when the
  dialog is used for the first time), the full-name, ID, and email
  fields are now part of this description which is in the server
  configuration file
* The network protocol has a generic initial part when clients set
  arbitrary key/values that are later used for actual actions
* In the submission dialog, there is a checkbox that makes it retrieve
  the submitted work instead of sending a new one.  The retrieved
  contents will pop up in a new DrScheme frame.  The file that is
  retrieved is the newest WXME file that is found in the student's
  main submission directory.
* The hack of returning a list from the checker is not needed now --
  it is possible to send text messages that are displayed on the
  handin dialog and it is also possible to send message-boxes and get
  the result that the client returns after getting the user response.
  This is a much better generalization of the single final popup that
  was enabled by the list hack.
* When registering, a second password for verification is required.
* It is now possible to edit any information field, with a
  configuration entry that locks by default any such changes.
* It is now possible to standard Unix encrypted passwords instead of
  MD5 hashes -- so a "users.ss" can be made from a plain /etc/passwd
  file.

svn: r995
2005-10-06 06:32:25 +00:00
Matthew Flatt
46c6c9c3cc fixed label->plain-label
svn: r994
2005-10-06 03:31:27 +00:00
Eli Barzilay
e517d0c407 string->keyword and back
svn: r991
2005-10-06 01:28:13 +00:00
Eli Barzilay
6311e99d2d Added some new primitive types
svn: r990
2005-10-06 01:25:54 +00:00
Eli Barzilay
ad376632e6 Swindle now overrides `keyword?' etc, so it still uses the same hack
and not MzScheme's keywords.

svn: r989
2005-10-05 23:40:08 +00:00
Carl Eastlund
a57403031e Honu:
- test-cases.ss
  - Used new test framework to test example files
  - Used new test framework to test non-void-statement error message
- private/tools/test.ss
  - Implemented new SchemeUnit-like test-case macros

svn: r987
2005-10-05 20:57:48 +00:00
Matthew Flatt
f39c5010ef utf-16 bug fixed
svn: r985
2005-10-05 20:00:47 +00:00
Matthew Flatt
50a666ebd9 plain label strips parenthesized accelerators
svn: r983
2005-10-05 16:22:57 +00:00
Eli Barzilay
fd3b20e901 Welcome to a new PLT day.
svn: r982
2005-10-05 08:20:07 +00:00
Carl Eastlund
f3d24c7d46 Honu:
- doc.txt, documented the sqrt() function
- typecheck-expression.ss, line-wrapped to <100 columns
- type-utils.ss, changed printout for void type from "<>" to "void"

svn: r980
2005-10-04 22:01:03 +00:00
Matthew Flatt
261662f378 299.403
svn: r979
2005-10-04 21:02:37 +00:00
Matthew Flatt
54ea8d32a8 avoid Xaw headers
svn: r978
2005-10-04 20:43:54 +00:00
Matthew Flatt
7e050ed5c2 notes for 299.403
svn: r977
2005-10-04 20:42:08 +00:00
Matthew Flatt
8b384758e2 3m instructions
svn: r976
2005-10-04 20:41:28 +00:00
Matthew Flatt
ddb6c424ef prototype correction
svn: r974
2005-10-04 20:21:47 +00:00
Matthew Flatt
43abf620ac mzc --xform
svn: r973
2005-10-04 19:48:10 +00:00
Matthew Flatt
5dc1f6577a updated for mzc --xform
svn: r972
2005-10-04 19:47:02 +00:00
Matthew Flatt
8c2592b9fb include dirs for xform
svn: r971
2005-10-04 18:59:23 +00:00
Matthew Flatt
72d203a744 verbose xform
svn: r970
2005-10-04 18:52:54 +00:00
Matthew Flatt
117ec552fe verbose xform
svn: r969
2005-10-04 18:52:37 +00:00
Matthew Flatt
29cbaa9fc2 xform support in setup-extension
svn: r968
2005-10-04 18:42:24 +00:00
Matthew Flatt
bda88101f8 xform support in setup-extension
svn: r967
2005-10-04 18:41:49 +00:00
Matthew Flatt
cfbc057729 fix for 3m
svn: r966
2005-10-04 16:11:08 +00:00
Matthew Flatt
f9b58b05b7 avoid defining keyword?
svn: r965
2005-10-04 16:07:43 +00:00
Matthew Flatt
dd555a65e1 more unicode fixes
svn: r964
2005-10-04 16:00:30 +00:00
Jay McCarthy
eec8a3ec9a Converting to block buffering and flushing
svn: r963
2005-10-04 12:52:18 +00:00
Eli Barzilay
8b6f6f87f6 Welcome to a new PLT day.
svn: r962
2005-10-04 08:20:02 +00:00
Matthew Flatt
d79176f308 Chongkai's Chinese translations
svn: r959
2005-10-03 15:57:28 +00:00
Robby Findler
c9e81b63fa made yellow/black REPL warning go before output, rather than after
svn: r958
2005-10-03 15:55:08 +00:00
Eli Barzilay
2a34ce7c2b Welcome to a new PLT day.
svn: r957
2005-10-03 08:20:06 +00:00
Eli Barzilay
c4fb02a51e Welcome to a new PLT day.
svn: r956
2005-10-02 08:20:06 +00:00
Eli Barzilay
de5aff6f45 Welcome to a new PLT day.
svn: r954
2005-10-01 08:20:02 +00:00
Eli Barzilay
ecccc729c6 typo
svn: r953
2005-10-01 02:38:28 +00:00
Robby Findler
4407f75e8e improved matchers performance somewhat
svn: r948
2005-09-30 12:19:07 +00:00
Eli Barzilay
fafbf7682e Welcome to a new PLT day.
svn: r947
2005-09-30 08:20:03 +00:00
Carl Eastlund
cc6b1954e5 Honu:
- top.ss
  - removed top: prefix from exports
  - renamed parse-file to ast-from-file to prevent name clash
  - removed test case list and run-tests
- test-cases.ss
  - added test case list and run-tests
- test-tools.ss
  - renamed from test.ss

svn: r945
2005-09-29 22:21:48 +00:00
Matthew Flatt
57d39569fe removed #kd, fixed :interface
svn: r944
2005-09-29 20:06:09 +00:00
Carl Eastlund
365754f55c Honu:
- top.ss
  - commented out compile-failure tests for now
- cce-notes.txt
  - added my preliminary notes about the Honu codebase
- examples/*-test.ss
  - added *-test.ss files for all *.honu files

svn: r943
2005-09-29 16:14:54 +00:00
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