racket/collects/handin-server/overridden-collects
Eli Barzilay 989a17ede4 added master
svn: r11884
2008-09-26 20:40:11 +00:00
..
fake-teachpack/htdp added master 2008-09-26 20:40:11 +00:00
readme.txt Added `guess' as a fake teachpack. See additional note in 2008-09-25 07:05:48 +00:00

This directory is used (by default) as a first root for searching
collections when evaluating user code.  This means that PLT libraries
that appear here will be used instead of ones in the PLT tree or the
user-local collections.  Use it to override collections that are safe
for testing, for example -- avoid using actual gui.  See also the
documentation for `sandbox-override-collection-paths' in "doc.txt".

This is currently used with the `teachpack' collection.  Note that
mzscheme resolved collection directories based on toplevel names only,
which means that if we actually use `teachpack' for the directory
name, then files that are not here will not be searched in the usual
plt tree.  Because of this the collection is called `fake-teachpack',
and checkers should specify requires in this collection if submissions
need a fake teachpack.