timfel / etoys-spur

A repository to track Etoys development, keep external sources, and build all-in-one bundles
MIT License
0 stars 0 forks source link

Adding variables with the "V" button in the view is broken (in Kedama) #7

Closed JensLincke closed 7 years ago

JensLincke commented 7 years ago

works fine on a rectangle, but is broken for a kedama turtle

JensLincke commented 7 years ago

This seems to be also the "Decompiler Bug"

!!! Error: subscript is out of bounds: 1
Array(Object)>>error:
Array(Object)>>errorSubscriptBounds:
Array(Object)>>at:
Array(SequenceableCollection)>>replaceFrom:to:with:startingAt:
Array>>replaceFrom:to:with:startingAt:
Array(SequenceableCollection)>>copyFrom:to:
Decompiler>>doClosureCopyCopiedValues:numArgs:blockSize:
Decompiler>>pushClosureCopyNumCopiedValues:numArgs:blockSize:
Decompiler(InstructionStream)>>interpretV3ClosuresExtension:in:for:
Decompiler(InstructionStream)>>interpretNextV3ClosuresInstructionFor:
EncoderForV3PlusClosures class>>interpretNextInstructionFor:in:
Decompiler(InstructionStream)>>interpretNextInstructionFor:
Decompiler>>interpretNextInstructionFor:
Decompiler>>statementsTo:
Decompiler>>blockTo:
Decompiler>>decompile:in:method:using:
Decompiler>>decompile:in:method:
CompiledMethod>>getSourceFor:in:
KedamaExamplerPlayer109 class(Behavior)>>sourceCodeAt:
KedamaExamplerPlayer109 class(Behavior)>>recompile:from:
timfel commented 7 years ago

:(

timfel commented 7 years ago

Should be fixed now