Dmitry Vyukov 4016fc5ad7 prog: fix hints of data args
Hints for data args don't work.
We do all the work, but at the final stage we patch
arg in the _old_ program, not in the _new_ one.
So programs passed to the callback are all the same
and don't contain any mutations.
Tests did not catch this because they work right before that point
(don't test the actual interface function MutateWithHints).

Fix that and add a test that catches this.
2017-12-08 10:45:11 +01:00
..
2017-10-17 10:57:38 +02:00
2017-10-16 19:23:13 +02:00
2017-12-08 10:45:11 +01:00
2017-10-16 14:21:54 +02:00
2017-10-25 09:27:47 +02:00