Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-04-26 07:52:37 -0700 (Thu, 26 Apr 2007)
Revision: 10527
Log message:
Fixed the dependency issue Aleksey was seeing.
I had turned off export of private variables in export all. In the
end, I believe we should disable it, but we could turn it back on
for now. We'll discuss.
The problem is alpha-equivalence:
private.x = 1
section
private.x = 2
export
println($x)
Are those the same $x or different ones?
Changes | Path |
+1 -1 | omake-branches/0.9.8.x/lib/build/OCaml.om |
+1 -1 | omake-branches/0.9.8.x/src/Makefile |
+1 -1 | omake-branches/0.9.8.x/src/Makefile.nt |