Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-07 14:45:23 -0700 (Thu, 07 Oct 2010)
Revision: 13191
Log message:
Fixed a major bug in Omake_eval.eval_object_exn - the eval_object_exn would
eval_value its argument, and then put the old unevaluated value into the
$builtin field of the constructed object! Now the new evaluated value is
placed in there.
Fixes bug 731 and Test12.
Changes | Path(relative to omake-branches/0.9.8.x/src/eval) |
+2 -1 | omake_eval.ml |