model: fixes for future value passing
authorBrian Norris <banorris@uci.edu>
Sat, 2 Mar 2013 00:19:10 +0000 (16:19 -0800)
committerBrian Norris <banorris@uci.edu>
Sat, 2 Mar 2013 00:38:01 +0000 (16:38 -0800)
For one, we don't want to 'add_future_value()' when w_modification_order
is called anywhere besides process_write(). Also, we want to filter out
potential future values based on the existence of a Promise that this
write must resolve. So pass a vector parameter to w_modification_order
for recording future values only when (and where) we want them.


No differences found