Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-04-20 19:26:33 -0700 (Fri, 20 Apr 2007)
Revision: 10476
Log message:
Working on backwards-compatibility.
Consider a file foo.om with a single line:
bar.om
# empty
foo.om:
open Bar
X = 1
- X gets a default name (.DEFAULT/X).
- X gets exported from "open foo"
This is because the open-exports are computed after evaluating the file.
- X does not get exported from "autoload foo"
This is because the autoload-exports are computed purely syntactically.