Commit Graph

229 Commits

Author SHA1 Message Date
Robby Findler
8f10fbe17d removed order-manuals method and the optional argument to language-dialog that shows help-desk manual ordering
svn: r10106
2008-06-03 03:01:36 +00:00
Kathy Gray
b80e32edc1 More indentation clean up for block comments
svn: r10017
2008-05-29 16:13:10 +00:00
Kathy Gray
79484ba799 Modification to { } insertion
svn: r10016
2008-05-29 15:07:09 +00:00
Kathy Gray
db1a0b8789 Version number
svn: r9973
2008-05-27 12:16:48 +00:00
Kathy Gray
a4960166df Changing version number to 5
svn: r9971
2008-05-27 01:07:16 +00:00
Kathy Gray
705a5538eb More performance enhancement by switching expansions
svn: r9970
2008-05-27 00:03:31 +00:00
Kathy Gray
b07c20085e Attempt at performance increase/ overhead per-module reduction
svn: r9966
2008-05-26 22:38:05 +00:00
Kathy Gray
7ccb51d3f1 Moving things to scheme/base
svn: r9960
2008-05-26 15:50:15 +00:00
Kathy Gray
8adea7808c Updated indenter
svn: r9935
2008-05-22 22:25:14 +00:00
Kathy Gray
bd714552b1 Some indenter fixes
svn: r9906
2008-05-20 16:41:52 +00:00
Eli Barzilay
d1f6b6734b avoid redundant deletions when re-running setup-plt
svn: r9859
2008-05-15 20:01:32 +00:00
Kathy Gray
488bbd3829 Added string-constants for test-engine menu items.
Moved Enable/disable to language-X menu, and updated docs

Sending old test window support to the 'attic'

svn: r9824
2008-05-13 15:50:25 +00:00
Kathy Gray
b44c20d3c3 Clarified grammars
Clarified display of field-based failures in test report

svn: r9818
2008-05-12 22:34:33 +00:00
Kathy Gray
bb90917e8c Correcting a bug that lost checks not in methods
Changing menu dialogs style, and placement for Dock

svn: r9817
2008-05-12 21:24:19 +00:00
Kathy Gray
c69b4b947e Correction to test enable/disable behavior.
Hooks for correction to printing out test announcements at inopportune times.

svn: r9754
2008-05-08 21:48:02 +00:00
Kathy Gray
f2267e914d Adding in documentation for HtDC languages
svn: r9728
2008-05-07 21:15:36 +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
Kathy Gray
a1370171f1 Correction to two parsing bugs
svn: r9491
2008-04-26 15:33:08 +00:00
Kathy Gray
ed478254e2 Combinator parser change to add new signature form
htdp/testing change so that generate-report does something 

svn: r9382
2008-04-21 13:31:50 +00:00
Kathy Gray
14d7f4dc9d Small grammar changes to improve error messages
svn: r9320
2008-04-15 15:57:32 +00:00
Kathy Gray
9ad02ea7d9 Adding test menu item
svn: r9319
2008-04-15 15:30:15 +00:00
Kathy Gray
6222942f6f Corrects stupid exponential bug (m^2 in a non-trivial m); corrects small repetitions in grammar
svn: r9257
2008-04-11 14:53:35 +00:00
Kathy Gray
0584d7fc53 Improved decoupling of scheme tests and MrEd, including different import files for textual versus graphical reporting
svn: r9220
2008-04-09 13:28:22 +00:00
Kathy Gray
7a6dff6d19 Merging testing branch (kathyg/test-harnessv4-2) onto trunk: -r8903:9138
svn: r9160
2008-04-04 11:30:36 +00:00
Matthew Flatt
fbb0ced20f expand in a fresh namespace
svn: r9013
2008-03-18 02:26:11 +00:00
Matthew Flatt
b64d03d932 fix mac sdk support; change initial namespace to not have 'module'; set up mzc --c-mods (still need docs)
svn: r8997
2008-03-16 23:08:53 +00:00
Eli Barzilay
b76390a452 revise the way setup-plt crawls over the collection trees
svn: r8860
2008-03-03 22:04:28 +00:00
Kathy Gray
547092db4c restore highlighting
svn: r8856
2008-03-03 16:24:51 +00:00
Kathy Gray
0fa9e74dfc Removes the reliance of the combinator parser on the lazy language
svn: r8830
2008-02-29 16:08:53 +00:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Kathy Gray
713b0e4706 Correction to bug 9206
svn: r8711
2008-02-18 23:22:04 +00:00
Eli Barzilay
699c40643d * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727 removed unused doc.txt entries from info.ss files
svn: r8529
2008-02-04 20:31:04 +00:00
Kathy Gray
4213249665 Correction to array runtime assignment error
svn: r8340
2008-01-16 00:11:20 +00:00
John Clements
4e7fbad09a slightly less confusing error message?
svn: r8332
2008-01-15 06:39:32 +00:00
Kathy Gray
a5f8e41ad7 svn: r8184 2008-01-02 13:24:18 +00:00
Kathy Gray
3549e55d5a Bringing up to v4 require specs and tool interface.
NOTE: testing window is NOT working yet.

svn: r8157
2007-12-29 19:39:25 +00:00
Matthew Flatt
eab8008c4f change 'include' and 'include-bitmap' to better match normal module-path syntax
svn: r7936
2007-12-10 16:13:25 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Kathy Gray
05e2b658ef Correction to bug 9022
svn: r7579
2007-10-27 19:14:13 +00:00
Kathy Gray
9b78e7aa24 Correction to stmt-expr grammar
svn: r7534
2007-10-19 22:27:09 +00:00
Kathy Gray
35c37dd664 Modification to force a filter predicate in combintor.scm
Correction to annotate profj modules for error trace

svn: r7426
2007-10-01 09:00:32 +00:00
Kathy Gray
7b5054e346 Corrected type error
svn: r7421
2007-09-28 15:55:33 +00:00
Kathy Gray
22c89205df Correction to array printing and Advanced grammar
svn: r7406
2007-09-24 19:11:48 +00:00
Kathy Gray
1e39817605 Correction to grammar for advanced;
Correction to throwing away valuable information in combinator

svn: r7394
2007-09-21 14:28:43 +00:00
Kathy Gray
0026912589 svn: r7390 2007-09-20 03:07:02 +00:00
Kathy Gray
9cb66102ed correction to bugs 8947 and 8948
svn: r7388
2007-09-19 23:32:26 +00:00
Kathy Gray
b1ec11dd74 Correction to bug 8946
svn: r7387
2007-09-19 22:36:22 +00:00