Commit Graph

3 Commits (d5585220a4ec2cc546b29ce5ebca8bfe62d3b718)

Author SHA1 Message Date
James Cammarata 9d61a6cba8 Fixing PlayIterator bugs
* Unit tests exposed a problem where nested blocks did not correctly
  hit rescue/always portions of parent blocks
* Cleaned up logic in PlayIterator
* Unfortunately fixing the above exposed a potential problem in the
  block integration tests, where a failure in an "always" section may
  always lead to a failed state and the termination of execution
  beyond that point, so certain parts of the block integration test
  were disabled.
10 years ago
James Cammarata 8039ceee0f Tweak block integration tests to also test the free strategy 10 years ago
James Cammarata f4bd3be71f Adding block integration tests 10 years ago