Try it now; it was almost the same issue that was causing some other flow-control stuff to blow up. I believe it is occurring when you have a return cross frame boundaries, as with a block call that does return and runs in a different EvalState. I'm continuing to isolate it to a specific case that
Excellent, I'll have a look!On 3/13/06, David Corbin <[EMAIL PROTECTED]> wrote:
Finally! This shows the NPE. Sorry it took so long, but I had a lot of Javacode in the original failure, and it took me a while to figure out what wasreally causing the issue.cutrequire 'test/unit'
class Conte
Finally! This shows the NPE. Sorry it took so long, but I had a lot of Java
code in the original failure, and it took me a while to figure out what was
really causing the issue.
cut
require 'test/unit'
class ContextStack
def inContext &proc
begin
proc.call
ensure
e