Commit Graph

203 Commits

Author SHA1 Message Date
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
Kathy Gray
afcb20810d Correction to sync parsers, fix indenting, and inform of syntax errors
svn: r7060
2007-08-08 21:36:11 +00:00
Kathy Gray
fba51484af Assorted corrections
svn: r7056
2007-08-08 14:49:47 +00:00
Kathy Gray
d25db841ea Correction to infinite loop causing errors
svn: r7052
2007-08-08 04:11:24 +00:00
Kathy Gray
c6b723bbd8 Bug fixes (more on the way)
svn: r7046
2007-08-07 17:47:37 +00:00
Kathy Gray
dbe82ab7d7 Correction to default probability calculation.
More tweaking of the profj grammars

svn: r7032
2007-08-06 15:17:19 +00:00
Kathy Gray
aa871e90bd Correction to error highlighting, and tweaks to grammar
svn: r7031
2007-08-06 14:18:09 +00:00
Kathy Gray
2d95985eef Correction to parser errors
svn: r7004
2007-08-02 20:57:57 +00:00
Kathy Gray
f034fbe959 Corrections to error message bugs
svn: r7000
2007-08-02 14:52:19 +00:00
Kathy Gray
94a30c2e14 Fixing bugs in parsing selection, and in indenting
svn: r6996
2007-08-01 23:33:11 +00:00
Kathy Gray
28a87853fa Corrected errors in grammar, and in error selection
svn: r6982
2007-07-29 19:57:18 +00:00