Hi,
i) How do I reify the value of an RB(Valuel|Literal|LiteralValue)Node? RFValueReification does not work, and there is no reification for literal, value, or literal value nodes.
ii) How do I reify arguments and results of blocks? I tried reify context for the block body #before and value for #after block "last", but I often run into the problem of no reification for literals.
iii) How are cascaded message sends reified? Am I supposed to instrument the cascade node or the individual message sends?
Cheers,
Manuel