Commit Graph

213 Commits

Author SHA1 Message Date
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
Kathy Gray
e3d4bed0fe Correction to grammar for advanced; correction to source position
tracking for repeat-greedy: both correct bug #8940

svn: r7384
2007-09-19 16:21:50 +00:00
Robby Findler
eca198d009 backed out of contract/class change
svn: r7369
2007-09-17 17:33:35 +00:00
Robby Findler
1aeed4715f removed a few more c: prefixes
svn: r7362
2007-09-17 14:31:31 +00:00
Robby Findler
bd93217061 refactored the contract system so that contracts do not depend on the class system, and now the class contracts are exported from class.ss
svn: r7357
2007-09-17 02:27:05 +00:00
Kathy Gray
d8181a2a60 Corrected a bad ai choice
svn: r7321
2007-09-12 00:58:30 +00:00
Robby Findler
6b6f397a64 finished auto completion integration
svn: r7304
2007-09-10 00:46:31 +00:00
Kathy Gray
a7ec07121a Modified error message language.
svn: r7267
2007-09-03 16:16:10 +00:00
Kathy Gray
fb9525287a Corrections to fix bugs 8893 & 8894
svn: r7164
2007-08-25 21:16:54 +00:00
Kathy Gray
01e8b3aa44 Clarification on language change
svn: r7104
2007-08-15 22:23:20 +00:00
Kathy Gray
502f1f2047 svn: r7102 2007-08-15 01:07:46 +00:00
Kathy Gray
49f08fb06a Correction to using public/private in int+acc
svn: r7100
2007-08-14 19:50:34 +00:00
Kathy Gray
2cb2eefd66 Ending bug 8860, and stopping restrictions in langauge levels (requested by matthias)
svn: r7084
2007-08-11 18:43:44 +00:00
Kathy Gray
0a10274225 Commit for bug 8862
svn: r7083
2007-08-11 17:53:56 +00:00
Kathy Gray
8a3a887857 Committing modifications to test cases;
committing small modification to grammar spec;

Committing change to docpos to add new profj language manual

svn: r7081
2007-08-11 11:42:21 +00:00
Kathy Gray
1d44d5765c Corrections to parser for error recovery; correction to bug in check based on setting fields in beginner
svn: r7068
2007-08-09 18:09:09 +00:00
Robby Findler
c5ce09d107 fixed the way the tabbers keymap is installed
svn: r7061
2007-08-08 21:43:40 +00:00