Open fsaad opened 7 years ago
Short answer is no, but there should be. I could point you into the places in the code that would want to be modified, and we could probably pair it after the workshop. Or is it more pressing than that?
@axch Sounds good RE pairing -- I managed to debug my program enough for the issue not to be a blocker, but we should definitely revisit in the future.
After the
predict
line, the tag('dummy, 10)
lives somewhere in the trace. It would be useful to be able to retrieve a table the scope:block names that are currently active (especially for blocks whose names are created dynamically), the random choices which are in the expression of the enclosing tag, and the values of those random choices.