Closed axch closed 8 years ago
Blocked on #51
Somewhat naively, doing #298 here seems better than the other two options, so unless someone makes noise, I suggest we do that.
Only thing left here is a mysterious problem: the last program somehow manages to coerce mh
into creating a negative regen count. Reproduction instructions:
venture -f examples/tutorial-2015/gp-6.vnts
Remaining problem punted to #337, which I judge not to be part of the 0.5 release; closing this as complete except for that.
f5683f157b4193be63e84a237f919c2889cda7da broke the Venture tutorial, because
sample x
andforce x = foo
no longer work.Options:
sample(x)
,force(x, foo)
sample
andforce
in VentureScript)sample
andforce
(Yuck!)