Eliot Miranda-2 wrote
> (FullBlockClosure receiver: nil outerContext: nil method: blockMethod
> copiedValues: nil) value: 1 value: 2

Cool! We're getting closer, but in Pharo8 FullBlockClosure DNU
#receiver:outerContext:method:copiedValues:

I tried to adapt it to Pharo's API, but the following crashes the VM:
blockMethod := [:a :b| a < b] method.
(FullBlockClosure outerContext: nil startpc: nil numArgs: 2 copiedValues:
nil)
        compiledBlock: blockMethod; value: 1 value: 2



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Reply via email to