Commit Graph

56 Commits

Author SHA1 Message Date
Robby Findler
eec9d1e4bb minor fixes uncovered by test suites:
svn: r10111
2008-06-03 18:18:17 +00:00
Robby Findler
1ef3f03a27 svn: r10078 2008-06-01 18:45:13 +00:00
Robby Findler
5d75495c3b svn: r10077 2008-06-01 18:42:27 +00:00
Robby Findler
612f26972e improved the error reporting in the REPL and misc other minor changes
svn: r10014
2008-05-29 04:55:43 +00:00
Robby Findler
c5f4bc9e20 emptied the namespace when executing a module
svn: r9923
2008-05-21 17:43:14 +00:00
Matthew Flatt
fad08fcd84 more drscheme repairs and tests
svn: r9721
2008-05-07 16:31:20 +00:00
Matthew Flatt
860c41d749 drs bug and test-suite fixes
svn: r9709
2008-05-06 23:27:23 +00:00
Robby Findler
e5fba85ed0 fixed a bug in check syntax and a bug in the contract system
svn: r9524
2008-04-28 22:12:21 +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
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +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
Robby Findler
2be06881d0 fixed a bug in check syntax
svn: r8359
2008-01-18 02:44:45 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Robby Findler
e843842c70 probable fix to PR 8986
svn: r7529
2007-10-19 16:55:38 +00:00
Robby Findler
677c9a195d added test for PR 8962
svn: r7463
2007-10-09 13:09:48 +00:00
Robby Findler
c8aa5fdd82 fixed PR 8972
svn: r7451
2007-10-08 13:53:30 +00:00
Robby Findler
bd7d167466 improved error message
svn: r7356
2007-09-16 23:21:24 +00:00
Robby Findler
a07950b2ed fixed a bug in drs -- it no longer calls random with the users random seed
svn: r7108
2007-08-17 03:03:43 +00:00
Robby Findler
d444390dde changed test suite to match latest stuff
svn: r7016
2007-08-03 13:26:48 +00:00
Robby Findler
0b61b9b313 fixed PR 8828
svn: r6970
2007-07-26 01:24:44 +00:00
Robby Findler
6a7b44f92e fixed PR 8703
svn: r6361
2007-05-28 18:25:39 +00:00
Robby Findler
3c5f2c7395 fixed up minor bugs in program and lots of little problems in the test suites
svn: r6173
2007-05-08 01:02:40 +00:00
Robby Findler
41d4b5d28e changed teachpacks to be language specific
svn: r6145
2007-05-04 20:45:15 +00:00
Robby Findler
34568d5702 cleaned up test suite and added a test case
svn: r6026
2007-04-23 20:27:46 +00:00
Robby Findler
8f51c76a7b added pretty-format
svn: r5862
2007-04-03 22:27:21 +00:00
Robby Findler
94c1702b56 added a few things
svn: r5601
2007-02-14 23:21:12 +00:00
Robby Findler
3e679de9a5 adapted repl to new prompt stuff, fixed minor other things along the way
svn: r5179
2006-12-24 20:55:33 +00:00
Robby Findler
d47247507f changed the strategy of the preferences library in the framework to use a different key at the file.ss level (and thus save the prefs on each call to preferences:set)
svn: r5058
2006-12-07 22:32:31 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Robby Findler
80ca729b04 removed halfway done fix for sexp movement keys
svn: r4723
2006-10-31 23:05:23 +00:00
Robby Findler
4c4c74eb50 svn: r4238 2006-09-04 20:46:20 +00:00
Robby Findler
d3a494fdeb fixed break-related bug in drscheme repl
svn: r3993
2006-08-09 03:28:54 +00:00
Robby Findler
cd03877fae added tests for pr 8136 and recent posts about top-level namespace strangeness on plt-scheme
svn: r3935
2006-08-02 19:04:35 +00:00
Eli Barzilay
bb5b45b181 re-do changes that were undone in r3843
svn: r3859
2006-07-28 08:15:46 +00:00
Eli Barzilay
5099b078c6 Undo the following revisions:
r3839
  r3825
  r3823
  r3821
  r3820 (undo only the changes in drscheme/private/debug.ss)
  r3792
  r3791

They will be re-done after v352 is released

svn: r3843
2006-07-27 17:12:18 +00:00
Robby Findler
b50627ffe6 added test for toplevel bug
svn: r3821
2006-07-26 12:24:47 +00:00
Robby Findler
61254b02e7 trims the top of the stack, removing drscheme-specific frames, plus fixes to the test suites
svn: r3792
2006-07-24 13:32:47 +00:00
Robby Findler
3cf662e760 cleanups in test suites
svn: r3763
2006-07-19 04:34:48 +00:00
Robby Findler
daf17eb616 made case-lambda work with the magic [ thing and fixed up some test suites
svn: r3754
2006-07-18 18:55:18 +00:00
Robby Findler
f052bbb28b fixed PR 8133
svn: r3420
2006-06-20 03:48:56 +00:00
Robby Findler
a1fe245467 last minute pre-350 fixes
svn: r3352
2006-06-14 00:15:45 +00:00
Robby Findler
1cd117bd2c fixed some bugs revealed by the test suite (and in the test suite ...)
svn: r3336
2006-06-11 23:08:04 +00:00
Eli Barzilay
16f01a1109 {quick,merge}sort -> sort
svn: r2569
2006-04-01 12:24:15 +00:00
Robby Findler
fddb1fa862 updated many unions to or/c's
svn: r2061
2006-01-31 19:17:33 +00:00
Robby Findler
26c844adc6 misc changes: flush io in make.ss, remove unused require in world.ss, improved test suite, made drscheme use new built-in srcloc debugging info provided by mzscheme
svn: r1708
2005-12-29 14:10:47 +00:00
Robby Findler
4f8054f125 fixed a bug in IO where port-next-location went into a busy loop before any io had happened
svn: r1526
2005-12-05 15:45:26 +00:00
Robby Findler
f9fb34a0d8 fixed bug in repl with continuations crossing between the defs and ints
svn: r1132
2005-10-23 03:18:58 +00:00
Robby Findler
8861cff087 added the not-a-language-language and some bug fixes elsewhere
svn: r1129
2005-10-22 17:03:13 +00:00
Robby Findler
a596d06517 fixed hash-bang bug
svn: r1016
2005-10-07 17:59:57 +00:00