Closed jpslav closed 12 years ago
When trying to limit the number of instructions, I got the following exception message:
RuntimeError: setting an instruction_limit has no effect on this context, use Context.open(:restricted => true) to gain a restrictable instance
However, it looks like from the documentation (and from what actually worked) that :restricted should be :restrictable.
:restricted
:restrictable
right, thanks a lot ! 14420d225cf40c10052518f79989ed7fadcd7eef
When trying to limit the number of instructions, I got the following exception message:
However, it looks like from the documentation (and from what actually worked) that
:restricted
should be:restrictable
.