Hi Sean,

> On May 1, 2020, at 11:21 AM, Sean P. DeNigris <s...@clipperadams.com> wrote:
> 
> 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

Does Pharo support the Sista bytecodeset yet?  If not, then no full blocks.

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

Reply via email to