racket/collects/stepper/private
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
..
annotate.ss closer to working with v4 2008-02-02 00:37:02 +00:00
beginner-defined.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
debugger-annotate.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
debugger-bindings.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
debugger-model.ss fixed bug related to failure to recertify special-values checking 2006-07-16 16:19:20 +00:00
debugger-summary.txt Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
debugger-vc.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
display-break-stuff.ss * Misc reformatting in model.ss 2006-08-09 22:59:46 +00:00
info.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
lifting.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
macro-unwind.ss closer to working with v4 2008-02-02 00:37:02 +00:00
marks.ss merged units branch 2006-12-05 20:31:14 +00:00
model-settings.ss field name mismatch in provide/contract (not sure why it isn't a syntax error) 2007-01-25 06:19:57 +00:00
model.ss closer to working with v4 2008-02-02 00:37:02 +00:00
mred-extensions.ss changed syntax-property to stepper-syntax-property 2006-11-03 18:15:16 +00:00
my-macros.ss ... 2006-01-12 23:57:44 +00:00
reconstruct.ss closer to working with v4 2008-02-02 00:37:02 +00:00
shared.ss ... 2007-09-11 05:13:22 +00:00
testing-shared.ss changed syntax-property to stepper-syntax-property 2006-11-03 18:15:16 +00:00
vertical-separator-snip.ss added vertical-separator-snip for pickle-ability 2006-10-17 22:50:13 +00:00
xml-box.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
xml-snip-helpers.ss got check syntax mostly working again 2007-11-22 16:18:00 +00:00