MonashAlexandria / snapapps

a visual programming language inspired by Scratch
http://snap.berkeley.edu
2 stars 5 forks source link

Cellular HTML5: block parameter mismatch #78

Closed mciotola closed 9 years ago

mciotola commented 9 years ago

Cellular HTML5:

Aidan pointed out that a neighbor (e.g. "objects in nbr cell" block should not be allowed to go into the parameter arrow of a an object block (e.g. "costume name of >"), that this results in a types mismatch. I think the issue is that one produces a list, but the other is not expecting a list, so the combination will not work. cellular_html5_object_in_arrow

Craxic commented 9 years ago

Hey guys. Since the base project ("Snap!") does not bother with preventing this, I'm not going to go all the way and prevent the user from doing this myself.

For example, this should be impossible to set up, but "Snap!" is happy with it: screenshot from 2015-06-09 19 48 59

Closing, let me know if that's OK.

aidanlane commented 9 years ago

Fair enough... @mciotola, do you think that it's worth creating an issue on https://github.com/jmoenig/Snap--Build-Your-Own-Blocks ?

mciotola commented 9 years ago

I can't tell whether this issue will cause us problems until we delve into the Neighbor blocks issue.

On Tue, Jun 9, 2015 at 6:05 PM, Aidan Lane notifications@github.com wrote:

Fair enough... @mciotola https://github.com/mciotola, do you think that it's worth creating an issue on https://github.com/jmoenig/Snap--Build-Your-Own-Blocks ?

— Reply to this email directly or view it on GitHub https://github.com/aidanlane/snapapps/issues/78#issuecomment-110549793.