Changes

Summary

  1. This adds a test #testDoItRequestorEvalError and a fix (details)
  2. add another test: read var from the requestor (not related to the bug but a good test to have) (details)
Commit beec2273a926316a9fee10132db2f59a6c9885d8 by marcus.denker
This adds a test #testDoItRequestorEvalError and a fix

The fix tries to be minimal, in the sense of not doing the big cleanup (which we should do..) to have minimal impact.
It moves the exception handler to the caller of the compile methods.

Fixes: #8762
The file was modifiedsrc/OpalCompiler-Core/OpalCompiler.class.st (diff)
The file was modifiedsrc/OpalCompiler-Tests/OCDoitTest.class.st (diff)
Commit e2061e6aee230e1234c4918d9393627c78549db3 by marcus.denker
add another test: read var from the requestor (not related to the bug but a good test to have)

#testDoItRequestorReadRequestorVar
The file was modifiedsrc/OpalCompiler-Tests/OCDoitTest.class.st (diff)