(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
- 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
- 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
- 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
- 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
- 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