OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
124 stars 118 forks source link

WEDO and lists #1589

Closed rbudde closed 5 months ago

rbudde commented 7 months ago

WEDO has no support for lists. That is ok.

But in the start block you can set the type in a variable declaration to 'list of numbers', e.g.. Then the front end crashes. BTW: blockly throws an error message 'no list support for wedo', but this exception is ignored.

Solution: the type drop down should not contain list types

PamoCurtis commented 5 months ago

solved