racket/collects/handin-server/overridden-collects/readme.txt
Eli Barzilay fba4f23c3b * Added `sandbox-override-collection-paths' to allow a local library overrides
* Added a `overridden-collects' direectory 
* Forbid `exit' from use code
* Note about stderr not being redirected

svn: r5439
2007-01-23 20:18:16 +00:00

7 lines
409 B
Plaintext

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".